I recently installed Kubuntu 24.04 as the sole OS on a UEFI system. The default settings in /etc/default/grub resulted in the inability to bring up the grub menu in case of emergency (since the same config was in /boot/grub/grub.cfg):
About a week after installing Kubuntu, a package install went bad and left me with an unbootable system. Due to these default grub settings I was unable to bring up the grub menu and access the recovery options therein.
I can understand the desire in a single-boot environment to hide the grub menu, but why is the timeout also set to 0? Wouldn't it be easier for users to have the Kubuntu grub installation default be to hide the menu, but have a 2-3 second timeout, so users can access grub if needed (essentially one of the recommendations from the recommended post-install list)?
Code:
GRUB_TIMEOUT_STYLE=hidden GRUB_TIMEOUT=0
I can understand the desire in a single-boot environment to hide the grub menu, but why is the timeout also set to 0? Wouldn't it be easier for users to have the Kubuntu grub installation default be to hide the menu, but have a 2-3 second timeout, so users can access grub if needed (essentially one of the recommendations from the recommended post-install list)?
Comment