I am getting following error when i tried to install VMware-VMvisor-Installer-4.1.0.update02-502767 via usb.
error:/tmp/ks.cfg: line 3: autopart --firstdisk specified, but no suitable disk was found.
here is ks.cfg file
rootpw VMware01
install usb
autopart --firstdisk --overwritevmfs
reboot
#Network install type
network --bootproto=static --addvmportgroup=false --device=vmnic0 --ip=192.168.1.10 --netmask=255.255.255.0 --gateway=192.168.1.1 --nameserver=192.168.1.1 --hostname=ESXi-01.beerens.local
accepteula
I tried to install same image iso via DVD it is working fine, but when i create the bootable usb using unetbootin getting this error.