Hello, I am trying to deploy a Windows machine with Secure boot. But its getting failed with message " Cannot deploy to specified host as host does n't support uefi vm deployment, returning."
OVMF is already installed in KVM node and uefi.properties are updated with below details: =============== guest.nvram.template.secure=/usr/share/OVMF/OVMF_VARS.fd guest.nvram.template.legacy=/usr/share/OVMF/OVMF_VARS.fd guest.loader.secure=/usr/share/OVMF/OVMF_CODE.secboot.fd guest.loader.legacy=/usr/share/OVMF/OVMF_CODE.fd guest.nvram.path=/var/lib/libvirt/qemu/nvram/ =============== After restarting the cloudstack-agent in host, still the Database table not getting updated ------------- mysql> select * from host_details where name like '%uefi%'; Empty set (0.00 sec) ------------- Can someone advice what I am missing here? Regards Jg
