I have noticed that since some time ago, the following warning message appears when updating grub:
Warning: Setting GRUB_TIMEOUT to a non-zero value when GRUB_HIDDEN_TIMEOUT is set is no longer supported.
cat /etc/default/grub
lists the following options:
GRUB_DEFAULT=0
GRUB_HIDDEN_TIMEOUT=0
GRUB_HIDDEN_TIMEOUT_QUIET=true
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash nomdmonddf nomdmonisw fsck.mode=force"
GRUB_CMDLINE_LINUX=""
Supposing the following:
I don't use grub menu.
I want the boot process not to be slowed down by some grub timeout.
What are the valid options for me?
Removing the line:
GRUB_TIMEOUT=10
or something else?
OS: Linux Mint 18.2 Cinnamon 64-bit.
GRUB_HIDDEN_TIMEOUT_QUIET=true
line. And try again. – Vlastimil Burián Feb 01 '24 at 12:08