grub2-themes icon indicating copy to clipboard operation
grub2-themes copied to clipboard

Installing the theme deletes the fedora boot entry from grub

Open Rekker36 opened this issue 3 years ago • 5 comments

I installed the theme but after rebooting the theme was installed but fedora boot entries were gone and only windows and uefi settings were there. I'm on fedora 35 if that helps.

Rekker36 avatar Oct 21 '21 22:10 Rekker36

Run this: sudo grub2-mkconfig -o /boot/grub2/grub.cfg

vinceliuice avatar Oct 22 '21 00:10 vinceliuice

Same problem for me, on fedora 35, the installation deleted fedora from boot list. No problems instead for windows and arch linux.

dgsimone avatar Jan 12 '22 19:01 dgsimone

In my case windows entry got deleted, trying to figure out how to get it back.

prasadlakmal avatar Mar 19 '22 13:03 prasadlakmal

Just google how to fix windows efi boot

vinceliuice avatar Mar 19 '22 15:03 vinceliuice

I managed to get it back. And also got the theme applied too, what I did:

  • I booted back to a live USB session.
  • Mounted all the root, home and boot partitions.
  • CHRooted and reinstalled grub from scratch the same way as I did when I first installed it.
  • CDed to the directory where I cloned this project and ran the install script. This time it worked perfectly.

So in summary running this script inside the OS may cause troubles. The best way to run it through a live USB session.

prasadlakmal avatar Mar 20 '22 05:03 prasadlakmal