8.4.1 - uefi vm issues - netboot not working

Oct 11, 2022
20
0
6
Ive just experience this on a brand new build proxmox server with a new vm

i also could not get any vm to ipxe network boot when uefi was enabled + an efi drive attached (pre-enrolled keys unticked).

duplication steps.
proxmox repo: enterprise
- fully up to date proxmox 8.4.1
- create a new vm,
- set to efi boot, add an efi disk (i didnt pre-enroll keys),
- edit vm options. set boot option to net0, scsi0
- attempt to boot vm.

You will end up sitting at the bios without it ever even attempting to network boot.

removing the efi disk will allow it to attempt network booting
 
Last edited:
vm config file
```
agent: 1
bios: ovmf
boot: order=net0;scsi0
cores: 1
cpu: x86-64-v2-AES
efidisk0: local:188/vm-188-disk-0.qcow2,efitype=4m,size=528K
ide2: none,media=cdrom
memory: 8096
meta: creation-qemu=9.0.2,ctime=1744111628
name: test-vm-smartboot-prod
net0: virtio=BC:24:11:A1:C4:4D,bridge=vmbr0,firewall=1,tag=1502
numa: 0
ostype: l26
scsi0: local:188/vm-188-disk-0.qcow2,iothread=1,size=32G
scsihw: virtio-scsi-single
smbios1: uuid=35644b2e-9666-43db-b93d-6603da1bc51f
sockets: 2
vmgenid: a49b8f52-60a3-452b-99c1-fa2ed4df6fde
```