romantomjak / packer-proxmox-template

Packer configuration for creating Debian virtual machine templates for Proxmox VE

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

using OVMF with efidisk, does not boot into iso

haup opened this issue · comments

Have you tried to use to change the bios type to OVMF? I tried the following lines

...
machine = "q35"
bios = "ovmf"
os = "l26"
...
efi_config {
efi_storage_pool = "local"
pre_enrolled_keys = true
efi_type = "4m"
}
...

Somehow the vm boots into uefi, without any changes, after a reboot it´s starts the debian cd, but then without the preseed...

👋 I don't have any plans on trying that out myself, but I'll accept contributions if you find out the root cause 🙏