This is what I have for the ks.cfg
Can you tell me what the right syntax for the remote disk that is looking like this naa.something xxxxxx in ks.cfg? And also I do not have the 10Gb nic connected and it complains about the no signal on the nic port, is there a paramater to ignore checking of the nic port and skip it?
#Sample kickstart scripted installation
vmaccepteula
rootpw passwdpss
install --firstdisk=remote --overwritevmfs
network --bootproto=static --ip=192.168.250.254 --gateway=192.168.250.1 --nameserver=172.25.3.7 --netmask=255.255.255.0 --hostname=hostx.abc.com --device=vmnic0 --addvmportgroup=0
reboot