VMWare Workstation: Set BIOS POST delay
March 18th, 2009
No comments
In VMWare Workstation if you need to configure the BIOS POST delay you have to edit the .vmx file as follows:
bios.bootDelay = "5000"
– adds an additional 5 second boot delay
OR:
bios.forceSetupOnce = "TRUE"
– forces the VM to enter the BIOS on the next start (this parameter will be automatically reset to FALSE).

