Skip to content

Instantly share code, notes, and snippets.

@kitten
Last active July 17, 2024 16:18
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.

@XBo0t83
Copy link

XBo0t83 commented Jun 30, 2024

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

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