[Bug 2022312] Re: Adding IA32 to X64 pkg, because secure boot is not working on Focal
Seyeong Kim
2022312 at bugs.launchpad.net
Wed Jun 28 03:50:37 UTC 2023
updated
I just tested pure focal machine without openstack.
and put below lines for new vm
<os>
<type arch="x86_64" machine="pc-q35-4.2">hvm</type>
<loader readonly="yes" secure="yes" type="pflash">/usr/share/OVMF/OVMF_CODE_4M.ms.fd</loader>
<nvram>/var/lib/libvirt/qemu/nvram/ubuntu22.04_VARS.fd</nvram>
<boot dev="hd"/>
<smbios mode="sysinfo"/>
</os>
<features>
<acpi/>
<apic/>
<vmport state="off"/>
<smm state="on"/>
</features>
it is booted well.
--
You received this bug notification because you are a member of Ubuntu
OpenStack, which is subscribed to nova in Ubuntu.
https://bugs.launchpad.net/bugs/2022312
Title:
Adding IA32 to X64 pkg, because secure boot is not working on Focal
Status in edk2 package in Ubuntu:
Fix Released
Status in nova package in Ubuntu:
Invalid
Status in edk2 source package in Focal:
Won't Fix
Status in nova source package in Focal:
Incomplete
Status in edk2 source package in Jammy:
Fix Released
Status in nova source package in Jammy:
Invalid
Bug description:
[Impact]
In Focal, secureboot is not working ( black screen right after
instance is started )
[Test Case]
1. In focal, create instance, and enable secureboot
2. start instance.
3. you just can see only blackscreen.
[Where problems could occur]
Secureboot may have issue.
[Others]
For Jammy, it is ok
instance xml
- https://pastebin.ubuntu.com/p/MnK6nx3vwy/
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/edk2/+bug/2022312/+subscriptions
More information about the Ubuntu-openstack-bugs
mailing list