I was trying to change Boot options, and I saw that this could be done by changing the following:
GRUB_ENABLE_BLSCFG=“false”
And then:
sudo grub2-mkconfig -o /boot/efi/EFI/fedora/grub.cfg
I wasn’t sure about the change, and I changed back to:
GRUB_ENABLE_BLSCFG=“true”
And then:
grub2-mkconfig -o /boot/grub2/grub.cfg
But it seems that I still don’t revert the change, right?
When I start Fedora 37, I saw a
"Loading Initial ramdisk " that I didn’t see before.
grumpey
(Joe)
#2
This should help you restore grub and point you in the right direction for making modifications.
Thank you! Worked perfectly!
Do you know how to change the boot menu order?
I currently have the following:
0 Fedora
1 Fedora
2 Windows 11
What I want to have is the following:
0 Windows
1 Fedora
2 Fedora
This answer may be in your other thread.
1 Like