If you need to get into the BIOS and you're not able to do that before the BIOS times out (due to high load), insert the following in you vmx file:
bios.forceSetupOnce = "TRUE"
You can also extend the timeout period:
bios.bootDelay = "5000"
This adds 5 seconds to the boot timeout.