On 6/1/20 4:05 PM, Stephen Morris wrote:
On 2/6/20 3:44 am, stan via users wrote:
Check /etc/default/grub on the F32 system, and make sure that all the
entries are correct for the F32 system.  It needs to have
GRUB_ENABLE_BLSCFG=true
somewhere in there so that boot loader snippets will work.

GRUB_ENABLE_BLSCFG=true is in /etc/default/grub by default to use the new BLS boot loader standard, which as I understand it if this is active then grub menus are not used, hence /boot/efi/EFI/fedora/grub.cfg would never be updated on new kernel installs, as again as I understand it BLS writes the boot loader rather than it being written by grub. I don't like the menu display created by BLS as it is the same as the menus created by grubby, which I also hated. Consequently I have GRUB_ENABLE_BLSCFG=false in /etc/default/grub and I manually issue the command grub2-mkconfig -o /boot/efi/EFI/fedora/grub.cfg so that I get the boot menu structure that I want.

That's not quite correct. The base grub.cfg file isn't updated because it is configured to load the boot loader snippets and use those. The grub menu shows the entries from those files. A kernel update only adds and removes snippet files. I don't know what template is used to generate the titles in those files or maybe it's hardcoded somewhere.
_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
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@lists.fedoraproject.org

Reply via email to