I have left my computer for a few days and now that I came back, GRUB no longer loads. I have secure boot and Windows and the Windows boot manager works fine if selected manually. GRUB loaded only twice in edge-cases like exiting UEFI and it doesn’t do it anymore. The one time I got into GRUB and tried booting Linux, I was met with a black screen. I tried reinstalling grub using chroot from a live-USB and regenerating its config. I tried re-creating the boot manager entries in Windows, then removed the new broken ones and it’s just not working. What things can I attempt to fix GRUB not loading and my system not booting? Thank you in advance!
Is it this known issue?:
If you get to a black screen that suggests the boot worked but the GPU is not working.
Does ctrl-alt-f3 get you to a text console?
Does your system have an NVIDIA GPU?
If so the usually cause of issues is the the drivers did not get built after a kernel update.
Also if you use a grub theme that is known to break booting.
The fix is to comment out the theme in the grub config.
This is not the issue. It’s not about Windows. It’s about GRUB itself not loading and meeting me with a black screen. Turns out that somehow secure boot stopped working properly out of nowhere. Disabling it made it work, but if I can, I might wanna find a solution to keep it on because of Windows.
I didn’t even manage to enter GRUB. The theme was fine. It loaded twice and not anymore. Secure Boot was the issue, but I’d still like to try and debug the root cause of the secure boot issue.
Maybe it’s this issue then?:
You might check to make sure that your shim loader is signed with both Microsoft keys.
I’m having the exact same issue. I did a standard update through dnf cli, I have not installed anything new or changed anying for a while. When I rebooted, I was met with the bios screen and it never even gets to grub. I thought I had messed up my install of grub so I booted up a live CD and reinstalled grub, nothing changed. Turned off secure boot and it works fine
I also have a windows install, but it is on a seperate drive (1 drive for windows, 1 drive for grub/fedora). I don’t think its related at all to windows though. Still looking for how to fix this issue as now every time I want to boot into windows I have to go into my bios and turn on secrure boot and change boot priority manually.
Did you setup a grub theme? If so removing the theme should get you working again.
You would need to boot from a live USB image to do the repair.
That fixed it, thank you!
What about having a theme prevents it from booting?
Maybe secure boot is detecting the theme as custom, unsigned code and not allowing it?