Bug 1656651
| Summary: | Enable OVMF at build time | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | nucleo <alekcejk> |
| Component: | xen | Assignee: | Michael Young <m.a.young> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 29 | CC: | jforbes, m.a.young, robinlee.sysu |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | xen-4.11.1-1.fc29 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2018-12-13 02:16:05 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
nucleo
2018-12-06 00:00:39 UTC
I am considering your request, but you can actually use UEFI on the current Fedora 29 build when starting guests directly with xl.
Assuming you have the edk2-ovmf package installed (which is likely) run something like
cat /usr/share/OVMF/OVMF_{VARS,CODE}.fd >/var/tmp/ovmf.bin
and set
bios = 'ovmf'
bios_path_override = '/var/tmp/ovmf.bin'
serial = 'pty'
in your domU guest configuration file in /etc/xen . I don't know how easy it is to do if you are doing it indirectly for example by using virt-manager.
xen-4.11.1-1.fc29 has been submitted as an update to Fedora 29. https://bodhi.fedoraproject.org/updates/FEDORA-2018-98e04c96dd xen-4.11.1-1.fc29 has been pushed to the Fedora 29 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2018-98e04c96dd xen-4.11.1-1.fc29 has been pushed to the Fedora 29 stable repository. If problems still persist, please make note of it in this bug report. |