The first thing you'll need to do is make sure you find at least a 1gb flash drive.\nNext use a program like Winrar or Peazip to get into your vmware install iso.\nFirst open the iso file with Winrar. It is not associated by default so you will have to right click on it and do open with Winrar.\nNext you will want to open a file named Install.TGZ then the file in that Install.TAR then usrlibvmwareinstallerVMware-VMvisor-big-3.5.0_Update_3-123629.i386.bz2VMware-VMvisor-big-3.5.0_Update_3-123629.i386.dd\nOnce you get this file extracted you need to download a program called Winimage.\nOnce WinImage is installed open it and go to Disk>restore virtual hard disk image on physical drive> From here select your thumb drive to write to it. Find the .dd file that you extracted in the previous step. Once you write this you should be all set. A VERY important note you need to go into your BIOS and select "USB Mass Storage Emulation Type" - "All Fixed Disc if you do not do this you will receive an error when trying to boot to the thumb drive.\nlspci -vvnn > lspci.log\nNow that we have the ESXi image on our thumb drive if we have an unsupported system there is one more step we need to go through. We need to edit 2 files for our storage controller and network card to be compatible.\n)cd /tmp/\n2) mkdir -p oem/etc/vmware\n3) mkdir -p oem/usr/share/hwdata\n4) cd oem/etc/vmware\n5) cp /etc/vmware/simple.map simple.map\n6) vi simple.map\nadd the necessary PCI data for your devices\n7) close vi - press ESC and enter :wq\n8) cd /tmp/oem/usr/share/hwdata\n9) cp /usr/share/hwdata/pci.ids pci.ids\n10) vi pci.ids\nadd the necessary description for your devices (this will be displayed in the console and VI Client)\n11) close vi - press ESC and enter :wq\n12) cd /tmp/oem\n13) chown -R 201:201 ./etc\n14) chown -R 201:201 ./usr\n15) chmod -R 755 ./etc\n16) chmod -R 755 ./usr\n17) chmod 644 ./etc/vmware/simple.map\n18) chmod 644 ./usr/share/hwdata/pci.ids\n19) tar -cvzf oem.tgz etc usr\n20) cp oem.tgz /bootbank/oem.tgz\n21) cd /bootbank/\n22) chmod 755 oem.tgz\n23) reboot the host