Backup failing "No - EFI Disk without OVMF BIOS"

guff666

Member
Nov 6, 2021
35
1
13
72
I have a daily backup job running across two nodes with 5 VMs - a mix of LCX and QEMU. One VM is failing, a QEMU running Windows 10.

The job fails on the efidisk (it usaes efi because I'm passing through PCI cards)
Screenshot 2022-02-01 115737.png

Any ideas?
 
can you post the config of the vm with qm config ID
 
Code:
agent: 1
balloon: 2048
boot: order=ide0;sata0
cores: 4
efidisk0: local-lvm:vm-102-disk-1,efitype=4m,pre-enrolled-keys=1,size=4M
hostpci0: 0000:03:00
ide0: local:iso/VeeamRecoveryMedia_DESKTOP-VGN663M.iso,media=cdrom,size=685568K
ide2: local:iso/virtio-win.iso,media=cdrom,size=543390K
machine: pc-i440fx-6.1
memory: 16000
meta: creation-qemu=6.1.0,ctime=1639909897
name: M5KVK
net0: e1000=1A:FF:8E:96:55:DC,bridge=vmbr0,firewall=1
numa: 0
onboot: 1
ostype: win10
parent: primary
sata0: local-lvm:vm-102-disk-0,cache=writeback,size=256G
scsihw: virtio-scsi-pci
smbios1: uuid=<redacted>
sockets: 1
tpmstate0: local-lvm:vm-102-disk-2,size=4M,version=v2.0
usb0: host=0bc2:2344,usb3=1
usb1: host=045e:009d
usb2: host=05fc:7849,usb3=1
usb3: host=046d:081b,usb3=1
vga: std
vmgenid: <redacted>
 
you have configured an efidisk, but your 'bios' is not set and the default is 'seabios' if you want to use efi you must configure that to 'ovmf'

note that it's not that simple for an os to change from bios to uefi, so you guest may not handle that easily
if you want to keep using seabios, you could simply remove the efidisk