Set GRUB_RECORDFAIL_TIMEOUT
https://ubuntuforums.org/showthread.php?t=2412153 Apparently this only happens on systems that have: * UEFI on * LVM * Exactly one OS For some reason, generator scripts will FORCE GRUB to bail to menu with a 30 second fucking timeout in this case This is like the number one install method, too. What the fuck.
This commit is contained in:
parent
76ea3ce514
commit
ed64d3a005
@ -9,6 +9,7 @@ GRUB_HIDDEN_TIMEOUT=0
|
||||
GRUB_HIDDEN_TIMEOUT_QUIET="true"
|
||||
GRUB_TIMEOUT=0
|
||||
GRUB_TIMEOUT_STYLE=hidden
|
||||
GRUB_RECORDFAIL_TIMEOUT=0
|
||||
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
|
||||
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
|
||||
GRUB_CMDLINE_LINUX=""
|
||||
|
Loading…
Reference in New Issue
Block a user