Modifying ESXi ISO images to include network drivers
Using new hardware with not-yet supported or unsupported drivers is often required when using consumer grade and/or desktop components. Most of the motherboards I have presented here on this blog (ASRock Z87 Extreme6, ASRock Z77 Pro4-M, Intel DQ77KB, Intel DQ77MK) have had unsupported network controllers.
There are ways to add support for a NIC after ESXi has been installed. However, to install ESXi from the beginning requires at least one supported network controller. Adding or updating a driver directly in the ESXi ISO solves this issue.
Tools required
To be able to perform the driver inclusion the following tools are needed:
- ESXi 5.5 ISO image
- ESXi-Customizer
- Driver for the network controller
When it comes to what driver to include I have to be honest to report that I have not been able to fully figure it out. Intel seems to have two lines of drivers for Linux, igb and e1000. from what I understand, the igb drivers are mostly for server NICs and the e1000 drivers for desktop NICs. Some desktop controllers use the igb driver though. Here is an excerpt from Intel’s website:
e1000e.x.x.x.tar.gz is designed to work with the Intel® 82563/6/7 Gigabit Ethernet PHY, 82571/2/3/4/7/8/9, 82583 Gigabit Ethernet Controller, and I217/I218 controllers under Linux*. The latest version and earlier versions of this driver are available from SourceForge.
If your adapter/connection is not 82563, 82566, 82567, 82571, 82572, 82573, 82574, 82577, 82578, 82579, 82583 -based, you should use one of the following drivers:
– igb-x.x.x.tar.gz driver supports all Intel® 82575/6-, 82580-, I350-, or I210/1-based Gigabit Network Adapters/Connections.
– e1000-x.x.x.tar.gz driver supports all Intel® 8254x-based PCI and PCI-X Gigabit Network Adapters/Connections.
Furthermore, the drivers for ESXi needs to be recompiled from the above versions. The ASRock Z87 Extreme6 board, that will be used in this example, have the following two controllers:
- Intel® Ethernet Connection I217-V, e1000e driver.
- Intel® Ethernet Controller I211 Series, igb driver.
I will only demonstrate how to get the e1000e driver to work, simply because I have not yet found a newly compiled version of the igb driver. The newest e1000e driver I can find on the Internet is:
http://shell.peach.ne.jp/~aoyama/wordpress/download/net-e1000e-2.3.2.x86_64.vib
Credit goes to the following site:http://shell.peach.ne.jp/aoyama/archives/2907
Using the ESXi-Customizer
Here is how I set up the ESXi-Customizer
- Start the ESXi-Customizer
- Load the ESXi 5.5 ISO
- Load the net-e1000e-2.3.2.x86_64.vib driver package
- Uncheck UEFI bootable. (I have read both suggestions both for and against. Unchecked has worked well for me)
- Hit Run! to create the new ISO
- Burn the ISO to a disc or make a bootable USB out of it.
This is what the ESXi-Customizer looks like for me.
I hope everything works out. Either way, let me know in the comments below!
hi Robert,
First of all, let me thank you for the “How to” on installing the Intel NIC drivers. Life saver.
I recently bought ASrock Z87 Extreme6 and I was trying to install ESXi 5.5, but every time I was trying to install, it came up with message “No network adapter found”, this is where I found you blog.
I would like to use the other NIC – I211, have you managed to find the compiled version of the igb driver.
Regards
Jay
Hi Jay,
Thanks for the comment!
I have not made any more tries on the igb driver yet. The board is in a production state and I’m not able to test drivers as of now. If I do in the future I will update the blog.
Best Regards,
Robert
Hi Robert,
next week I’m going to build a rather similar system using the very same Asrock Z87 Extreme6. Thank you very much for this awesome instructions.
So far what I’ve found out about the ESXi drivers for the 2 ethernet controllers:
I211AT – Supported by igb as of 4.2.16 (http://sourceforge.net/projects/e1000/files/igb%20stable/4.2.16/)
Here’s the official VMWare driver package for this igb version.
https://my.vmware.com/group/vmware/details?downloadGroup=DT-ESXI55-INTEL-IGB-42168&productId=353#product_downloads
I217V – Not officially supported by VMWare, but there’s a community packaging tool to build the appropriate driver. You’ll need at least e1000e in version 2.5. (s. http://sourceforge.net/projects/e1000/files/e1000e%20stable/2.5.4/).
As you can see both drivers are not part of the most recent ESXi release 5.5
https://docs.google.com/spreadsheet/ccc?key=0Al92QhF1i6YndDZGajNDN1o0dEQ0REQtb1RaeVpnQnc#gid=1
By the way, here’s a really good guid on how to package your own driver version: http://www.v-front.de/p/esxi5-community-packaging-tools.html
Hi Idstein,
Congrats on the new build. I’ve had the opportunity to try the Extreme6 one more time regarding the NIC support. As you correctly identified, both the e1000e and the igb needs to be upgraded to more recent versions. However, I tried two different vib files with two different versions of the igb driver but none of them managed to give support to the I211 NIC. If you crack that problem I’m extremely interested in getting to know how you did it. The e1000e driver for the I217 have worked very well for me.
Great find on how to package a custom driver. I had not found a way to pack a more recent version of neither the e1000e or igb driver. If I find more time to play with the Extreme6 I will attempt to try a later igb version.
good luck on the build and let me know how you did with the I211 driver.
Best regards,
Robert
Hi Idstein,
Thank you for your drivers, but how to build e1000e drivers for ESXi? I always got a message of “No network adapter found” when I install ESXi?
Hello
I have a motherboard with x7db8 Supermitsro. I can not find VIB network card driver Intel Pro 1000 EB. lspci command identifies the device as intel 80003es2lan.
Help me find a driver please.
The onboard controller of that motherboard seems to be Intel 82563EB. According to Intel’s site, that controller uses the e1000e driver. Since the controller and motherboard is rather old, I’m surprised it isn’t supported by ESXi. I suggest you try to integrate the e1000e as I have described in the article and see if solves the issue.
Good luck!
Best Regards,
Robert
Hi Robert,
for me the following thread in the VMWare boards has been an eye opener:
https://communities.vmware.com/thread/454771
I simply but into my custom ESXi ISO the official VIB of the newer igb driver 4.2.16.8 and the VIB of the unofficial community build for the net-e1000e driver 2.3.2.
As it turns out any e1000e driver > 2.0 has support for the i217-V.
So that worked for me. I dunno why it didn’t in your case. Maybe you can check on the exact device ids / vendor ids of the NICs.
Cheers,
Paul
Interesting. As you said, the e1000e driver is easy to get working for the I217 NIC.
I realize that I have only tried unofficial igb drivers versioned 5.x.
According to this page:
http://sourceforge.net/projects/e1000/files/igb%20stable/4.0.17/
support for I210 and I211 was added in the 4.0.17 igb driver. I will try the 4.2.16.8 you mentioned.
Thanks for the update! – Robert
Hi again Idstein,
I got the chance to try the 4.2 version of the igb driver today. Customizing an original ESXi 5.5 ISO with only that package/VIB did not make the installer find any network controller.
Can you please confirm that you have got the I211 NIC to work natively with ESXi? For me, it only shows up as a PCI-e device. I can pass it on to a VM and it works well, but I can not use it as a ESXi NIC and connect it to a vSwitch.
Best Regards,
Robert
I am also showing the i211 nic as pass through available but not use it as a ESXi NIC and connect it to a vSwitch. Any one have any pointers thanks
Hi Bob,
Unfortunately, I have not been able to get it to work yet either. I’m not actively searching for a solution as of now, but if I find one I will post the information here.
Best Regards,
Robert
Great job – thanks!
Works perfect on Asrock Z87E-ITX. Now the only problem is getting passthrough for the onboard Lynx SATA controller.
Regards,
Aladdin
Hey Aladdin, did you ever have any luck with passthrough on your Z87E-ITX?
Worked for me.
Asrock z87 extreme 4. Just needed the e1000 driver.
Thank you very much for your post!
-bill
Pingback: Setting up VMware ESXi – Part 1 | Daniel's blog
This didn’t work for the new AsRock H97 with i218 intel. Any ideas where I can find the driver for this?
Reading the description, i thought net-e1000e-2.3.2.x86_64.vib would also work with i218.. but it didn’t.
thanks.
Good question, I double checked Intel’s site and the I218 chipset should use the e1000e driver. I have no idea as of now. I’m actually thinking about trying out the Asrock Z97 Extreme6 board which I believe use the same NIC. (But why did they use a Realtek NIC for the second port 🙁 )
Please let us know if you figure it out!
Best regards,
Robert
Hi again Pete,
I have now tried the ASRock Z97 Extreme 6 with a new set of drivers and I can confirm that I got both onboard NICs to work!
Please see this link for a new post regarding this:
https://blog.kihltech.com/2014/10/esxi-5-5-u2-on-asrock-z97-extreme6-with-dual-nic-support/
Good luck and let me know how it goes!
Hi.
I tried to install esxi5.5 on my new asus z97 deluxe, no nic.
I used the e1000e 2.3.2 up there and the igb 5.2.5 directly from vmware. Both wont work.
I started an ubuntu livedisc and checked if the nics will work
-> i211 worked with igb 5.0.5
-> i218-v worked with e1000e 2.3.2
so… why is there a problem with esxi?
Great question and very good investigation.
This got me thinking about some things I have read before regarding custom drivers and I did some more research into it. There are some files on the ESXi file system taking care of the mapping from PCI ID to what driver that should be used. Right now, I only have access to a ESXi 5.1 system so I will double check some of this stuff as soon as I get access to an ESXi 5.5.
If you have the possibility to fire up that ubuntu machine again I’m very much interested in a “lspci -v” print out, and especially related to the Intel NICs. It will print out something like:
# lspci -v | grep Network -A1
00:00:19.0 Ethernet controller Network controller: Intel Corporation 82579LM Gigabit Network Connection [vmnic1]
Class 0200: 8086:1502
--
00:03:00.0 Ethernet controller Network controller: Intel Corporation 82574L Gigabit Network Connection [vmnic0]
Class 0200: 8086:10d3
The second row is interesting because in ESXi it should have a mapping to what driver it should use.
/etc/vmware/driver.map.d # grep 1502 *
e1001e.map:regtype=linux,bus=pci,id=8086:1502 0000:0000,driver=e1001e,class=network
and there should also exist an entry in /etc/vmware/pci.ids:
/etc/vmware # grep 10d3 pci.ids
10d3 82574L Gigabit Network Connection
But if one is unable to install ESXi because of the NIC drivers one might not be able to edit those files. Also, I have no idea if this would really fix the problem but I will definitely check if this gets the second NIC working on ASRock Z87 Extreme6.
Please let me know what the PCI IDs are on the ASUS Z97 Deluxe board!
Hi Robert,
sorry for the delay…
Here is the output:
00:19.0 Ethernet controller: Intel Corporation Ethernet Connection (2) I218-V
Subsystem: ASUSTeK Computer Inc. Device 85c4
Flags: bus master, fast devsel, latency 0, IRQ 58
Memory at dfa00000 (32-bit, non-prefetchable) [size=128K]
Memory at dfa38000 (32-bit, non-prefetchable) [size=4K]
I/O ports at f040 [size=32]
Capabilities: [c8] Power Management version 2
Capabilities: [d0] MSI: Enable+ Count=1/1 Maskable- 64bit+
Capabilities: [e0] PCI Advanced Features
Kernel driver in use: e1000e
0a:00.0 Ethernet controller: Intel Corporation I211 Gigabit Network Connection (rev 03)
Subsystem: ASUSTeK Computer Inc. Device 85f0
Flags: bus master, fast devsel, latency 0, IRQ 17
Memory at df600000 (32-bit, non-prefetchable) [size=128K]
I/O ports at b000 [size=32]
Memory at df620000 (32-bit, non-prefetchable) [size=16K]
Capabilities: [40] Power Management version 3
Capabilities: [50] MSI: Enable- Count=1/1 Maskable+ 64bit+
Capabilities: [70] MSI-X: Enable+ Count=5 Masked-
Capabilities: [a0] Express Endpoint, MSI 00
Capabilities: [100] Advanced Error Reporting
Capabilities: [140] Device Serial Number 10-c3-7b-ff-ff-69-99-28
Capabilities: [1a0] Transaction Processing Hints
Kernel driver in use: igb
0a:00.0 Ethernet controller: Intel Corporation I211 Gigabit Network Connection (rev 03)
Subsystem: ASUSTeK Computer Inc. Device 85f0
Flags: bus master, fast devsel, latency 0, IRQ 17
Memory at df600000 (32-bit, non-prefetchable) [size=128K]
I/O ports at b000 [size=32]
Memory at df620000 (32-bit, non-prefetchable) [size=16K]
Capabilities: [40] Power Management version 3
Capabilities: [50] MSI: Enable- Count=1/1 Maskable+ 64bit+
Capabilities: [70] MSI-X: Enable+ Count=5 Masked-
Capabilities: [a0] Express Endpoint, MSI 00
Capabilities: [100] Advanced Error Reporting
Capabilities: [140] Device Serial Number 10-c3-7b-ff-ff-69-99-28
Capabilities: [1a0] Transaction Processing Hints
Kernel driver in use: igb
Thanks Dominik, was this on ESXi or Ubuntu?
Ubuntu..
Can not install ESXi
Hi again Dominik,
I have managed to get ESXi 5.5 U2 to work with a board that also has the Intel I218 NIC controller.
Please see this post and see if it helps you:
https://blog.kihltech.com/2014/10/esxi-5-5-u2-on-asrock-z97-extreme6-with-dual-nic-support/
Best Regards,
Robert
Any luck with this? I’ve tried the e1000e 2.3.2 VIB on Asrock Z97 Extreme4 (I218-V) and also unable to see NIC here. If it will help I can boot a live linux dvd and dump the PCI info.
Hello again,
I have managed to get ESXi to work with the I218 NIC controller, please see this post:
https://blog.kihltech.com/2014/10/esxi-5-5-u2-on-asrock-z97-extreme6-with-dual-nic-support/
Let me know how it turned out!
Best Regards,
Robert
Robert,
I know it’s a bit late for me to reply, but I stumbled upon this thread again while recently returning to my lab setup and see you answered me last October. 🙂 Thank You! Yes, it seems to work fine using 5.5U2 and the latest e1000e VIB
from Ubuntu Server 14.04 rescue mode, “lspci -v” on Asrock Z97 Extreme4
00:19.0 Ethernet controller: Intel Corporation Ethernet Connection (2) I218-V
Subsystem: ASRock Incorporation Device 15a1
Flags: bus master, fast devsel, latency 0, IRQ 57
Memory at f7f00000 (32-bit, non-prefetchable) [size=128K]
Memory at f7f3c000 (32-bit, non-prefetchable) [size=4K]
I/O ports at f080 [size=32]
Capabilities: [c8] Power Management version 2
Capabilities: [d0] MSI: Enable+ Count=1/1 Maskable- 64bit+
Capabilities: [e0] PCI Advanced Features
Kernel driver in use: e1000e
Thank you very much for the information. Unfortunately, I do not have a board to actually test this out. Not to push you who have the this board, but if you have another supported NIC and the possibility to install ESXi and show what the output is from lspci. I am guessing wildly here, but it can have something to do with how the PCI device + vendor is mapped to a specific driver, igb/e100*, and in turn how/if the correct driver is then loaded.
I have esxi 5.5 installed after adding vibs for sata and e1000e (2.3.2). The 15a1 device ID was not present in the e1000e drivers, so I also created a VIB to add them (per the procedure linked from your blog).
At this time I can see the NIC in lspci but its not visible from ESXi user interface or esxcfg-nic (possibly the e1000e driver isn’t loading for it?).
Here’s the NIC output from lspci -v:
0000:00:19.0 Ethernet controller Network controller: Intel Corporation Ethernet Connection I218-V [vmnic0]
Class 0200: 8086:15a1
0000:04:00.0 Ethernet controller Network controller: Intel Corporation 82574L Gigabit Network Connection [vmnic1]
Class 0200: 8086:10d3
Here’s the NIC output from lspci -p:
Segm:Bu:De.F Vend:Dvid Subv:Subd ISA/irq/Vect P M Module Name
Spawned bus
0000:00:19.0 8086:15a1 1849:15a1 5/ 5/0x2e A V vmklinux_9 vmnic0
0000:04:00.0 8086:10d3 8086:a01f 10/ 10/0x30 A V e1000e vmnic1
/etc/vmware # lspci -p
Segm:Bu:De.F Vend:Dvid Subv:Subd ISA/irq/Vect P M Module Name
Spawned bus
0000:00:00.0 8086:0c00 1849:0c00 V
0000:00:02.0 8086:0412 1849:0412 11/ 11/0x2d A V
0000:00:03.0 8086:0c0c 1849:0c0c 11/ 11/0x2d A V
0000:00:14.0 8086:8cb1 1849:8cb1 11/ 11/0x2d A V vmklinux_9
0000:00:16.0 8086:8cba 1849:8cba 11/ 11/0x2d A V
0000:00:19.0 8086:15a1 1849:15a1 5/ 5/0x2e A V vmklinux_9 vmnic0
0000:00:1a.0 8086:8cad 1849:8cad 11/ 11/0x2d A V ehci-hcd
0000:00:1b.0 8086:8ca0 1849:1151 3/ 3/0x2f A V
0000:00:1c.0 8086:8c90 0000:0000 11/ 11/0x2d A V PCIe RP[0000:00:1c.0]
01
0000:00:1c.3 8086:8c96 0000:0000 10/ 10/0x30 D V PCIe RP[0000:00:1c.3]
02
0000:00:1c.6 8086:8c9c 0000:0000 11/ 11/0x31 C V PCIe RP[0000:00:1c.6]
03
0000:00:1c.7 8086:8c9e 0000:0000 10/ 10/0x30 D V PCIe RP[0000:00:1c.7]
04
0000:00:1d.0 8086:8ca6 1849:8ca6 10/ 10/0x32 A V ehci-hcd
0000:00:1f.0 8086:8cc4 1849:8cc4 V
0000:00:1f.2 8086:8c82 1849:8c82 10/ 10/0x30 B V ahci vmhba0
0000:00:1f.3 8086:8ca2 1849:8ca2 11/ / C V
0000:02:00.0 1b21:0612 1849:0612 10/ 10/0x30 A V ahci vmhba1
0000:03:00.0 1b21:1142 1849:1142 11/ 11/0x31 A V vmklinux_9
0000:04:00.0 8086:10d3 8086:a01f 10/ 10/0x30 A V e1000e vmnic1
/etc/vmware #
Here’s the NIC output from esxcfg-nics -l:
/etc/vmware # esxcfg-nics -l
Name PCI Driver Link Speed Duplex MAC Address MTU Description
vmnic1 0000:04:00.00 e1000e Up 1000Mbps Full 00:1b:21:b5:4d:94 1500 Intel Corporation 82574L Gigabit Network Connection
It seems like adding the device ID to the following files in updated VIB helped make the device more visible but I must be missing something important which is preventing it from utilizing the e1000e driver:
/etc/vmware/driver.map.d/e1000e.map
added:
regtype=linux,bus=pci,id=8086:15a1 0000:0000,driver=e1000e,class=network
/usr/share/hwdata/driver.pciids.d/e1000e.ids
added:
15a1 Ethernet Connection I218-V
Any ideas what to do next?
Thank you,
-Dan
Hello,
looks like having the same problem.
I found this, but not worked at this time :
http://www.vm-help.com/forum/viewforum.php?f=34
I used the last Open Source VMWare kit, and I can’t compile the new driver downloaded form intel (3.1.0.2) :
vmkdrivers/src_9/drivers/net/e1000e/kcompat.c: In function ‘__kc_adapter_clean’:
vmkdrivers/src_9/drivers/net/e1000e/kcompat.c:975: error: ‘struct net_device’ has no member named ‘quota’
I search a lot, and may be I’m not enough expert with compilation, C language, etc, but there is something wrong with this struc net_device.
If anyone try this or have a new idea…
Still with my ASRock Z97M Pro4 without network for my esxi…
Thanks a lot for everyone help !
Hi Doudou,
Please see this thread for a possible solution to the e1000e NIC driver issue:
https://blog.kihltech.com/2014/10/esxi-5-5-u2-on-asrock-z97-extreme6-with-dual-nic-support/
Best Regards,
Robert
Pingback: esxi 5.x Intel e1001e Netzwerkkarten Treiber | Bevor ichs vergesse
Hi,
I am new to VMware ESXi server, I try to install VMware-VMvisor-Installer-5.5.0.update01-1623387.x86_64 in intel DZ75ML-45k, Intel(R) 82579V Gigabit Network Connection, Every time it show the error “Physically Network Adapter Not Connected……’ and i try ESXi-Customizer too with many variant of .vib file, .tgz and offline_bundle But i can’t install the ESXi server, Pl anyone help me.. Thanks in advance…..
Hi Justin,
The 82579V NIC requires the e1000e driver and just to make sure; is that the one you tried integrating to the ESXi ISO?
– Robert
Help please.. I have a Asus z97 pro wifi mother board and when I load VMWare 5.5 I get a “No Network found” error and it stops loading. I tried a building a Custom 5.5 install iso but so far.. I haven’t found the right xxxx.vib file to add to the install. Love to see this work. Thanks ! Kevin
Hi Kevin,
Did you use the e1000e vib file I’m linking to in the post?
Doing a quick search reveals that your board has the I218 NIC. As some of the other persons report here, there are some issues in getting this NIC to work with ESXi. I’m afraid there is no solution that I’m aware of yet.
– Robert
Hi again Kevin,
There is an updated e1000e driver in circulation. Hopefully this post could make your NIC working:
https://blog.kihltech.com/2014/10/esxi-5-5-u2-on-asrock-z97-extreme6-with-dual-nic-support/
Best Regards,
Robert
Pingback: CS24-SC, ESXi, and the Intel 82573V NIC - Kill -9 MeKill -9 Me
Thank you for this post. It worked perfectly for a whitebox ASRock Z87 Extreme4 / I217-V . I was unsuccessful with the direct tar.gz from intel but the e1000 vib from the japanese blog linked above worked like a charm.
I can’t thank you enough for the vib files, I would have spent a full day figuring this stuff out myself. I wish I could pay you back with a beer or something.
Appreciated man, if I could offer any help in anyway send me an email (Software/Computer Engineer here)
Thanks
-Derek
This tutorial worked for installing ESXi 5.5 Update 2 with the correct Network drivers on my DELL Latitude e6410 Laptop
Thanks !!
-Scott
Hi Robert,
I was wondering if you could provide any help for intel i211 nic on a Shuttle DS57U unit. I read through this blog many times including the comments. I thought maybe you were onto something earlier with the comment about ” mapping from PCI ID to what driver that should be used”. The DS57U has two nics and the second being i218-LM, and that is working so I can run and try any commands if your able to provide any pointers?
The hardware compatibility guide shows both of these nics as having drivers in esxi 6, yet the i211 nic is not available and only appears as a passthrough option .
I211 compatibility:
http://www.vmware.com/resources/compatibility/detail.php?deviceCategory=io&productid=37601&deviceCategory=io&details=1&releases=273&keyword=i211&deviceTypes=6&VID=8086&DID=1539&page=1&display_interval=10&sortColumn=Partner&sortOrder=Asc
I218-LM compatibility:
http://www.vmware.com/resources/compatibility/detail.php?deviceCategory=io&productid=37653&deviceCategory=io&details=1&keyword=i21&page=1&display_interval=10&sortColumn=Partner&sortOrder=Asc
Below is one of the outputs I have tried from reading a suggestion above.
[root@pfSense:~] lspci -v | grep Network -A1
0000:00:19.0 Ethernet controller Network controller: Intel Corporation Ethernet Connection (3) I218-LM [vmnic0]
Class 0200: 8086:15a2
—
0000:02:00.0 Ethernet controller Network controller: Intel Corporation I211 Giga bit Network Connection [vmnic1]
Class 0200: 8086:1539
—
0000:03:00.0 Network controller Network controller:
Class 0280: 10ec:8179
Pingback: The Creation of the Nexus Lab | Nathan's Nexus
Nice Article. I have followed your instructions and customized iso but 5.5 still gives network card error. I have Intel network connection (2) 1218-v on Asrock H97 Pro motherboard. Any idea how to fix this issue to install esxi 5.5? Thanks
Hi Sir,
i am new to this. please guide me how do we add a new NIC Rtl 8139/810 family. i am trying to find out the vib file of this driver but i couldn’t. please guide.
Pingback: How to make your unsupported NIC work with ESXi | Ricardo Lucas Blog
I’m using a lenovo T420 with Intel(R)_Core(TM)_i5-2520M_CPU_@_2.50GHz board and Intel(R) 82579LM Gigabit Network Connection as the onboard NIC.
Can i follow this same process as i’m getting the same error “No Network Adapater Detected” or include the driver for Intel(R) 82579LM in the ISO rather than the net-e1000?
Great post!
If you use ESXi 6.0 or ESXi 6.5 or newer, you must use ESXi-Customizer-PS. The Windows app ESXi-Customizer is deprecated.
ESXi-Customizer-PS is a tool from the same author (Andreas Peetz) that runs under PowerCLI and you can also inject a driver into ISO ESXi install.
Extracted from: http://www.sysadmit.com/2017/01/vmware-esxi-instalar-driver.html