Tested on c7i.xlarge, t3a.small. From https://fedoraproject.org/wiki/Changes/HiddenGrubMenu i did: sudo grub2-editenv - unset menu_auto_hide Then: 1. set GRUB_TIMEOUT=60 # in /etc/sysconfig/grub 2. grub2-mkconfig > /boot/grub2/grub.cfg Reboot... the grub menu is neither visible over "ssh console", nor web-UI console. See attachments. If I ask EC2 to create screenshot, it works (see attachments). Reproducible: Always
Created attachment 2060702 [details] web-ui-console screenshot
Created attachment 2060703 [details] console-over-ssh screenshot
Created attachment 2060704 [details] screenshot over web-ui is OK
Pavel, did this work before? In f-40 / grub2-2.06?
> Then: > > 1. set GRUB_TIMEOUT=60 # in /etc/sysconfig/grub have you tried the same setting but under /etc/default/grub?
(In reply to Marta Lewandowska from comment #4) > Pavel, did this work before? In f-40 / grub2-2.06? I haven't tried (ftr, we went from F39 to F41, skipped F40). (In reply to Leo Sandoval from comment #5) > > Then: > > > > 1. set GRUB_TIMEOUT=60 # in /etc/sysconfig/grub > > have you tried the same setting but under /etc/default/grub? These are symlinks on F41: $ ls -alh /etc/sysconfig/grub lrwxrwxrwx. 1 root root 15 21. lis 01.00 /etc/sysconfig/grub -> ../default/grub Feel free to find me on Matrix/Slack, I can try to allocate some instance for you so you can experiment.
f41 is now based on grub-2.12, so lots of changes compared to f39 (based on grub-2.06) One idea is to turn on debugging and see if we can get something from it: boot your system and at the cmdline type 'grub2-editenv - set debug=all', attach log please.