VirtualMac2009 wrote:
How to start up in safe boot or safe mode INSIDE a virtual machine?
Mac OS X: What is Safe Boot, Safe Mode?
The Apple KB you linked also points to Mac OS X: Starting up in Safe Mode which shows an alternative to using the Keyboard at boot.
Look at the Additional Information section: Advanced: If you can't Safe Boot with a keyboard
- Execute the following command in Terminal or on the command line:
sudo nvram boot-args="-x"
(If you want to start in Verbose mode as well, use sudo nvram boot-args="-x -v" instead )- After using Safe Boot, to return to a normal startup, execute this command in Terminal or the command line:
sudo nvram boot-args=""