Comment 33 for bug 1273764

Revision history for this message
Randy Usegnu (usegnu) wrote :

This bug has affected my laptop with Linux Mint 19.1 since the last update of grub2 a few days ago.
Fix #8 & #22 did not work for me.
I changed 2 lines in /etc/grub.d/00_header from:

  set timeout=${GRUB_RECORDFAIL_TIMEOUT:-30}

To:

  set timeout=${GRUB_RECORDFAIL_TIMEOUT:-1}

Now grub timeout is set to 1 second, this will probably change on the next upgrade but works for now.