Ubuntu: Set GRUB_RECORDFAIL_TIMEOUT

Without this, the timeout is 30 seconds regardless of GRUB_TIMEOUT.
Richard Laager 2019-03-18 21:49:13 -05:00
parent a96d8f0110
commit 8394260319
1 changed files with 1 additions and 0 deletions

@ -396,6 +396,7 @@ If you chose to create a `/tmp` dataset above, skip this step, as they are mutua
# vi /etc/default/grub # vi /etc/default/grub
Comment out: GRUB_TIMEOUT_STYLE=hidden Comment out: GRUB_TIMEOUT_STYLE=hidden
Set: GRUB_TIMEOUT=5 Set: GRUB_TIMEOUT=5
Below GRUB_TIMEOUT, add: GRUB_RECORDFAIL_TIMEOUT=5
Remove quiet and splash from: GRUB_CMDLINE_LINUX_DEFAULT Remove quiet and splash from: GRUB_CMDLINE_LINUX_DEFAULT
Uncomment: GRUB_TERMINAL=console Uncomment: GRUB_TERMINAL=console
Save and quit. Save and quit.