Open rodrigc opened 5 years ago
I was able to re-create the problem. The generic/rhel8 box is using SATA disk controller. My code doesn't yet support extending SATA disks, so I'll have to add that.
In the mean time, you can just remove esxi.guest_boot_disk_size = 42
from the Vagrantfile and it should work. If you really need a bigger root disk, you can increase the disk size in the esxi console after the deployment.
Thanks for tracking that down. I wouldn't have figured that out!
I've been using vagrant-vmware-esxi to provision centos/7 and generic/rhel7 images on ESXi without problem.
I used this Vagrantfile:
and got this:
Any ideas what the problem could be with starting the generic/rhel8 image?