Windows 11 ISO does not boot with UEFI (OVMF) in KVM hosts #11660
-
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 1 reply
-
Thanks for opening your first issue here! Be sure to follow the issue template! |
Beta Was this translation helpful? Give feedback.
-
@jeanvetorello can you retry and press space or other key in the screen "Press any key to boot from CD or DVD " ? |
Beta Was this translation helpful? Give feedback.
-
oh, this might be related to #11512 |
Beta Was this translation helpful? Give feedback.
-
Thanks for pointing me to this issue. From what I can see, #11512 is about the inability to retrieve the VM UUID inside Windows using wmic (especially on AMD hosts), which happens after the OS has already booted. In my case, the problem occurs during boot/install of Windows 11 with UEFI Secure Boot and TPM 2.0 enabled — the VM never gets past the initial boot stage. So it looks unrelated to the UUID/WMIC problem described in #11512.
Yes, I already tried pressing keys at the “Press any key to boot from CD or DVD” prompt. |
Beta Was this translation helpful? Give feedback.
-
@jeanvetorello 4.20 has provided a new vm setting: |
Beta Was this translation helpful? Give feedback.
Thanks for the help!
I was running CloudStack 4.21 on Ubuntu 24.04, and with the default CPU model the Windows 11 24H2 VM could not boot.
After changing the setting to
guest.cpu.mode=host-passthrough
, the VM booted and installed correctly.