6

I'm running OSX Yosemite. I have Virtualbox 4.3, and I use a Windows7 virtual machine for IE development.

I am having an issue where every time the machine boots to safe mode it reboots to normal mode. I have tried with msconfig but that just got me into a boot loop.

I've seen some talk about this, but I can't seem to find a solution.

Does anyone know how I can get into safe mode?

Thanks!

jacobcc
  • 163

3 Answers3

6

I have similar setup and forced safe mode with msconfig that resulted in the endless boot loop. I tried all other safe modes with no luck. Even if I selected the normal mode in F8 menu, the system tried to boot in the safe mode and failed. The solution in my case was to select the repair mode in F8 menu, enter login/password (default IEUser / Passw0rd!), select the command prompt option in the recovery menu and use these commands

bcdedit
bcdedit /deletevalue {default} safeboot

to reset msconfig settings ({default} is identifier of boot loader from the output of the first bcdedit command). This way the system became bootable.

Andrey
  • 213
6

You could try to start the VM. While booting reset it and normally Windows 7 will asks you if you want to boot into the safemode or just start windows. Or you can try to catch the keyboard at the very beginning of the boot process (while the VM is in the virtual BIOS) an keep hitting F8, than you should also get the option to start into safe mode.

EDIT:

It has nothing to do with virtual box. The Windows 7 Enterprise Evaluation has a bug so the safe mode doesn't work. One solution could be the "safe mode with networking". (Source: https://social.technet.microsoft.com/Forums/windows/en-US/ef0e41cb-955b-4a29-9318-2c56a198d746/windows-7-enterprise-safe-mode-problems?forum=w7itproperf )

bejonwe
  • 124
0

An easy way is to first run msconfig from the Start Menu. Goto the "Boot" tab and choose "Safe Boot". Once you close msconfig it will ask you to restart your computer at which time it will boot into safe mode.

With this approach you don't have to worry about trying to press some keyboard button at the right time at boot or forcing safe mode after a hard shutdown, etc.

Also, once you are in Safe Mode, simply run msconfig again to turn off "Safe Boot" in order to get back to Normal.

enter image description here

Jake Wilson
  • 4,584