We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
disk_image = true
disk_image =true
My QEMU version is 8.2.0, on Apple M1.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: