Skip to content

Instantly share code, notes, and snippets.

@kitten
Last active June 17, 2025 14:37
Show Gist options
  • Save kitten/27c83795028ffdd478f0 to your computer and use it in GitHub Desktop.
Save kitten/27c83795028ffdd478f0 to your computer and use it in GitHub Desktop.
Fix "Unknown Chipset" with nouveau

Booting from a Linux installation disk with a newer graphics card might trigger an "Unknown Chipset" error from nouveau.

Add nomodeset nouveau.modeset=0 to the kernel options to fix it.

In UEFI Boot Mode it might also hang at "Triggering uevents", which is the same issue without the error message.

@Farid83300
Copy link

How to access kernel from linux (kali) new install please ?

@TheAmazingZach
Copy link

HOLY FRICK IT WORKED I'VE BEEN TRYING SO LONG, THANK YOU

@MrMattn
Copy link

MrMattn commented Jun 17, 2025

Hello, I have the same error. I tried applying your solution, but nothing changed. I still get the message "unknown chipset."
Is what I entered and where I entered it correct?
IMG_6306
IMG_6305

@cherrynik
Copy link

@MrMattn try to boot up from 6.6 (LTS) linux kernel

@MrMattn
Copy link

MrMattn commented Jun 17, 2025

I can only select this
IMG_6307

@MrMattn
Copy link

MrMattn commented Jun 17, 2025

I saw that tails 6.6 exists, but I can't download it anywhere?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment