Symptoms:
Login to the shell for the ESXi installer and collect a log bundle
With the installer running in memory, perform the following:
Configure a management network address
By default, the ESXi instance will have a Standard vSwitch, standard port groups (Management and VM Network), and one uplink (vmnic0).
There is no vmkernel interface, subnet, gateway or route.
Example:
From the ESXi installer, you will need to us localcli to configure a VMkernel network adapter:
localcli network ip interface ipv4 set --interface-name=vmkX --ipv4=ipaddress --netmask=netmask --type=staticlocalcli network ip route ipv4/ipv6 add --gateway IPv4_address_of_router --network IPv4_address.localcli network vswitch standard portgroup set -p portgroup --vlan-id VLAN