If you've wanted to try out a bootable CD or USB flash drive in a virtual machine environment, you've probably noticed that VMWare's offerings make it difficult to change the boot device. We'll show you how to change these options. You can do this either for one boot, or permanently for a particular virtual machine. Even experienced users of VMWare Player or Workstation may not recognize the screen above -- it's the virtual machine's BIOS, which in most cases flashes by in the blink of an eye. If you want to boot up the virtual machine with a CD or USB key instead of the hard drive, then you'll need more than an eye's-blink to press Escape and bring up the Boot Menu. Fortunately, there is a way to introduce a boot delay that isn't exposed in VMWare's graphical interface -- you have to edit the virtual machine's settings file (a .vmx file) manually. Editing the Virtual Machine's .vmx Find the .vmx file that contains the settings for your virtual machine. You chose a location for this when you created the virtual machine -- in Windows, the default location is a folder called My Virtual Machines in your My Documents folder. In VMWare Workstation, the location of the .vmx file is listed on the virtual machine's tab.

sshot-2

If in doubt, search your hard drive for .vmx files. If you don't want to use Windows default search, an awesome utility that locates files instantly is Everything. Open the .vmx file with any text editor.

sshot-13

Somewhere in this file, enter in the following line... save the file, then close out of the text editor:

bios.bootdelay = 20000

sshot-5

This will introduce a 20 second delay when the virtual machine loads up, giving you plenty of time to press the Escape button and access the boot menu. The number in this line is just a value in milliseconds, so for a five second boot delay, enter 5000, and so on. Change Boot Options Temporarily Now, when you boot up your virtual machine, you'll have plenty of time to enter one of the keystrokes listed at the bottom of the BIOS screen on boot-up.

sshot-18

Press Escape to bring up the Boot Menu. This allows you to select a different device to boot from -- like a CD drive.

sshot-2

Your selection will be forgotten the next time you boot up this virtual machine. Change Boot Options Permanently When the BIOS screen comes up, press F2 to enter the BIOS Setup menu.

sshot-3

Switch to the Boot tab, and change the ordering of the items by pressing the "+" key to move items up on the list, and the "-" key to move items down the list. We've switched the order so that the CD-ROM Drive boots first.

sshot-4

Once you make this change permanent, you may want to re-edit the .vmx file to remove the boot delay. Boot from a USB Flash Drive One thing that is noticeably missing from the list of boot options is a USB device. VMWare's BIOS just does not allow this, but we can get around that limitation using the PLoP Boot Manager that we've previously written about. And as a bonus, since everything is virtual anyway, there's no need to actually burn PLoP to a CD. Open the settings for the virtual machine you want to boot with a USB drive. Click on Add... at the bottom of the settings screen, and select CD/DVD Drive. Click Next.

sshot-9

Click the Use ISO Image radio button, and click Next.

sshot-10

Browse to find plpbt.iso or plpbtnoemul.iso from the PLoP zip file. Ensure that Connect at power on is checked, and then click Finish.

sshot-11

Click OK on the main Virtual Machine Settings page.

sshot-12

Now, if you use the steps above to boot using that CD/DVD drive, PLoP will load, allowing you to boot from a USB drive!

sshot-3

Conclusion We're big fans of VMWare Player and Workstation, as they let us try out a ton of geeky things without worrying about harming our systems. By introducing a boot delay, we can add bootable CDs and USB drives to the list of geeky things we can try out. Download PLoP Boot Manager