Bug 32940 - Win8 with UEFI does not start in UVMM-KVM
Win8 with UEFI does not start in UVMM-KVM
Status: CLOSED WONTFIX
Product: UCS
Classification: Unclassified
Component: Virtualization - KVM
UCS 4.4
Other Linux
: P5 enhancement (vote)
: ---
Assigned To: UCS maintainers
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2013-10-22 09:21 CEST by Sönke Schwardt-Krummrich
Modified: 2023-06-28 10:46 CEST (History)
2 users (show)

See Also:
What kind of report is it?: Feature Request
What type of bug is this?: ---
Who will be affected by this bug?: ---
How will those affected feel about the bug?: ---
User Pain:
Enterprise Customer affected?:
School Customer affected?:
ISV affected?:
Waiting Support:
Flags outvoted (downgraded) after PO Review:
Ticket number:
Bug group (optional): Roadmap discussion (moved)
Max CVSS v3 score:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sönke Schwardt-Krummrich univentionstaff 2013-10-22 09:21:44 CEST
Win8 with enabled UEFI support (64bit) does not start in UVMM-KVM since by default there is no UEFI support in qemu/kvm.
Comment 1 Philipp Hahn univentionstaff 2017-04-21 17:01:38 CEST
For UEFI-Support:
 ucr set repository/online/unmaintained='yes'
 univention-install ovmf
 virsh edit "${VM}"
 <domain>...
   <os>...
     <loader readonly='yes' type='pflash'>/usr/share/ovmf/OVMF.fd</loader>
     <!--
     <loader readonly='yes' type='pflash'>/usr/share/OVMF/OVMF_CODE.fd</loader>
     <nvram template='/usr/share/OVMF/OVMF_VARS.fd'>/var/lib/libvirt/qemu/nvram/${VM}_VARS.fd</nvram>
     -->
   ...</os>
 ..</domain>
  cp /usr/share/ovmf/OVMF.fd /var/lib/libvirt/qemu/nvram/$VM_VARS.fd

1. We should add support for that to UVMM
2. We should update our version of OVMF as it's quiet old (CODE not separated from VARS)
3. ...
Comment 2 Philipp Hahn univentionstaff 2023-06-28 10:44:07 CEST
UVMM and virtualization with UCS is deprecated and will no longer be developed in UCS 4.4; they have already been removed from UCS 5.0.