rEFInd custom boot stanza for windows

My rEFInd Manual Stanza for Windows doesn’t work.

I have an EFI partition on my main SSD (NVME) with inside it \EFI\Microsoft\Boot\bootmgfw.efi

So here’s my simple manual boot stanza :

     menuentry "Windows" {
     icon \EFI\boot\icons\os_win.png
     volume "EFI"
     loader \EFI\Microsoft\Boot\bootmgfw.efi
}

When I use it rEFInd guives me this error message

Starting bootmgfw.efi
Using load options ’ ’
Invalid loader file!
Error: Not Found while loading bootmgfw.efi

Does anyone know what’s wrong ?

From your Garuda Linux installation, post the output of these commands:

sudo blkid
sudo ls /boot/efi/EFI/Microsoft/Boot
3 Likes

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.

I guess this topic closed without going anywhere, but for the benefit of anyone who stumbles upon this thread while troubleshooting their own rEFInd boot stanza, there is a step-by-step guide for writing a manual stanza here in the Garuda Linux wiki:

Writing a rEFInd Boot Stanza | Garuda Linux wiki

1 Like