Error | Solution |
error:nfs://192.168.0.1/FileShare /ks.cfg:line12: install --firstdisk specified, but no suitable disk found | This error can occur if there is insufficient disk space on the host to install ESXi. The minimum requirement for the size of the boot disk is 900 MB. Ensure that your disk meets this requirement. |
NFS mount failure for URL nfs://192.168.0.101:/NFS/ks1.cfg | Log onto the host and examine /var/log/weasel.log. This reveals a more informative message. According to the logs, you see the error: Could not open file over NFS nfs://192.168.0.101:/NFS/ks1.cfg Exception: Error (see log for more info): Error copy / download file This means the ks1.cfg file was not found. Either the file was not created or the mount point is incorrect. Ensure that the file exists and that the share has been created. |
Did not get an IP Address from DHCP server | This error indicates that the host cannot contact a DHCP server. The host requires an IP address to be able to mount the NFS share containing the ks.cfg file. If you do not specify IP information at the boot command. If no network choices were specified at the command line, the installer defaults to DHCP. If there is no DHCP server on the network, then the installer has no way of retrieving files over the network. Ensure your DHCP server is working correctly. In environment where there is no DHCP server available, static network configuration entries need to be added to the boot command. A network configuration must be specified to allow access to the ks.cfg file if no DHCP server is available on the network. This can be achieved by specifying these parameters at the boot prompt: ip=, netmask=, gateway= |
warning:nfs://192.168.0.101/ NFS/ks.cfg:line 5: bootproto was set to static but "--hostname=" was not set. Hostname will be set automatically. | This is not an error, but a warning that temporarily halts installation. When setting a static IP, specify a hostname to avoid this warning. |