virtualization icon indicating copy to clipboard operation
virtualization copied to clipboard

fix(core): fix build uefi and ovmf with secure boot

Open universal-itengineer opened this issue 11 months ago • 0 comments

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

universal-itengineer avatar Apr 11 '25 07:04 universal-itengineer