Recently, I have had to reinstall Fedora thrice, I believe due to this issue.
In the first two re-installations (Gnome first, then KDE) I booted in to the freshly-installed environments, installed packages and whatnot, etc. If I rebooted however, I would get stuck in U-Boot with the log ending with the following:
Failed to load ‘/’…
Booting: nvme 0:4
And then it would hang, and eventually boot loop a few times before it eventually landed me on recovery assistant. Yes, I followed the installation steps properly.
On the third reinstall though, it stopped doing that, and I do not know why. Someone else in the Matrix chat mentioned that they “installed Fedora Asahi yesterday and get the same error message every time [they] boot into it. [They] got a little scared but it has successfully every time despite the error.”
Does anyone know the cause of the error, or why it might have spontaneously stopped mattering? I still get the error, but it just doesn’t freeze anymore.
The Failed to load ‘/’ warning is a red herring, it happens on all systems and can be ignored. The boot loop isn’t normal though and looks like a genuine bug. Which model were you installing on?
The loop is just the watchdog kicking in, and recovery assistant means Linux wasn’t getting far enough to clear the panic counter. So that means something is getting wedged between U-Boot and the Linux kernel startup.
Best guess, something related to GRUB? Hard to say though, since that segment of the boot flow is pretty silent (especially the way Fedora hides GRUB and kernel output by default).
To debug this further: Press ESC after the u-boot “Press any key to stop autoboot: $N” timer has expired. This should result in in stopping in the grub menu.
In the grub menu edit the current entry and replace rgbh quiet with loglevel=7. This should result in the kernel log being displayed. If the kernel crashes during boot it can be helpful to film the boot process.
Oh this would’ve been great to know… To be clear, the third reinstall has not been having this issue, and I have no clue why. I thought it might’ve been an updated installer, but the GitHub repo hasn’t had a commit since last week, and all of the installs were within this last week.
Then again, maybe a package I installed (somehow) broke something? I may try to reproduce this error if possible by re-installing everything.
Do you remember if there were any changes which could affect booting? Installation of system packages like kernel, m1n1, u-boot, grub, shim, systemd*, …?
Did you remember if you change anything which could affect booting?
Please provide the output of ls nvme 0:4, ls nvme 0:4 EFI, ls nvme 0:4 EFI/BOOT, ls nvme 0:4 EFI/FEDORA from the u-boot prompt.
Update to grub2-*2.06-97.fc38 worked for mewithout issues. Judging by the file sizes your /EFI is identical to mine except for grub.cfg. What’s curious is that my /EFI/BOOT/grub.cfg and /EFI/fedora/grub.cfg are identical and yours are not. Please save both copies and compare them. If you can’t stop an obvious error in either of them try booting with each variant in both /EFI/BOOT/ and /EFI/fedora/. Use MacOS (recovery) for those manipulations.
diskutil list to list your partitions and sudo diskutil mount disk0sX (where X is the partition index from the list) to mount the EFI partition, then you can inspect/modify the files. This works in a terminal in both macOS and recoveryOS.
It’s not necessary to reproduce it again. @marcan has reproduced the problem and the cause is that the update rewrote /boot/grub2/grub.cfg to a config which causes grub to reload itself indefinitely.