On 11/26/22 21:10, Stephen Morris wrote:
Hi,
    With the install of grub2 2.06.67 in F37 and playing around with trying to eliminate the unicode font signing issue highlighted in another thread, I've now found that grub2 when displaying its boot menus is no longer reading /boot/grub2/grub.cfg, which I believe was introduced into F36 and still continued in F37 until now, but has reverted back to reading /boot/efi/EFI/fedora/grub.cfg.     Does anyone know why this version of grub seems to have moved away from the philosophy of UEFI and legacy boots using the same config file?

On my F37 system, I see this:
# cat /boot/efi/EFI/fedora/grub.cfg
search --no-floppy --fs-uuid --set=dev 45c212f1-cae8-4149-998e-b2cff3447769
set prefix=($dev)/root/boot/grub2

export $prefix
configfile $prefix/grub.cfg

So yes, it might be reading /boot/efi/EFI/fedora/grub.cfg, but all that does is redirect it back to /boot/grub2/grub.cfg.

The /root/boot/grub2 confused me for a moment until I realized that it will be looking at the base btrfs partition and needs to look in the /root volume.
_______________________________________________
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
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to