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