Link to this headingSecure Boot
Link to this headingPlatform Implementations
M1 Secureboot
[ESP32 Secureboot](/Reverse Engineering/Firmware/Embeded Devices/ESP32#secure-boot)
[UEFI Secureboot](/Reverse Engineering/Firmware/UEFI)
Intel/Windows platform secure boot process
Link to this headingQEMU Secure Boot
libvirt domain config (RHEL-7.3 host):
secboot-rhel7-kvm
[ ... ]
hvm
/usr/share/OVMF/OVMF_CODE.secboot.fd
/.../secboot-rhel7-kvm_VARS.fd
[ ... ]
[ ... ]
Run command:
Link to this headingEnroll Keys
- OVMF doesn’t ship with any keys installed.
Setup procedure:
- Boot from /usr/share/OVMF/UefiShell.iso
- Drops you into a efi shell.
- Run
EnrollDefaultKeysEFI application
|
Link to this headingLinux Secure boot
TODO: Link to Linux