vinceliuice / grub2-themes

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

Issues with Fedora 34 and later #156

Closed rjn991 closed 2 years ago

rjn991 commented 2 years ago

Hello! I would like to point out an issue in install.sh file. According to this in Fedora's Wiki, usage of grub2-mkconfig -o /boot/efi/EFI/fedora/grub.cfg should be avoided on Fedora 34 and later. But running install.sh will run that command and overwrite /boot/efi/EFI/fedora/grub.cfg. In my opinion only grub2-mkconfig -o /boot/grub2/grub.cfg is enough. And for those whose /boot/efi/EFI/fedora/grub.cfg is overwritten, Fedora's wiki suggests to reinstall grub and the steps to reinstall is mentioned in the same.