Add Drivers To Esxi 6 Iso

6/3/2019
Add Drivers To Esxi 6 Iso 3,4/5 8323 reviews

Background / Problem

Step by step guide how to add the Realtek R8168 NIC drivers to a VMware ESXi 5.5 Update 2 ISO image. As VMware has removed many popular home lab NIC drivers. Why do you need to add drivers to a VMware ESXi ISO? VMware ESXi 5.5 was recently released, unfortunately ESXi 5.5 removed a lot of drivers for previously supported hardware. The drivers for the hardware that were removed still work fine on ESXi 5.5, you will just need to add the drivers for your hardware to the ISO before. How many times you needed to inject drivers in your ESXi image because they are missing for your specific component? A lot of times I bet, especially if you have new hardware or servers build using custom components in order to make a home lab.

  • I have two new servers (Dell R720 & Dell R520) that I plan to install ESXi onto.
  • During the VMWare Hypervisor installation, I'm told that no network adapters exist.
  • Upon checking, I realized that the Broadcom NetXtreme I drivers are required additionally
  • I have obtained the Broadcom driver software bundle from VMWare's web site
  • I have installed PowerCLI on my desktop in case I will need it.

Question

Most ESXi guides describe doing this on a server that's already been set up once, but I am installing ESXi on these boxes for the first time.

  • How do I properly get these network card drivers into the installation process?

  • I am under the impression that I may need to configure a custom installation package that includes these drivers (and use PowerCLI to do this) -- if so, how do I best go about doing this?

virtualizationvmware-esxiinstallationhypervisorpowercli
SeanKilleenSeanKilleen

4 Answers

Which version of ESXi are you trying to install.. I think the drivers for those are now included in 5.1 (I might be wrong though).

Alternatively, you can try to use the Dell customized build of ESXi ISO to install VMWare and see if those include the required drivers you need.

Add drivers to esxi 6 iso
RexRex

Another way that can work:

  1. Download the offline software bundle for the NetXtreme I cards from VMWare.
  2. Download the ESXi Customizer software
  3. Extract ESXi customizer
  4. Run ESXi customizer as an administrator.
  5. Select the ISO file
  6. Select the .VIB file for the drivers
  7. Select an output directory
  8. During the installation, allow ESXi customizer to replace the VIB file
  9. ESXi Customizer creates a bootable ISO.
  10. Use the custom ESXi ISO to install.

A huge thanks for these tools as they are the only thing that allowed me to get this done quickly.

I'm going to wait to see how the Dell ISO works out and then try this one. I'll mark the answer as correct in that order of which one works.

References

  • ESXi Customizer Software[VMWare Front Experience]
  • VMWare ESXi 5 whitebox NIC support[ivobeerens.nl]
SeanKilleenSeanKilleen

Make this easy on yourself - get the Dell-provided ESXi images. Those should have all the hardware things you might need.

mfinnimfinni

If you use ESXi 6.0 or ESXi 6.5 or newer, you must use ESXi-Customizer-PS. The Windows desktop app: ESXi-Customizer is deprecated.

ESXi-Customizer-PS is a free tool from the same author that runs under PowerCLI and you can also inject a driver into ISO ESXi install.

Reference: http://www.sysadmit.com/2017/01/vmware-esxi-instalar-driver.html

Wing CommanderWing Commander

Add Drivers To Esxi 6 Iso

Not the answer you're looking for? Browse other questions tagged virtualizationvmware-esxiinstallationhypervisorpowercli or ask your own question.

Comments are closed.