-
|
I’m having trouble installing Windows 11 on CloudStack. Could anyone please help me figure out what I might be missing? Thanks in advance. |
Beta Was this translation helpful? Give feedback.
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. |
Beta Was this translation helpful? Give feedback.
-
|
Hey @Sombra-js , have you enabled vTPM? |
Beta Was this translation helpful? Give feedback.
-
|
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 |
Beta Was this translation helpful? Give feedback.




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 …