You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I stripped the bootstrap part, but short story, we're using qemu args to start debian-installer images with direct boot and preseed parameters.
EXPECTED RESULTS
VM is created with a valid specification
ACTUAL RESULTS
The VM specification has two issues:
The Proxmox EFI disk used to store EFI vars for the VM is missing, should be added before bootstrap (creation should be required if ovmf is chosen as bios, the web UI won't let you proceed without one)
The boot order is missing the disks, mentionning only the network cards. I need to manually enable scsi0 and put it at the top of the list or the VM won't start after bootstraping.
The text was updated successfully, but these errors were encountered:
SUMMARY
EFI virtual machines created with proxmox_kvm don't work, the EFI disk is missing and the boot order is missing the disks.
ISSUE TYPE
COMPONENT NAME
proxmox_kvm
ANSIBLE VERSION
CONFIGURATION
OS / ENVIRONMENT
Targeted Proxmox server is running 6.3-3
STEPS TO REPRODUCE
I stripped the bootstrap part, but short story, we're using qemu args to start debian-installer images with direct boot and preseed parameters.
EXPECTED RESULTS
VM is created with a valid specification
ACTUAL RESULTS
The VM specification has two issues:
The text was updated successfully, but these errors were encountered: