Skip to content

Instantly share code, notes, and snippets.

@sar
Created November 18, 2019 05:02
Show Gist options
  • Select an option

  • Save sar/f88d250628f602b63a2600d2d72eb721 to your computer and use it in GitHub Desktop.

Select an option

Save sar/f88d250628f602b63a2600d2d72eb721 to your computer and use it in GitHub Desktop.
/etc/default/grub
GRUB_TIMEOUT=5
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 zswap.enabled=1"
GRUB_DISABLE_RECOVERY="true"
GRUB_ENABLE_BLSCFG=true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment