I have one SSD and one HDD on my computer, the SSD has windows 10 pre-installed on it and I installed Garuda by partitioning my HDD and freeing up 100 GB size for Garuda installation.
While installing Garuda Linux I chose Replace partition and used 100 GB free space for Garuda installation.
After completing the installation of Garuda I checked the checkbox of Restart now and everything worked perfectly, but when I started my computer for the second time the GRUB menu didn't show up and I got GRUB error like this:
Welcome to GRUB!
error: no such device: 267831a0-3b22-4248-b030-7cc4fceeca4d
error: unknown filesystem
Entering rescue mode...
grub rescue> _
I tried re-installing GRUB on ESP and repairing GRUB configuration file using garuda-boot-repair utility but nothing changed.
I also tried to find the solutions online but could not find any solution that can help me with this problem, so I decided to post here.
What seems strange to me is that the mount point is /efi instead of /boot/efi, but maybe this could be ok.
I think it could help checking your: lsblk -f to check the UUIDs /etc/fstab, to see if your /boot/efi (or /efi in your case?) points to nvme0n1p1 efibootmgr -v
@filo
Don't worry about mount point it's /efi instead of /boot/efi because I changed it to /efi, the reason for that was: I read in arch wiki somewhere that /efi is the new replacement for the older(and still used in many distros) /boot/efi mount point
/efi is the default in Arch, yes. But not Garuda. Garuda uses /boot/efi. And Garuda uses the Calamares installer, which (I'm guessing) is looking for /boot/efi instead.
Yes, but the thing is when my mount point was /boot/efi then also the problem was still there it's not like first I changed the mount point and then the problem occurred
And I don't think mount point matters after the GRUB is installed in ESP(This is just my thought)
No, it's ok.
If you had the issue also before, mounting on /boot/efi (which I'd go back to anyway), I don't think there's much to check there. Maybe just that it doesn't point to the wrong disk, but I really don't believe.
Apart from that, secure boot is off?
I don't have other ideas...