我创建了一个 efi 并使用文档用 pesign 签名 -
UEFI 安全启动:
https://en.altlinux.org/UEFI_SecureBoot_mini-HOWTO
https://en.opensuse.org/openSUSE:UEFI_Secure_boot_using_qemu-kvm
https://en.opensuse.org/openSUSE:UEFI_Image_File_Sign_Tools
https://wiki.ubuntu.com/SecurityTeam/SecureBoot
http://tomsblog.gschwinds.net/2014/08/uefi-secure-boot-hands-on-experience/
并启动:
sudo qemu-system-x86_64 -L . -pflash /usr/share/qemu/OVMF.fd -hda fat:uefi_disk
uefi 磁盘包含签名的 efi 文件
但是为了安全启动我需要有
DB
DBX
KEK
PK
这样我就可以注册 OVMF 安全启动 但是在教程中,从来没有得到这些如何生成。请建议