-
Notifications
You must be signed in to change notification settings - Fork 106
Description
This issue was originally opened by @telefax as hashicorp/packer#10274. It was migrated here as a result of the Packer plugin split. The original body of the issue is below.
Community Guidelines
- Vote on this issue by adding a 👍 reaction to the original issue initial description to help the maintainers prioritize.
- Do not leave "+1" or other comments that do not add relevant information or questions.
- If you are interested in working on this issue or have submitted a pull request, please leave a comment.
Description
While trying to build aarch64 vm:s on my RPI 4 ESXi cluster I was struggling with booting my VM:s after install.
It turns out that CentOS 8 only supports "sata" as controller type but this is not supported by packer.
Packer only supports lsilogic, pvscsi, nvme and scsi.
Work around was to run packer in debug mode and change scsi controller to sata and then continue.
Similar issue but closed: hashicorp/packer#9732
I'm not sure if this problem only occurs if you build EFI vm:s. I'm unable to select anything else than EFI anyway (only option in vcenter).
At first it didn't even boot the install ISO, but it worked when I set "cdrom_type": "sata". Default IDE didn't work at all.