Windows 7 Forums Search
Welcome to Windows 7 Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows 7. The Windows 7 forum also covers news and updates and has an extensive Windows 7 tutorial section that covers a wide range of tips and tricks.


Windows 7 - Safe Mode - Add to Windows Boot Manager Screen in Windows 7

 

Safe Mode - Add to Windows Boot Manager Screen in Windows 7

How to Add Windows 7 "Safe Mode" to Windows Boot Manager Screen
Published by Brink
02-03-2012
Default Safe Mode - Add to Windows Boot Manager Screen in Windows 7

How to Add Windows 7 "Safe Mode" to Windows Boot Manager Screen

information   Information
This will show you how to add Windows 7 Safe Mode to the Windows Boot Manager to be able to easily select to startup into Safe Mode, Windows 7, or any other installed OS at boot from the Windows Boot Manager screen.

This can be handy to have as another option to be able to start Windows 7 in Safe Mode as needed.

You must be logged in as an administrator to be able to do the steps in this tutorial.


EXAMPLE: "Windows 7 Safe Mode" added to Windows Boot Manager
Safe Mode - Add to Windows Boot Manager Screen in Windows 7-example.jpg




OPTION ONE

To Add Windows 7 "Safe Mode" to Windows Boot Manager
1. Open a elevated command prompt or a command prompt at boot.

2. In the command prompt, copy and paste the command below and press Enter. (see screenshot below)
bcdedit /enum /v


Safe Mode - Add to Windows Boot Manager Screen in Windows 7-step1.jpg
3. From under a Windows Boot Loader section, look for the description that has Windows 7 listed, and make note of it's identifier number (ex: {21768871-7128-11e0-8405-b8daa94cc134} ) . (see screenshot above)

4. In the command prompt, type the command below and press Enter. (see screenshot below)
NOTE: Substitute identifier number in the command below with your actual Windows 7 identifier number from step 3.
bcdedit /copy {identifier number} /d “Windows 7 Safe Mode”
For example: I would type this command below exactly for my identifier number {21768871-7128-11e0-8405-b8daa94cc134}.

bcdedit /copy {21768871-7128-11e0-8405-b8daa94cc134} /d “Windows 7 Safe Mode”

Safe Mode - Add to Windows Boot Manager Screen in Windows 7-step2.jpg
5. If successfully copied, close the elevated command prompt.
NOTE: If you did this from a command prompt at boot, then restart the computer into Windows 7 instead.

6. Open the Start Menu in Windows 7, type msconfig in the search box, and press Enter.

7. Click on the Boot tab, select Windows 7 Safe Mode, check the Safe boot box and select (dot) Minimal, have enough seconds (ex: 30) entered under Timeout to be able to have enough time to select a OS at boot, check the Make all boot settings permanent box, and click on OK. (see screenshot below)
Safe Mode - Add to Windows Boot Manager Screen in Windows 7-step3.jpg

8. Click on Yes. (see screenshot below)
Safe Mode - Add to Windows Boot Manager Screen in Windows 7-step4.jpg

9. Click on Restart. (see screenshot below)
Safe Mode - Add to Windows Boot Manager Screen in Windows 7-step5.jpg
10. You will now be able to select to startup into Safe Mode, Windows 7, or any other installed OS at boot from the Windows Boot Manager screen.



OPTION TWO

To Remove Windows 7 "Safe Mode" from Windows Boot Manager
1. Boot into Windows 7, and not the Windows 7 Safe Mode option.

2. Using either option in the tutorial below, delete the Windows 7 Safe Mode entry like in the screenshots below.
How to Delete a Operating System Listed in Windows Boot Manager in Windows 7


Safe Mode - Add to Windows Boot Manager Screen in Windows 7-step8.jpg

Safe Mode - Add to Windows Boot Manager Screen in Windows 7-step6.jpgSafe Mode - Add to Windows Boot Manager Screen in Windows 7-step7.jpg
That's it,
Shawn



Published by
Brink's Avatar
Administrator

Join Date: Oct 2008
Location: Texas
Posts: 37,303

Tutorial Tools
02-13-2012   #1
Infinite


Windows 7 Ultimate x86/Ubuntu
 
 


Hi Brink, thanks for the tutorial. But I get this error:

Quote:
A description for the new entry must be specified.
Run "bcdedit /?" for command line assistance.
The parameter is incorrect.


My System SpecsSystem Spec
02-13-2012   #2
Brink


Windows 7 Ultimate x64 SP1
 
 


Hello Infinite,

It sounds like you may have made a typo or spacing mistake. Could you post a screenshot of your command prompt like in the tutorial showing what you typed in when it gave you this error?
My System SpecsSystem Spec
02-13-2012   #3
Infinite


Windows 7 Ultimate x86/Ubuntu
 
 


Here:
Safe Mode - Add to Windows Boot Manager Screen in Windows 7-image.png
My System SpecsSystem Spec
.


02-13-2012   #4
Brink


Windows 7 Ultimate x64 SP1
 
 


Did you type the command out, or did you copy and paste any part of it?

If you copied and pasted it, then that may be the issue when copying a space and it acting as a enter instead of space and not actually using the "Windows 7 Safe Mode" (description) part of the command. Try typing it out completely to see if it may work then.
My System SpecsSystem Spec
02-13-2012   #5
Infinite


Windows 7 Ultimate x86/Ubuntu
 
 


OK, I did copy and paste it before Yes. Now it is working, thanks.

However the Boot Manager list order is:
Quote:
Windows 7
Ubuntu
Windows 7 Safe Mode
How can I move Ubuntu below Windows 7 Safe Mode, so the list order is
Quote:
Windows 7
Windows 7 Safe Mode
Ubuntu
Also if I want No GUI Boot, would I just need to select Windows 7 from MSConfig and select No GUI Boot?
My System SpecsSystem Spec
02-13-2012   #6
Brink


Windows 7 Ultimate x64 SP1
 
 


That's great news Infinite.

That would be correct for No GUI Boot.

The easiest way to move Ubuntu down one level is to download and install and run the free EasyBCD (registration not required to download) in Windows 7, go to the Edit Boot Menu location in the screenshot below, select (highlight) Ubuntu, click on the Down button, and click on the Save Settings button.

Safe Mode - Add to Windows Boot Manager Screen in Windows 7-easybcd.jpg
My System SpecsSystem Spec
02-16-2012   #7
Infinite


Windows 7 Ultimate x86/Ubuntu
 
 


Just a thought, you could try making a tutorial for how to add Safe mode for networking or Safe mode for command prompt to Boot Manager or continue it from this, or perhaps that isn't possible.
My System SpecsSystem Spec
02-17-2012   #8
Brink


Windows 7 Ultimate x64 SP1
 
 


Sure, you would do the same thing in this tutorial except check the "Boot option" you wanted instead in step 7 OPTION ONE instead, and change the description at step 4.

I'll add it to the list of tutorials to do though.
My System SpecsSystem Spec
02-17-2012   #9
Infinite


Windows 7 Ultimate x86/Ubuntu
 
 


So it would be like this?

bcdedit /copy {identifier number} /d “Windows 7 Safe Mode with Networking”
bcdedit /copy {identifier number} /d “Windows 7 Safe Mode with Command Prompt”

Then you enable permanent boot settings, and if you added all three you would have all 3 options?
My System SpecsSystem Spec
Comment

 Safe Mode - Add to Windows Boot Manager Screen in Windows 7 problems?



Tutorial Tools



Similar Threads for: Safe Mode - Add to Windows Boot Manager Screen in Windows 7
Windows 7 Tutorial Category
Safe Mode with Command Prompt - Add to Windows Boot Manager Screen Tutorials
Safe Mode with Networking - Add to Windows Boot Manager Screen Tutorials
Windows crashed. Now can't boot, even in repair mode or safe mode. Crashes and Debugging
Cannot boot into safe mode windows 7 General Discussion
Black screen at boot with safe mode, system restore, or repair mode Backup and Restore


All times are GMT -5. The time now is 02:22 AM.



Windows 7 Forums is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows 7" and related materials are trademarks of Microsoft Corp.
© Designer Media Ltd
  

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30