Thursday, June 7, 2018

Force bios mode during boot on Vmware player


Vmware player has notoriously made it impossible to catch the bios boot for some reason, somehow thinking that will make one buy vmware workstation, maybe.

This is how to force the boot on vmware player as of jun 2018, anyway

Edit the virtual machines VMX file and add this

to make it easier to access the BIOS setup screen, edit the configuration (.vmx) of the virtual machine and add or edit one of these options:
  • bios.forceSetupOnce = "TRUE"

    This forces entry to the BIOS setup at startup.

  • bios.bootDelay = "xxxx"

    This adds a delay to the initial POST screen, showing it for longer and giving you more time to access the BIOS setup, where xxxx is the number of milliseconds to show the POST screen (There are 1000 milliseconds in a second.). The maximum value for the boot delay is 10000 milliseconds or 10 seconds.

https://kb.vmware.com/s/article/1004129

-30-

No comments:

Post a Comment