weizhouapache commented on issue #8784: URL: https://github.com/apache/cloudstack/issues/8784#issuecomment-1996873239
> This is how the uefi.properties looks now: > > ``` > guest.nvram.template.secure=/usr/share/OVMF/OVMF_VARS_4M.ms.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 > ``` try with the following, it worked for me ``` guest.nvram.template.secure=/usr/share/OVMF/OVMF_VARS_4M.ms.fd guest.nvram.template.legacy=/usr/share/OVMF/OVMF_VARS_4M.fd guest.nvram.path=/var/lib/libvirt/qemu/nvram/ guest.loader.secure=/usr/share/OVMF/OVMF_CODE_4M.secboot.fd guest.loader.legacy=/usr/share/OVMF/OVMF_CODE_4M.fd ``` -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
