I've acquired an old HP Z600 for home testing. I know it's old and no longer supported, but I'm ok with that. I've replaced the single CPU with two E5640's and upped the RAM significantly.
It has a Broadcom NetXtreme BCM5764M Ethernet port onboard.
I can install ESXi 6.7U3 (using VMware-VMvisor-Installer-6.7.0.update03-14320388.x86_64.iso) and all works correctly (I did have to enable legacy CPU allowLegacyCPU=true). The NIC is accepted and reported as:
[root@localhost:~] esxcli network nic list
Name PCI Device Driver Admin Status Link Status Speed Duplex MAC Address MTU Description
------ ------------ ------ ------------ ----------- ----- ------ ----------------- ---- --------------------------------------------------------
vmnic0 0000:01:00.0 tg3 Up Up 1000 Full 3c:d9:2b:5b:63:c7 1500 Broadcom Corporation NetXtreme BCM5764M Gigabit Ethernet
[root@localhost:~] esxcli network nic get -n vmnic0
Advertised Auto Negotiation: true
Advertised Link Modes: 10BaseT/Half, 10BaseT/Full, 100BaseT/Half, 100BaseT/Full, 1000BaseT/Half, 1000BaseT/Full
Auto Negotiation: true
Cable Type: Twisted Pair
Current Message Level: 255
Driver Info:
Bus Info: 0000:01:00.0
Driver: tg3
Firmware Version: 5764m-v3.35
Version: 3.131d.v60.4
Link Detected: true
Link Status: Up
Name: vmnic0
[root@localhost:~] vmkchdev -l | grep vmnic0
0000:01:00.0 14e4:1684 103c:130a vmkernel vmnic0
When I try and install ESXi 7.0 (any version), I get:
No network adapters were detected. Either no network adapters are physically connected to the system, or a suitable driver could not be loaded.
Ensure that there is at least one network adapter physically connected to the system before attempting installation. If the problem persists, consult the VMware Knowledge Base.
(Enter) Reboot
Looking at the VMware Compatibility Guide, the Broadcom : NetXtreme BCM5764M Gigabit Ethernet should be supported in all versions of 7.0, though the original 7.0 release needs it downloading.
SXi 7.0 U3 | ntg3 version 4.1.7.0-0vmw | VMware Inbox, native |
ESXi 7.0 U2 | ntg3 version 4.1.5.0-0vmw | VMware Inbox, native |
ESXi 7.0 U1 | ntg3 version 4.1.5.0-0vmw | VMware Inbox, native |
ESXi 7.0 | ntg3 version 4.1.4.1-1vmw **Footnotes : Download driver from… | VMware Async, native |
ESXi 6.7 U3 | tg3 version 3.131d.v60.4-2vmw | VMware Inbox, vmklinux |
I've created several custom ISOs for various versions of ESXi 7.0 to 7.0 U3 and added VMW-ESX-6.5.0-ntg3-4.1.2.0-5562451.zip. I know it's for 6.5, but it was the first location I could find it). All gave the same results. As could probably be expected. I can't find a download for ntg3 version 4.1.4.1-1.
From the VMware vSphere Hypervisor (ESXi) 7.0.0 >> Drivers & Tools >> Driver CDs page, there is VMware ESXi 7.0 Driver CD for Broadcom NetXtreme-C/E BCM5731x/BCM57xxx Network Controller. Building an ISO using the ESXi Offline Bundle for 7.0.0 and including the driver with the following PS command:
.\ESXi-Customizer-PS.ps1 -iZip "C:\Temp\ESXi\VMware-ESXi-7.0.0-15843807-depot.zip" -pkgDir "C:\Temp\ESXi\ESXi-Customizer-PS-2.8.1\VIBs" -outDir "C:\Temp\ESXi\Output\700\" -log "C:\Temp\ESXi\Output\700\ESXi-Customizer-PS.log" -nsc
gives the following output:
Using Imageprofile ESXi-7.0.0-15843807-standard ...
(Dated 03/16/2020 10:48:54, AcceptanceLevel: PartnerSupported,
The general availability release of VMware ESXi Server 7.0.0 brings whole new levels of virtualization performance to datacenters and enterprises.)
Loading Offline bundles and VIB files from C:\Temp\ESXi\ESXi-Customizer-PS-2.8.1\VIBs ...
Loading C:\Temp\ESXi\ESXi-Customizer-PS-2.8.1\VIBs\Broadcom-bnxt-Net-RoCE_216.0.293.106-1OEM.700.1.0.15525992_16039884.zip ... [OK]
Add VIB bnxtnet 216.0.72.0-1OEM.700.1.0.15525992 [OK, replaced 216.0.50.0-4vmw.700.1.0.15843807]
Add VIB bnxtroce 216.0.65.0-1OEM.700.1.0.15525992 [OK, replaced 216.0.58.0-1vmw.700.1.0.15843807]
Exporting the Imageprofile to 'C:\Temp\ESXi\Output\700\\ESXi-7.0.0-15843807-standard-customized.iso'. Please be patient ...
Running through the install again gave the same result. Tried this with different builds of 7, all with the same results.
Any advice would be greatly appreciated, as I'm not sure what else I can do.