From ed64d3a00569873e60852109f5eb7cad968ff21d Mon Sep 17 00:00:00 2001 From: Salt Date: Tue, 25 Aug 2020 03:28:04 -0500 Subject: [PATCH] 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. --- roles/desktop-common/templates/grubconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/desktop-common/templates/grubconfig b/roles/desktop-common/templates/grubconfig index bf95809..8d0344d 100644 --- a/roles/desktop-common/templates/grubconfig +++ b/roles/desktop-common/templates/grubconfig @@ -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=""