As my stupid motherboard BIOS always looses the UEFI boot entry of Qubes once I disconnect my SSD with Qubes on it, I frequently have to run efibootmgr to fix it. BTW: Is that behavior a BIOS “bug” or is that “by design”?
I knew how to do that with 4.0 based on Qubes UEFI troubleshooting guide
efibootmgr -v -c -u -L Qubes -l /EFI/qubes/xen.efi -d /dev/sda -p 1 “placeholder /mapbs /noexitboot”
With 4.1 however, this no longer works. I always end up skipping the GRUB boot loader part and having to enter the password right away, so I cannot change the kernel or adjust kernel parameters.
Could someone please point me to the correct efibootmgr command to use now - and maybe update/enhance the UEFI guide as well for 4.1? My guess is that /EFI/qubes/xen.efi has to point elsewhere?