Fix VMWare Hang on shutdown
If you're trying to install OSX86 or iDeneb or Deadmoo or whatever on your VMware workstation, I've noticed some awful lag on shutdown. Up to five minutes. Add these lines to your virtual machine config and it clears it up.
It's important to note since...well, if you're even attempting this, you're bound to run into issues and require tons of reboots. These additions should allow you reboot that machine as fast as VirtualBox. Good luck and hope you get it running!
prefvmx.minVmMemPct = "100"
mainMem.useNamedFile = "FALSE"
mainMem.partialLazySave = "FALSE"
mainMem.partialLazyRestore = "FALSE"
It's important to note since...well, if you're even attempting this, you're bound to run into issues and require tons of reboots. These additions should allow you reboot that machine as fast as VirtualBox. Good luck and hope you get it running!