vinceliuice/grub2-themes

Don't touch /boot/efi/EFI/fedora/grub.cfg

BuonHobo opened this issue · 0 comments

As specified in the fedora docs, this file should not be touched in versions of fedora greater than 33.

grub2-mkconfig -o /boot/efi/EFI/fedora/grub.cfg

In the newer version it's better to use sudo grub2-mkconfig -o /etc/grub2.cfg (even on UEFI, since all files point to the same one anyway).