Hi, don't know how you put this working, but I tested the https://github.com/HariSekhon/Packer-templates/blob/main/ubuntu-arm64.qemu.pkr.hcl and also https://github.com/HariSekhon/Packer-templates/blob/main/ubuntu-x86_64.qemu.pkr.hcl and both don't work without to comment the disk_image = true. The problem is when using disk_image =true, qemu uses the ISO file as the actual disk (do not create a new one) and the installer can't find any disk during the partitioning phase.
My QEMU version is 8.2.0, on Apple M1.
Hi, don't know how you put this working, but I tested the https://github.com/HariSekhon/Packer-templates/blob/main/ubuntu-arm64.qemu.pkr.hcl and also https://github.com/HariSekhon/Packer-templates/blob/main/ubuntu-x86_64.qemu.pkr.hcl and both don't work without to comment the
disk_image = true. The problem is when usingdisk_image =true, qemu uses the ISO file as the actual disk (do not create a new one) and the installer can't find any disk during the partitioning phase.My QEMU version is 8.2.0, on Apple M1.