Mon, 01/04/2010 - 21:34
Installing VMware ESXi on a USB memory stick
First fetch the latest VMware ESXi from www.vmware.com. Next you need a 1 GB or larger USB memory stick. Make sure the stick (or any partition from it) is not mounted before executing the following commands.
# Set these to match your USB memory stick and the latest VMware ESXi version
export USB=/dev/sdc
export VER=4.0.0.Update01
export BLD=208167
# Make sure the stick is not mounted
df -h | grep ${USB}
sudo umount /media/Hypervisor0
sudo umount /media/Hypervisor1
sudo umount /media/Hypervisor2
sudo umount /media/Hypervisor3