vsphere-iso
: Add support for SATA disk_controller_type
#42
Labels
builder/vsphere-iso
Builder: vsphere-iso
dependencies
enhancement
stage/waiting-on-upstream
This issue is waiting on an upstream change
Milestone
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
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.
The text was updated successfully, but these errors were encountered: