Skip to content

Instantly share code, notes, and snippets.

@Nathoufresh
Created November 18, 2018 15: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 Nathoufresh/5d81fa8c46876b4b632b96eb969412e9 to your computer and use it in GitHub Desktop.
Save Nathoufresh/5d81fa8c46876b4b632b96eb969412e9 to your computer and use it in GitHub Desktop.
GRUB_TIMEOUT=10 GRUB_DISTRIBUTOR="$(sed 's, release .*$,,g'
/etc/system-release)" GRUB_DEFAULT=saved GRUB_DISABLE_SUBMENU=true
GRUB_TERMINAL_OUTPUT="console"
GRUB_CMDLINE_LINUX="rd.driver.blacklist=nouveau modprobe.blacklist=nouveau nvidia-drm.modeset=1
resume=UUID=d9a13e5a-463e-468f-b344-17b35c2b9bae rhgb quiet"
GRUB_DISABLE_RECOVERY="false"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment