You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by GitBox <gi...@apache.org> on 2021/12/08 03:32:04 UTC

[GitHub] [cloudstack] levindecaro commented on issue #5754: Unable to Boot VM in UEFI mode (KVM)

levindecaro commented on issue #5754:
URL: https://github.com/apache/cloudstack/issues/5754#issuecomment-988466749


   The <os> directives should look like below in order to start VM in UEFI legacy mode.
   
   ```
     <os>
       <type arch='x86_64' machine='pc-q35-rhel7.6.0'>hvm</type>
       <loader readonly='yes' secure='no' type='pflash'>/usr/share/OVMF/OVMF_CODE.secboot.fd</loader>
       <nvram template='/usr/share/OVMF/OVMF_VARS.fd'>/var/lib/libvirt/qemu/nvram/8c00e797-c713-4f4e-9a24-12c3436cf06f.fd</nvram>
       <boot dev='cdrom'/>
       <boot dev='hd'/>
     </os>
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org