http://bugzilla.opensuse.org/show_bug.cgi?id=1183884 http://bugzilla.opensuse.org/show_bug.cgi?id=1183884#c20 --- Comment #20 from Projeto Linux Kamarada <linuxkamarada@gmail.com> --- (In reply to Michael Chang from comment #15) I remembered that there is a specific setting on my BIOS. I needed to enable Secure Boot, then an option became available: "Select an UEFI file as trusted for executing". I navigated through a kind of file manager and selected EFI/opensuse/grubx64.efi as trusted. I did this and disabled Secure Boot again. Then I was able to boot from "opensuseleap". According to efibootmgr -v, I booted from "opensuseleap". So, this seems to have worked:
Would you please try the manual step to create the boot variable for booting the opensuse grub ?
efibootmgr -c -L 'opensuseleap' -l '\EFI\opensuse\grubx64.efi' -d /dev/sda -p 1 efibootmgr -v
-- You are receiving this mail because: You are on the CC list for the bug.