Unable to boot Windows 11 ISO

Rumbling9324

New Member
Jul 25, 2025
1
0
1
I'm attempting to install Windows 11 on Proxmox VE 7.3-6, using a verified ISO directly from Microsoft (SHA256 checked). The VM uses OVMF (UEFI) with TPM 2.0 and an 8GB RAM / 2-core config.

The problem:
When I boot the VM, it prompts:
Press any key to boot from CD/DVD...

I press a key, the Proxmox splash screen appears for 5 seconds or so, and then it disappears and I'm prompted again to press any key — in an infinite loop. The actual Windows 11 installer never starts. If I don’t press a key, it eventually tries PXE boot.

This seems like it's failing to continue booting from the ISO and instead restarts the "press any key" prompt each time.

What I've tried:​

  • Changed the CD/DVD interface from IDE to SATA
  • Verified ISO integrity (Win11_24H2_English_x64.iso, official)
  • Tried both Q35 and i440fx machine types

The VM Config:
Code:
bios: ovmf
boot: order=ide0;sata0;net0;sata1
cores: 2
efidisk0: local-lvm:vm-105-disk-0,efitype=4m,pre-enrolled-keys=1,size=4M
ide0: local-lvm:vm-105-disk-1,size=32G
machine: pc-q35-7.2
memory: 8192
meta: creation-qemu=7.2.0,ctime=1753401352
name: windows11
net0: e1000=FE:C7:FE:F8:DD:30,bridge=vmbr0,firewall=1
numa: 0
ostype: win11
sata0: local:iso/Win11_24H2_English_x64.iso,media=cdrom,size=5683090K
sata1: local:iso/virtio-win-0.1.271.iso,media=cdrom,size=709474K
scsihw: virtio-scsi-single
smbios1: uuid=3fdcb4e7-5bb9-4115-b17a-4d033e06f89c
sockets: 1
tpmstate0: local-lvm:vm-105-disk-2,size=4M,version=v2.0
vmgenid: 734e4402-b839-4428-a2af-750228308adb

Any help would be appreciated!