Vmware – Change Boot Media
The VMWare boot screen flashes by pretty fast in VMWare Server. In fact, too fast to change the boot order (like to launch a rescue CD). Add this to the .vmx file:
bios.bootDelay = "15000"
That will show the boot screen for 15 seconds. And it’s <ESC> to open the boot menu.
No comments yet