[Solved] Bad keyboard much thanks
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)
@_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: