GRUB not timing out need to press enter every boot [Solved]

Devin_tesla

New Member
Nov 20, 2022
9
1
3
[Solved] Bad keyboard much thanks

@_gabriel


new install of Proxmox VE 7.2-14

every boot It's needs a selection at grub or it just sits there
I've changed the GRUB_TIMEOUT from 10 to 5 and then update-grub same
I found on the forums some said I may need the GRUB_RECORDFAIL_TIMEOUT set so see line below
and I keep getting the same results just sits at the GRUB menu

what am I doing wrong ??
I can bet it's something simple

/etc/default/grub
GRUB_DEFAULT=0
GRUB_TIMEOUT=5
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet"
GRUB_CMDLINE_LINUX=""
GRUB_RECORDFAIL_TIMEOUT=$GRUB_TIMEOUT

#GRUB_RECORDFAIL_TIMEOUT=$GRUB_TIMEOUT (added after forum searching was told it helped some people)
 
Last edited:
if you look I did run update-grub after each edit I ran it multiple times I still can't get it to time out and continue
 
Try adding something after quiet like devin and run grub-update and reboot. Check with cat /proc/cmdline if devin is present. If not, then your system is booting from another drive than GRUB is updating.
 
Try adding something after quiet like devin and run grub-update and reboot. Check with cat /proc/cmdline if devin is present. If not, then your system is booting from another drive than GRUB is updating.
Thank you
was wondering how to check that

unfortunately that's not it

/etc/default/grub
GRUB_CMDLINE_LINUX_DEFAULT="quiet devin"

grub-update and reboot.

and
cat /proc/cmdline
gives
BOOT_IMAGE=/boot/vmlinuz-5.15.74-1-pve root=/dev/mapper/pve-root ro quiet devin

so I am updating the right file and it's applying but something is overriding the timeout or ignoring it ?
 
OK reviving this as I've just done a second install on a different PC that had a grub that timed out fine and it did the same thing
what the heck is going on
 
Did you already try with (not long-term optimal): GRUB_TIMEOUT=0?:
‘GRUB_TIMEOUT’
Boot the default entry this many seconds after the menu is displayed, unless a key is pressed. The default is ‘5’. Set to ‘0’ to boot immediately without displaying the menu, or to ‘-1’ to wait indefinitely.

If ‘GRUB_TIMEOUT_STYLE’ is set to ‘countdown’ or ‘hidden’, the timeout is instead counted before the menu is displayed.
https://www.gnu.org/software/grub/manual/grub/grub.html#Simple-configuration

a broken keyboard ?
try boot while kb unplugged

Good idea; I like it.
 
it's reinstalling but I'll try the no key board

unfortunately the one that started this tread is a will not boot with out a keyboard plugged in

I'll try
GRUB_TIMEOUT=0

and report back
 
GRUB_TIMEOUT=0

same results stops at the grub menu waiting for a input

I did peek in the /boot/grub and it set the time to 0

thought to grad the vertion this time Grub version 2.06-3~deb11u4
 
i`ve just had same issue , in my case GRUB_TIMEOUT=0 and GRUB_CMDLINE_LINUX_DEFAULT="quiet splash nomodeset" helped
 

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!