For servers without CD drive or remote KVM you might want to use an USB Flash Drive to install ESXi to the hardware. This post explains how to create a bootable ESXi Installer USB Flash Drive in less than 2 minutes. The Flash Drive will work totally identical to an Installable CD.
- Download Rufus
- Download or create an ESXi image:
- VMware vSphere Hypervisor (ESXi) 7.0b [Release Notes][Download]
- VMware vSphere Hypervisor (ESXi) 7.0 [Release Notes][Download]
- VMware vSphere Hypervisor (ESXi) 6.7U3b [Release Notes][Download]
- VMware vSphere Hypervisor (ESXi) 6.5U3a [Release Notes][Download]
- VMware vSphere Hypervisor (ESXi) 6.7U3 [Release Notes][Download]
- VMware vSphere Hypervisor (ESXi) 6.7U2 [Release Notes][Download]
- VMware vSphere Hypervisor (ESXi) 6.7U1 [Release Notes][Download]
- VMware vSphere Hypervisor (ESXi) 6.7 [Release Notes][Download]
- VMware vSphere Hypervisor (ESXi) 6.5 U3 [Release Notes][Download]
- VMware vSphere Hypervisor (ESXi) 6.5 U2 [Release Notes][Download]
- VMware vSphere Hypervisor (ESXi) 6.5 U1 [Release Notes][Download]
- VMware vSphere Hypervisor (ESXi) 6.5d [Release Notes][Download]
- VMware vSphere Hypervisor (ESXi) 6.5a [Release Notes][Download]
- VMware vSphere Hypervisor (ESXi) 6.5 [Download]
- Connect the USB flash drive to your computer
- Open Rufus
- Select your Device
- Select your ISO file
- Select MBR partition scheme for BIOS or UEFI computers
- Press Start
- Select Yes when it asks to replace menu.c32.
- Rufus will now create your bootable ESXi Installer USB Flash Drive. This will take about one minute.
Additional Hint
When you boot a server with this USB Flash Drive the ESXi Installer will copy the whole installer to the memory which means that you can install ESXi to the device where you are installing from. Just select it during the installation. This also works for diskless ESXi hosts where you want to install ESXi to an SD Card.
Pingback: Customized ESXi Image for Intel NUC | Virten.net
Pingback: Unattended ESXi Installations from an USB Flash Drive | Virten.net
Thanks! Works great! :razz:
Pingback: VMware Homeserver – ESXi on Gigabytes BRIX | Virten.net
Pingback: ESXi 5.x Installation on Intel NUC fails with “No Network Adapters” | Virten.net
Yep it really work :cool:
Many thanks for you for help!
Can someone help me figure out why the USB install on my NUC 5i5RYK doesnt see my Transcend 128 GB SSD M.2 drive as an option? The only option available is to install back on the USB.
Bet you need a driver for that, just removed 50% of my system drive (1of2 m.2s) and the drive left wasn't recognized...
But GL
thank, it work perfectly. currently I use it with vSpare Hypervisor v6
Pingback: Getting Started with vSphere EXSi — The Missing Tutorial | Shekhar Gulati
Thanks!!!
Thanks for this guide, I asked how to do this on another thread and my answer was right here! I'm using this for 1st Intel NUC that arrives tomorrow. . So, first NUC, first time using ESXI. It is going to be an adventure!
hero status! thnx for making this!
Great article. Thanks!
Pingback: Instalando vSphere (I) – El Ñapas
Wonderful! This worked great. Thank you!!
Thanks great article and works fine.
Pingback: VMware Homeserver – ESXi on 6th Gen Skull Canyon Intel NUC | Virten.net
Exelent and simple guide! Worked OK!
Pingback: Free ESXi 6.5 – How to Download and get License Keys | Virten.net
Thanks
I created the USB boot drive with the procedure but didn't work ... in boot sequence appear Unknown Device. What could be the problema?
Everything is rigth .... all worked properly!!!
Thanks you so much...
I bought a CD reader, but with this guide, the NUC is completely intall in a while.
Thank you so much again.
Thanks for your software support. I did successfully bootable. Thanks so much.
This worked like a charm! Thanks for posting!
Thanks!! Using unetibootin wont make your USB drive bootable.
Perfect!
I tried with the latest version of rofos and it didn't work.
downloaded 1.3... and was able to create bootable USB.
Just FYI if any will have the same issue.
There is a software called Universal USB Installer by this software you can easily create your USB bootable on Linux. For that, you have to download the software on your system. Before that, you make sure that you have installed the Linux on your computer.
iam having issues installing esxi 6.0 am receiving an error nfs41client failed to load.
Using rufus solved this for me as well, thank you for posting this
Worked perfect for ESXi 6.7 U2
Not working for me, with Rufus the USB is not being bootable, tested in QEMU and on few hardware computers/servers.
Unetbootin worked just fine, so if you have a probleem making it bootable try Unetbootin.
how do you delete all the esxi partitions? I tried everything... windows, dd, fdisk. I cannot reformat the usb stick that has a bootable esxi install.
any advice?
Rufus does that automatically. You don't have to delete partitions prior to write the ESXi Image.
If you want to delete all partitions in windows, use DISKPART.
Run > diskpart
DISKPART > list disk (Identify your USB drive)
DISKPART > select disk x (select your USB drive)
DISKPART > clean
tried that and all other tutorials
doesnt work
I have 2 samsung bar plus stick with esxi. both brand new.
both cannot be formatted whatsoever...
Thanks! Works for me !!!!!!
doesnt work...cannot download menu32
this option is a poor choice....please find another that doesn't require internet to create a iso....smh.
https://sourceforge.net/projects/win32diskimager/
I faced with issue: unable to unzip IMGDB.TGZ
I fixed it with one more copy:
:UnpackIMGDB
call :log Unpacking the IMGDB.TGZ file ...
call :logRun "%SEVENZIP%" x -y -o"%TMPDIR%" "%ISODIR%\IMGDB.TGZ"
if not "!RC!"=="0" ( call :fatal Error uncompressing IMGDB.TGZ & exit /b 1)
call :logRun copy "%TMPDIR%\_fdopen_" "%TMPDIR%\IMGDB.tar"
if not "!RC!"=="0" ( call :fatal Error rename file IMGDB.TGZ & exit /b 1)
call :logRun "%SEVENZIP%" x -y -o"%IMGDBDIR%" "%TMPDIR%\IMGDB.tar"
if not "!RC!"=="0" ( call :fatal Error un-taring IMGDB.tar & exit /b 1)