vinceliuice / grub2-themes

Modern Design theme for Grub2
GNU General Public License v3.0
3.29k stars 236 forks source link

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

Open BuonHobo opened 5 months ago

BuonHobo commented 5 months ago

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

https://github.com/vinceliuice/grub2-themes/blob/eda1b86dd8e991ea0c03090ff60b4c0b63799489/install.sh#L363

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).