Hello there, when rebooting my machine, the latest installed kernel is picked during the boot process, all good, but in case I shutdown and start it again (cold reboot), the grub menu shows no countdown and I have to select manually a kernel. I am on Fedora 43 xfce.
I decided to install fedora 43 xfce on a virtual machine (since I thought the grub config would differ from mine since it remained untouched the last 2+ years), edited the grub menu there (also run sudo grub2-mkconfig -o /etc/grub2.cfg ) and I saw that it does pick a kernel automatically (i.e. in a virtual environment works, in bare metal does not)
This is now my /etc/default/grub (same as the one working from a fresh install in a virtual machine)
any idea on what could be the reason of the latest selected kernel not being picked automatically after a cold reboot? Thank you for reading these lines
In addition to what the others already said, one possible reason for this is that /boot is on BTRFS file system (which is not the default, but it can be set up this way, AFAIK). This prevents grub from writing to the grubenv file.
but now the grub menu shows the countdown for about ~0.1 seconds and then the countdown is gone and no kernel is automatically picked. Thank you for your reply