Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Open the file
/etc/default/grubwith sudo permission.sudo vim /etc/default/grubUpdate the value assigned to
GRUB_TIMEOUTto a smaller one (e.g., 3). Notice that the time unit is second.:::text GRUB_TIMEOUT=3Update the value assigned to
GRUB_RECORDFAIL_TIMEOUTto$GRUB_TIMEOUT.:::bash GRUB_RECORDFAIL_TIMEOUT=$GRUB_TIMEOUTUpdate the GRUB.
:::bash sudo update-grub