|
I’m having trouble installing Windows 11 on CloudStack. Could anyone please help me figure out what I might be missing? Thanks in advance. |
Replies: 3 comments 14 replies
|
Hi @Sombra-js ! Please do not duplicate your messages across different discussion threads; there's no point in that. Could you please describe in more detail at which exact stage the problem occurs for you? Also, describe your infrastructure, for example, which hypervisor you are using, and which version of CloudStack you are using. |
|
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 I enabled Secure Boot and UEFI directly from the VM creation interface. guest.cpu.mode=host-passthrough |




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 …