How to get grub menu to show

How can I set the grub menu to show in Fedora 39? I have tried a couple suggestions on the internet but none worked.
Found the answer. Now to get the background image I want

Yes, displaying the grub menu is simple really.
sudo grub2-editenv - unset menu_auto_hide
which makes the menu display on every boot.

3 Likes

Thanks I found that and it works fine. Now to find out how to add my image to the grub menu background.

For completeness sake (and my own future reference)

sudo grub2-editenv - set menu_auto_hide=1 to auto hide grub menu again
sudo grub2-editenv list to confirm grub env values

https://www.linuxhowtos.org/manpages/1/grub2-editenv.htm

1 Like