Skip to content

Instantly share code, notes, and snippets.

@miku
Forked from kitten/fix.md
Created December 9, 2023 11:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save miku/26a85ff803e34bef664fb3d0abe83f54 to your computer and use it in GitHub Desktop.
Save miku/26a85ff803e34bef664fb3d0abe83f54 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.

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