Quick cheat sheet on how to put ESXi/VMvisor on a USB stick using linux:
- Download ESXi
- Open the ISO (Archive Mounter works)
- Open the image.tgz file
- Drill down and locate the VMware-VMvisor……dd.bz2 file
- Open the dd.bz2 file, and extract the dd file
- Finally from your terminal, execute the following dd command using the file dd file extracted: sudo dd if=extractedfilename.dd of=/dev/USBDEVICE
On a side note, a quick look at GParted usually reminds me of the device name associated with my usb stick.