|
Lines 9-14
Link Here
|
| 9 |
GRUB_HIDDEN_TIMEOUT=0 |
9 |
GRUB_HIDDEN_TIMEOUT=0 |
| 10 |
GRUB_HIDDEN_TIMEOUT_QUIET=true |
10 |
GRUB_HIDDEN_TIMEOUT_QUIET=true |
| 11 |
GRUB_TIMEOUT=8 |
11 |
GRUB_TIMEOUT=8 |
|
|
12 |
|
| 13 |
# Parameters in this file are expanded 2-fold by grub2-mkconfig |
| 14 |
# Parameters in the file /boot/grub2/grub are expandend (once) at boot time. |
| 15 |
# Therefore any '$' must be escaped 3-fold in this file! |
| 16 |
# This applies e.g. for kernel parameter "memmap" |
| 12 |
GRUB_CMDLINE_LINUX_DEFAULT=" memmap=64K\\\$0K resume=/dev/disk/by-id/ata-TOSHIBA_MK5056GSY_506XTHWYT-part1 splash=silent quiet showopts" |
17 |
GRUB_CMDLINE_LINUX_DEFAULT=" memmap=64K\\\$0K resume=/dev/disk/by-id/ata-TOSHIBA_MK5056GSY_506XTHWYT-part1 splash=silent quiet showopts" |
| 13 |
# kernel command line options for failsafe mode |
18 |
# kernel command line options for failsafe mode |
| 14 |
GRUB_CMDLINE_LINUX_RECOVERY="memmap=64K\\\$0K showopts apm=off noresume edd=off powersaved=off nohz=off highres=off processor.max_cstate=1 nomodeset x11failsafe" |
19 |
GRUB_CMDLINE_LINUX_RECOVERY="memmap=64K\\\$0K showopts apm=off noresume edd=off powersaved=off nohz=off highres=off processor.max_cstate=1 nomodeset x11failsafe" |