slavkap commented on pull request #4773:
URL: https://github.com/apache/cloudstack/pull/4773#issuecomment-804802506


   > I'll have to check. It is a standard centos7 install. If it isn't we will 
have to update it and rely on your manual tests anyway. You can put it in a 
separate PR, if you wish.
   
   Yes, it's standard CentOS7 with OVMF installed. I've added in 
`/etc/cloudstack/agent/uefi.properties` these information:
   
   > guest.nvram.template.secure=/usr/share/OVMF/OVMF_VARS.secboot.fd
   > guest.nvram.template.legacy=/usr/share/OVMF/OVMF_VARS.fd
   > guest.loader.secure=/usr/share/OVMF/OVMF_CODE.secboot.fd
   > guest.nvram.path=/var/lib/libvirt/qemu/nvram/
   > guest.loader.legacy=/usr/share/OVMF/OVMF_CODE.secboot.fd
   
   and into ` /etc/libvirt/qemu.conf`:
   
   > nvram = [ 
"/usr/share/OVMF/OVMF_CODE.secboot.fd:/usr/share/OVMF/OVMF_VARS.fd" ]
   
   Also, in the `host_details` table, if it's not a new host, the detail 
`host.uefi.enable` of the host should be set to true.
   
   I think that it'll be better to add the tests in this PR.


-- 
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:
[email protected]


Reply via email to