Bug 2058618
Summary: | virt-install reports Libvirt version does not support UEFI | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 9 | Reporter: | Xiaofeng Wang <xiaofwan> |
Component: | libvirt | Assignee: | Virtualization Maintenance <virt-maint> |
libvirt sub component: | General | QA Contact: | Virtualization Bugs <virt-bugs> |
Status: | CLOSED DUPLICATE | Docs Contact: | |
Severity: | unspecified | ||
Priority: | urgent | CC: | akoutsou, amurdaca, ckellner, jen, jsuchane, obudai, thozza, virt-maint, xiaofwan |
Version: | 9.0 | Keywords: | TestBlocker |
Target Milestone: | rc | Flags: | pm-rhel:
mirror+
|
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2022-02-25 15:19:13 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Xiaofeng Wang
2022-02-25 12:19:28 UTC
Can you attach libvirt logs, debug logs preferably, https://libvirt.org/kbase/debuglogs.html. Thanks. Too much logs when enable debug log. I found an error from libvirtd debug log. libvirtd[48533]: internal error: missing 'nvram-template' in '/usr/share/qemu/firmware/50-edk2-ovmf-amdsev.json' Is this useful? Thanks. But I can find this file there. [cloud-user@rhel-9-0-220225 ~]$ ll /usr/share/qemu/firmware/ total 16 -rw-r--r--. 1 root root 770 Feb 23 05:54 40-edk2-ovmf-sb.json -rw-r--r--. 1 root root 566 Feb 23 05:54 50-edk2-ovmf-amdsev.json -rw-r--r--. 1 root root 673 Feb 23 05:54 50-edk2-ovmf-cc.json -rw-r--r--. 1 root root 722 Feb 23 05:54 50-edk2-ovmf.json The content of /usr/share/qemu/firmware/50-edk2-ovmf-amdsev.json { "description": "OVMF with SEV-ES support", "interface-types": [ "uefi" ], "mapping": { "device": "flash", "mode": "stateless", "executable": { "filename": "/usr/share/edk2/ovmf/OVMF.amdsev.fd", "format": "raw" } }, "targets": [ { "architecture": "x86_64", "machines": [ "pc-q35-rhel8.5.0" ] } ], "features": [ "amd-sev", "amd-sev-es", "verbose-dynamic" ], "tags": [ ] } (In reply to Xiaofeng Wang from comment #4) > Too much logs when enable debug log. I found an error from libvirtd debug > log. > libvirtd[48533]: internal error: missing 'nvram-template' in > '/usr/share/qemu/firmware/50-edk2-ovmf-amdsev.json' > Is this useful? Thanks. Yes, that what points to bug 2057769. Thanks! *** This bug has been marked as a duplicate of bug 2057769 *** |