GitHub user Sombra-js added a comment to the discussion: Unable to Install Windows 11 on CloudStack
I successfully installed Windows 11 and applied the following configurations in the /etc/cloudstack/agent/uefi.properties file: 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 I enabled Secure Boot and UEFI directly from the VM creation interface. In addition, I applied the following configuration based on reports from colleagues who faced a similar issue on Windows 11 24H2 and resolved it by changing the CPU mode in agent.properties (the default value qemu64 appears to be incompatible with this OS version): guest.cpu.mode=host-passthrough GitHub link: https://github.com/apache/cloudstack/discussions/11880#discussioncomment-14759265 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
