Step 1
Be sure removing all partitions and format a FAT32 partition on the USB stick by using the following command:
Open the command prompt and enter the following commands:
diskpart (make sure you run diskpart as administrator)
list disk (list the disk in your system including the USB)
select disk USB number
clean
create partition primary
active
format fs=fat32 quick
assign
exit
Step 2
Download Unetbootin here
Step 3
Start the UNetbootin tool
- Select Diskimage
- Browse to your downloaded vSphere 5 iso
- Select the USB drive
- Select the Fat32 partition driveletter
- Click OK
In less than a minute you will have a bootable usb media with the vSphere 5 installation files on it!
