Hi,
I want to install ESXi and to do so I am using a kickstart script. Everything goes well until the booting tries to read the variable:
install --firstdisk=vmhba1:C0:T0:L0 --overwritevmfs
I want to install ESXi in a SSD disk which in the logs it is referred as vmhba1:C0:T0:L0. However, the installation log says that under --firstdisk, "no suitable disk was found". How can I refer to that specific SSD disk then?
Please note that if I type --firstdisk=local it works, but then it gets installed in another disk of my server, not the one I want.
Thanks in advance