There are a couple of methods to create a VMWare ESXi 3.5 or v 4.0 (vSphere) bootable USB key. Firstly though I should point out that at this stage you can only buy/create ESXi and not ESX (ie: the Service Console version) on a memory pen drive or card.
A Choice of Methods
UPDATE: VMware have now provided a much simpler method of installing ESXi onto a USB pen drive as outlined in method 3 below. For step-by-step instructions on how to do this check out my new post here.
As with most things in the world of computers there are multiple ways of doing the same thing and creating a bootable ESXi 3.5 or 4.0 USB pen drive is no exception. The most popular approach to creating a bootable ESXi USB pen drive is to use WinImage so in this article I will be covering this method along with using an alternative Windows Command Line based method (DD for Windows). However with the introduction of VMware ESXi 4.0 there is an option to select USB pen drive as a target during the installation process – this being the easiest method of all.
I have used both methods successfully but others have reported some problems when using ‘DD for Windows’ under x64 Vista.
The reason for showing the ‘DD for Windows’ method is that most postings you’ll come across only show examples of using WinImage to extract
the relevant files from the ESXi ISO and to save the resultant image onto the USB key.
I thought it good to show an alternative as I have experienced issues when using WinImage under Windows 7 beta (7000) & RC (7100) x64 – though others report that it has run ok for them.
I found that WinImage installed just fine under Windows 7 though when I went to write an image to a USB key I was presented with a RED X with no description or hint as to what the problem may be.
Also the capacity of my USB key went from 2GB to 4MB something a normal reformat could not fix ! To get your USB key back to its original capacity download the HP USB Disk Storage Format Tool from here and run it against your USB key.
I tried running WinImage as an administrator and also tried running it with an XP and Vista shim under Window 7’s compatibility mode – still with no luck. Doh! So you may want to consider running WinImage under Windows XP or Vista.
Why create a bootable VMware ESXi USB pen drive?
I really like the idea of having a bootable ESXi USB key around as it is useful for quickly spinning up an ESXi install on one of my lab machines. For this project (and also because I didn’t have any spare USB keys or sufficient capacity lying around) I went out yesterday and bought 2 x 2GB USB keys (for £9.99).
In this article I will provide steps for both ESXi pen drive creation methods so you can take your pick.
Two easy methods:
- DD for Windows (Command Line)
- WinImage (GUI)
- ESXi Install CD (ESXi 4.0 Only)
What you’ll need for today’s project is:
1 x USB key (>1GB in capacity). I’m using a 2GB Dane-Elec USB key – never heard of them to be honest but 2 for £9.99 I couldn’t pass up that deal. I have heard from some that not all USB keys work though that said I have never come across one so far that hasn’t. Maybe we could start a list of known USB keys (ie: Manufacturer/Model) that work/don’t work at the bottom of this article in the Comments section.
1 x Copy of the ‘dd’ for Windows utility which can be downloaded from here. At the time of writing this article the latest version is 0.5. After downloading install/extract it onto your PC and take note of the location.
or
1 x Copy of WinImage, downloaded from here.
1 x VMware ESX(i) ISO image either on CD or in file format. Just a reminder that you can download VMware ESXi for free from here.
1 x Copy and install WinRar (Shareware). If you haven’t already got this installed then you
should as it’s very useful. It can be downloaded from here.
1 x Roll of Cello tape
1 x Pair of Scissors
1 x Clothes Peg
1 x Squeegee Bottle
Ok – so ignore the last 4 items
Location, Location, Location:
There aren’t really any differences between creating a ESXi 3.5 or 4.0 bootable USB pen drive apart from the obvious difference between the actual image file names.
Both of the ‘dd’ image files that you need are located in the INSTALL.TGZ file when this file is abstracted you will find the required ‘dd’ image file in the directories outline below:
VMware ESXi 3.5 (U4)
VMware ESXi 4.0
Now onto the first method…
Method #1 – ‘DD for Windows’:
Firstly we want to extract the relevant ‘dd’ file from the VMware ESXi ISO image so that we can then apply it to the USB key.
For the purposes of this exercise I am going to build a bootable ESXi USB key based on VMware ESXi U3 (it was a little while ago when I first wrote this article
though the same still applies to ESXi 3.5 U4 and ESXi 4.0). The file name for this is: ‘VMware-VMvisor-InstallerCD-3.5.0_Update_3-123629.i386’.
Using WinRar open your VMware ESXi ISO using WinRar.
Now whilst still in WinRar open (by double clicking) the ‘INSTALL.TGZ’ file.
From here drill down the directories until you reach the ‘usr\lib\vmware\installer\’ sub-directory.
Now double click on the ‘bz2’ file to extract it (in this instance called ‘VMware-VMvisor-big-3.5.0_Update_3-123629.i386.dd.bz2’.
You are now left with a single file with a ‘dd’ extension. This is the file that we are after. Extract this file to the same directory as where the ‘dd’ for Windows utility resides. (Note: The other option would be to add this directory to the ‘Path’ environment variable within your Windows OS so that the ‘dd’ for Windows util can be access via command line from any directory).
We are now at the stage where we’ll use the ‘dd for Windows’ utility to apply the image you just extracted to a USB pen drive. If you have any WinRAR windows left open you can now close them as we will only be dealing with the file with the ‘dd’ extension you just extracted.
Insert your USB key that you wish to have ESXi installed onto into your PC.
With your USB key inserted into your PC open up ‘My Computer’ within the OS and take note of the drive mapping letter that your USB key has been assigned.
In my case it is the F (Removable Drive) drive.
Open up a Command Prompt and navigate to the directory where the ‘dd’ for Windows utility and VMware ESXi image file is located.
Run the command: ‘dd – -list’ (Note: there are two dashes before the list command)
If you are trying to run this from a Windows 7 Beta installation, as I am, you will notice that there is no entry for the USB pen drive (F:) under the ‘NT Block Device Objects’ section (see image below) – this is where we’d usually expect to see an entry for the pen drive and the other attached hard disks. I’m guessing this is down to some incompatibility between ‘dd’ for Windows and Windows 7 Beta.
So this part of the process will need to be performed either using Windows XP or Vista.
I don’t have a Vista machine built up at the moment though so I will perform the remaining steps from within Windows XP where we run the same command (ie: ‘dd – -list’) we get the following output. I have run this process multiple times from a Vista based PC in the past and can confirm it works the same as it does from an XP machine.
After running the ‘dd – -list’ from the XP machine notice how you can now see the hard disks and the USB drive (e:) appear in the ‘NT Block Device Objects’
We are now ready to apply the ESXi image onto the USB drive. To do this use the following command (for more details on the commands click here):
dd bs=1M if=VMware-VMvisor-big-3.5.0_Update_3-123629.i386.dd of=\\?\Device\Harddisk1\Partition1 –progress
The portion of the command that starts with ‘\\?\’ specifies the location of your USB pen drive – just to clarify this information you get from running the ‘dd –list’ (see above). This will most likely vary between machines depending on how may hard disks and other USB drives it has attached.
With the dd process running you will see a number that increments like that seen below. The process with generally run for a few minutes whilst the image is applied to the USB key.
Once the process has completed you are then a proud owner of a bootable VMware ESXi USB pen drive!
Insert it into a compatible server/PC and boot to test that it works.
Method #2 – ‘WinImage’:
First begin with starting WinImage (assuming you’ve already installed it).
From the ‘Disk’ drop-down menu select ‘Restore Virtual Hard Disk image on physical drive…” as you want to restore the VMware ESXi image into your USB pen drive.
The next screen (below) should show you a list of all your attached removable drives. If you have multiple removable drives attached then take care to select the correct USB pen drive – don’t want any accidents happening to we?
Select you USB pen drive to write the ESXi image to and click ‘Ok’
See image below – to select your VMware ESXi ‘dd’ image file.
Once you have selected ‘All files (*.*) ‘ and can now see you ESXi ‘dd’ image file select ‘Open’
Select ‘Yes’ at the ‘Warning’ screen..
The VMware ESXi image at this stage is now written to your select USB pen drive.
Once the ESXi image has been written when you open your USB pen drive within Windows Explorer, containing the ESXi image, you should see the following few files. You don’t have to perform this step – only if you want to check to see if the image was written successfully.
Method #3 – ‘ESXi Install CD’ (ESXi 4.0 Only):
This third option is the easiest and most hassle free of all. From ESXi 4.0 you get the ability to install a USB pen drive into a USB port of your server and then boot from the ESxi 4.0 installation CD. When you get to to stage in the installation process to select the destination for the ESXi install you should see your USB pen drive as a destination along with your server’s internal hard disk.
Just select your USB pen drive as the target for the ESXi 4.0 install and follow the rest of the installation process through – everything going to plan you should see it install onto your USB pen drive.
Finished! Now go and put the cello tape, scissors and clothes peg back into the drawer..
Have fun..
Related posts:
- Upgrading VMware ESX or ESXi using vSphere Host Update Utility The vSphere Host Update Utility 4.0 is something of...
- Installing VMware ESXi 4.0 on a USB Memory Stick “The Official Way” Since writing my original post last year on installing...
- VMware vSphere – Now Available for Trial and Download! VMware VI3 is dead, long live vSphere ! Well,...
- Running VMware vSphere Client on Windows 7 Many of you, like myself, have started running Windows...
- VMware vSphere ESX 4 Error During Install – Booting: MBI=0×000100d8, entry=0×00100212 Maybe you’ve dug out that old server that...

July 12th, 2009
Kiwi Si
Posted in 







My name is Simon Seagrave and I am a London (UK) based Technical Architect. 










wasnt this article published before (shows 12th of July)?
anyway: Since ESXi 4.0 is out it is possible to install it directly from CD to an USB Stick:
http://www.vm-help.com/esx40i/Boot_ESXi_from_USB_flash_drive.php (more resources on web stating this) will try it within this week.
[Reply]
Kiwi Si Reply:
July 14th, 2009 at 5:03 pm
Hi starter,
You’re definitely on the ball on both accounts.
This article was published before though I had a problem with some of the formatting corrupting so had to re-publish and took the opportunity to adding a section on WinImage and a quick mention of ESXi 4.0.
Good catch re: installing ERXi directly from the install media..
I was a bit rushed trying to get the article out before work so didn’t have enough time to include a section on mentioning installing from the distribution ISO/installer. Will be adding this shortly.
Thanks for reading TechHead.
All the best,
Si
[Reply]
I’ve found that Winimage sometimes leaves a winimage.exe process running even when you exit the program. When you restart Winimage and try to do the “recovery” process, it fails with the error you described.
I guess what happens quite often is that people start Winimage (when UAC is enabled) and notice that you cannot do the recovery (no devices listed), exit the Winimage (which really does not exit), and try to run the WinImage (Administrator) ie. in elevated privilege mode. Which, at that point, does not work. To recover from the situation open Task Manager, kill the background winimage.exe and then start WinImage (Administrator), then it worked at least for me.
[Reply]
dd works with Windows 7 RTM (64 bit) – WinImage doesn’t seem to play nice at all.
[Reply]
[...] this page was mentioned by livedoorcliphot (@livedoorcliphot), Aben Samuel (@neop26), TechHead.co.uk (Simo (@kiwi_si), ?????? (@ivaylov), Simon West (@swests) and others. [...]
Hello, I already create my bootable USB pen drive,
I jus have a question:
Can I install the Windows XP on my mini laptop with this disk or I have to install the VM ware software?
[Reply]
To see the remaining drives no Windows Vista or 7 you must open the prompt as administrator.
[Reply]
I’ve been looking for a nice clean simple method for dumping the .dd image to USB under Windows 7 and have come across this:
https://launchpad.net/win32-image-writer/+download
Works a treat for me, just change the default “image open dialog” search from *.img to *.dd in the filename box, select the image, select the destination USB drive, hit “write”, then just sit back with a nice frosty beer and a smile.
[Reply]
Kiwi Si Reply:
October 20th, 2009 at 6:18 am
Hi Stuart,
Thanks for letting us know about this nifty sounding utility. I’ll definitely be giving it a go – sounds very straight forward!
Cheers,
Si
[Reply]
Stuart Mycock Reply:
October 20th, 2009 at 7:27 am
I found it when trying to figure out why my ESXi key wouldn’t boot after installing onto the USB key using the CD installation…
I was getting “Panic: no usable banks found.” when trying to boot, so thought the installer had failed. I got the exact error message after using this tool, but turns out it was to do with my BIOS emulating the wrong type of USB device.
I had reformatted it with the HP USB tool prior to imaging but that may not be necessary.
Credit goes to vm-help.com for the USB fix:
http://www.vm-help.com/esx/esx3i/ESXi_35_common_issues.php
Stu.
[Reply]
[...] Posted on November 16, 2009. Filed under: VMWare | Tags: VMWare | http://www.techhead.co.uk/how-to-create-a-bootable-vmware-esxi-usb-pen-drive [...]
Hello,
I also tried both ways, but I am only able to use the WinImage way.
While I DD’d the USB stick, it was not bootable.
Difference I mentioned:
WinImage Way:
\\?\Device\Harddisk1\Partition1
link to \\?\Device\Harddisk1\DP(1)0-0+5
Removable media other than floppy. Block size = 512
size is 4177920 bytes
DD Way:
\\?\Device\Harddisk1\Partition1
link to \\?\Device\Harddisk1\DP(1)0-0+5
Removable media other than floppy. Block size = 512
size is 8015249920 bytes
Any Ideas?
BR
Mike
[Reply]
Hello Si,
OK, so I have a bootable ESXi 4.0 USB pen drive in my ML110 built as per (the earlier version of) this article. It’s running as a standalone host. What’s your recommended approach to updating this to update 1? Is there a procdure or should I have a crack at the vSphere Host Update Utility (which I’ve never looked at)?
Keep up the good work!
Cheers,
Nigel
[Reply]
Hi, I am trying out the create bootable ESXi 4.0 USB procedure. Am trying “Method 3″ and it does not like a computer name longer than 16 characters. I am trying to change my computer name but since this is controlled by my organization, I am having trouble with this, too. Please include a warning in the procedure about this limitation.
Thanks.
Maven
[Reply]
More questions: Method 3 fails in the installation of vCenter Server Directory Services instance. So, I decided to try Method 2. VMWare ESXi 4.0 is delivered as a .iso file. It does not contain Install.tgz and is not formatted as a .dd file. Now what?
[Reply]
Winimage 8.5 is working for me on a Windows 7 64Bit installation
[Reply]
Kiwi Si Reply:
March 8th, 2010 at 12:45 pm
Hi Marc,
Thanks for the letting us know.
That sounds like the update we’ve been waiting for – though I now just build my ESXi images off of the VMware install media. Much easier.
All the best,
Simon
[Reply]