Created
November 28, 2018 09:25
-
-
Save Anachron/5ec5e2385233f1d657a32f3a7066dfb1 to your computer and use it in GitHub Desktop.
grub config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # | |
| # Configuration file for GRUB. | |
| # | |
| GRUB_DEFAULT=0 | |
| #GRUB_HIDDEN_TIMEOUT=0 | |
| #GRUB_HIDDEN_TIMEOUT_QUIET=false | |
| GRUB_TIMEOUT=5 | |
| GRUB_DISTRIBUTOR="Void" | |
| GRUB_CMDLINE_LINUX_DEFAULT="loglevel=4 slub_debug=P page_poison=1" | |
| # Uncomment to use basic console | |
| #GRUB_TERMINAL_INPUT="console" | |
| # Uncomment to disable graphical terminal | |
| #GRUB_TERMINAL_OUTPUT=console | |
| GRUB_BACKGROUND=/usr/share/void-artwork/splash.png | |
| #GRUB_GFXMODE=1920x1080x32 | |
| #GRUB_DISABLE_LINUX_UUID=true | |
| #GRUB_DISABLE_RECOVERY=true | |
| GRUB_DISABLE_SUBMENU=true | |
| GRUB_DISABLE_OS_PROBER=true | |
| GRUB_CMDLINE_LINUX="cryptdevice=/dev/sda2 rd.luks=1 rd.luks.uuid=1e05ddda-736a-408e-8cf0-ee37c9c8d3ee rd.luks.crypttab=1 rd.lvm=1 rd.dm=0 lang=de locale=de_DE.UTF-8 pci=nomsi elevator=deadline" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment