virtualization
virtualization copied to clipboard
fix(core): fix build uefi and ovmf with secure boot
Description
Windows and other OS with UEFI secure boot must boot with Secure boot: Enabled/On
Why do we need it, and what problem does it solve?
Fix build uefi and ovmf with secure boot
What is the expected result?
Windows Sysinfo
Secure Boot State: On
Fedora/Ubuntu
sudo dmesg | grep -i secureboot
[ 0.0000000] secureboot: Secure boot enabled
Checklist
- [ ] The code is covered by unit tests.
- [ ] e2e tests passed.
- [ ] Documentation updated according to the changes.
- [x] Changes were tested in the Kubernetes cluster manually.
Changelog entries
section: core
type: fix
summary: fix build uefi and ovmf with secure boot