Skip to content

Instantly share code, notes, and snippets.

@fjctp
Last active June 13, 2021 16:32
Show Gist options
  • Save fjctp/6aa4878edb2264f3cb4eae2a6b13a9f3 to your computer and use it in GitHub Desktop.
Save fjctp/6aa4878edb2264f3cb4eae2a6b13a9f3 to your computer and use it in GitHub Desktop.
OpenSUSE EFI file for Secure Boot

Secure Boot

By default

/EFI/BOOT/bootx64.efi as the extension that will load and execute in order to load the operative system.
In Windows machines, the correct extension is in /EFI/Microsoft/Boot/BCD.efi
for openSUSE is /EFI/opensuse/grubx64.efi (or shim.efi if we have secure boot enabled)

OpenSUSE EFI file for secure boot or not

 opensuse              File(\EFI\opensuse\grubx64.efi)
 opensuse-secureboot   File(\EFI\opensuse\shim.efi)

Reference

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment