On Mon, 21 Dec 2020 10:49:44 -0500, Tom Horsley wrote: > On Mon, 21 Dec 2020 15:36:25 -0000 (UTC) > Amadeus WM via users wrote: > >> Do I need to enable the boot menu somehow, and how? > > I tried many things to make it *always* appear, the only one that > finally worked was a perl script to edit the $#@! grub.cfg file and > modify every single occurrence of "set menu_hide_ok" to always set it to > "0", "set timeout_style" to always set it to "menu" > and "set timeout" to always set it to "5". No matter what convoluted > logic the grub scripts go through, this makes it always set the values I > want. > > I run this from my after-dnf-hooks script: > > https://tomhorsley.com/game/Mjolnir.html > > designed to beat linux into submission with a big hammer :-). > > This way if dnf installs a new kernel, I'll automagically fix the > grub.cfg again. > _______________________________________________ > users mailing list -- users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send > an email to users-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: > https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List > Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List > Archives: > https://lists.fedoraproject.org/archives/list/ users@xxxxxxxxxxxxxxxxxxxxxxx >From this: https://fedoraproject.org/wiki/Changes/HiddenGrubMenu looks like sudo grub2-editenv - unset menu_auto_hide should disable it. _______________________________________________ users mailing list -- users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to users-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/users@xxxxxxxxxxxxxxxxxxxxxxx