Grub Empty after dnf upgrade

Got into /etc/default/grub and changed GRUB_ENABLE_BLSCFG=true to false.

Then

sudo grub2-mkconfig -o /boot/grub2/grub.cfg
sudo grub2-mkconfig -o /boot/efi/EFI/rocky/grub.cfg

And it fixed the issue!

1 Like