Bug 1335395
| Summary: | Add paths for UEFI from new edk2-ovmf package | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Marcin Juszkiewicz <mjuszkie> |
| Component: | libvirt | Assignee: | Libvirt Maintainers <libvirt-maint> |
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | agedosier, berrange, clalancette, crobinso, itamar, laine, libvirt-maint, pbrobinson, veillard, virt-maint |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-05-20 21:34:26 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: | |||
| Bug Depends On: | |||
| Bug Blocks: | 922257 | ||
Cole: can you look at that so the shipped Tianocore uEFI for aarch64 is used for F-24 please? Fixed in libvirt-1.3.4-2.fc25 |
Description of problem: libvirt has paths to UEFI blobs in /etc/libvirt/qemu.conf file: nvram = [ "/usr/share/edk2.git/ovmf-x64/OVMF_CODE-pure-efi.fd:/usr/share/edk2.git/ovmf-x64/OVMF_VARS-pure-efi.fd", ] This path is for package from Kraxel firmware repository and we recently got edk2-ovmf (and edk2-aavmf on aarch64) built for F24 and F25 which keep files in /usr/share/edk2/ subdirectories. So libvirt needs to have new paths added. Version-Release number of selected component (if applicable): 1.3.4-1.fc25 How reproducible: always Steps to Reproduce: 1. 2. 3. Actual results: With new UEFI builds installed and no Kraxel repo ones none of VM works. Expected results: Libvirt tools use UEFI blobs from edk2-{ovmf,aavmf} packages. Additional info: