http://bugzilla.opensuse.org/show_bug.cgi?id=1174412 http://bugzilla.opensuse.org/show_bug.cgi?id=1174412#c12 Fabian Vogt <fvogt@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Flags| |needinfo?(andresbs2000@prot | |onmail.com) --- Comment #12 from Fabian Vogt <fvogt@suse.com> --- (In reply to Andrés Barrantes Silman from comment #9)
You're right! Aparantely there is /boot/efi/EFI...
That's normal - /boot/efi is the mountpoint of the ESP, which has everything below /EFI. So if /boot/efi/EFI exists, why does test -d /boot/efi in shim-install fail? Maybe this helps: findmnt test -d /boot/efi && echo "exists" grub2-probe --target=disk --device-map= /boot/efi grub2-probe --target=drive --device-map= /boot/efi bash -x shim-install --efi-directory /boot/efi AFAICT this is an unrelated issue though. Either /boot/efi is mounted as the wrong partition (which AFAICT is unlikely), grub2-probe is returning the wrong device or libefiboot translates the path wrong. Does this result in a working boot entry? efibootmgr -c -d /dev/nvme0n1 -p 1 -w -L efibootmgr-manual -l '\EFI\opensuse\shim.efi' -- You are receiving this mail because: You are on the CC list for the bug.