GitHub user SviridoffA added a comment to the discussion: Unable to Install Windows 11 on CloudStack
Besides enabling UEFI mode and Secure Boot, have you also enabled UEFI support on your hypervisor? This is done by adding the following lines to the file /etc/cloudstack/agent/uefi.properties: ``` textguest.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 ``` The paths may differ depending on the OS you are using. If yes, then specify exactly at what moment the problem occurs? GitHub link: https://github.com/apache/cloudstack/discussions/11880#discussioncomment-14739097 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
