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/02/05 09:24:46 UTC

[GitHub] [cloudstack] slavkap commented on issue #4238: uefi vm creation fail

slavkap commented on issue #4238:
URL: https://github.com/apache/cloudstack/issues/4238#issuecomment-773908266


   I'm not @gaaray2k but I could tell how I did the setup on one of my hosts. My configuration is according to the steps from PR [#3638 ](https://github.com/apache/cloudstack/pull/3638)
   
   
   
   I have installed OVMF and have created uefi.properties with those details
   ![image](https://user-images.githubusercontent.com/51903378/107012932-5dbd9300-67a2-11eb-94ba-35831b38828d.png)
   
   and in /etc/libvirt/qemu.conf file I have added 
   `nvram = ["/usr/share/OVMF/OVMF_CODE.secboot.fd:/usr/share/OVMF/OVMF_VARS.fd"]
   `
   
   Because my host wasn't newly created I have changed in `host_details `table the value for `"host.uefi.enable"` of the respective host to `true`. I have tested it also by adding a new host.
   
   I couldn't find a qcow2 image with EFI to test deploying a VM from a template, but deploying a VM with ISO works, but at runtime, I've replaced the bus  from `'ide'` to `'sata'`
   
   


----------------------------------------------------------------
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.

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