Вход в безопасный режим windows server 2012 r2

  • Remove From My Forums

 locked

Where has Server 2012 Safe Mode gone — Startup Settings missing too?!

  • Question

  • Hi, I desperately need Safe Mode (No Networking etc) in Windows 2012 RTM as the server is down because a bad network driver is generating BSOD due to IRQL_NOT_LESS_OR_EQUAL. This should be simple to disable… but in Win 2012 it isn’t!

    I have already seen the articles about how F8 is different now (useful feature change in emergencies…) but if you use Shift-F8 you should get into the Troubleshoot -> Advanced Options, and phew, I can do that just about (after many long reboots and
    F8 mashing — it’s a luck thing) — however am stunned to find that slightly contrary to article screenshots, I have the icons for:

    • System Restore
    • System Image Recovery
    • Automatic Repair
    • Command Prompt
    • Startup Settings — oh no, hang on — this one is NOT THERE!!!

    Naturally, Startup Settings is the one I need to switch this cursed thing into Safe Mode! So why is it not there on some servers — I wasn’t aware that there were any hardware dependencies for this. It’s an HP ProLiant DL120 G7, but
    this is an OS issue, not straight hardware (in which case I’d expect the setting to be there but cause an error/warning).

    This may be something to do with the OS being in Recovery Mode etc — but that is the whole point of needing Safe Mode! So what is the way to get into that please, so I can simply disable the bad driver and get on with our business?

    Phil

Answers

  • Hi,

    To enable Safe Mode, please try the following:

    1. If you can boot into Windows, please open a privileged command prompt.

    2. If not, please boot into recovery mode and run command prompt.

    3. In the command prompt, please input

    Bcdedit /set {bootmgr} displaybootmenu yes

    4. Once completed, please restart your computer, then press F8 to enter setup screen upon startup, then press F4 or 4 to enter safemode.

    References:

    How to easily enter safe mode in windows 8? (One-click series)

    http://support.microsoft.com/kb/2809468

    Hope this helps.


    Niki Han
    TechNet Community Support

    • Marked as answer by

      Wednesday, October 9, 2013 3:55 PM

  • Remove From My Forums

 locked

Where has Server 2012 Safe Mode gone — Startup Settings missing too?!

  • Question

  • Hi, I desperately need Safe Mode (No Networking etc) in Windows 2012 RTM as the server is down because a bad network driver is generating BSOD due to IRQL_NOT_LESS_OR_EQUAL. This should be simple to disable… but in Win 2012 it isn’t!

    I have already seen the articles about how F8 is different now (useful feature change in emergencies…) but if you use Shift-F8 you should get into the Troubleshoot -> Advanced Options, and phew, I can do that just about (after many long reboots and
    F8 mashing — it’s a luck thing) — however am stunned to find that slightly contrary to article screenshots, I have the icons for:

    • System Restore
    • System Image Recovery
    • Automatic Repair
    • Command Prompt
    • Startup Settings — oh no, hang on — this one is NOT THERE!!!

    Naturally, Startup Settings is the one I need to switch this cursed thing into Safe Mode! So why is it not there on some servers — I wasn’t aware that there were any hardware dependencies for this. It’s an HP ProLiant DL120 G7, but
    this is an OS issue, not straight hardware (in which case I’d expect the setting to be there but cause an error/warning).

    This may be something to do with the OS being in Recovery Mode etc — but that is the whole point of needing Safe Mode! So what is the way to get into that please, so I can simply disable the bad driver and get on with our business?

    Phil

Answers

  • Hi,

    To enable Safe Mode, please try the following:

    1. If you can boot into Windows, please open a privileged command prompt.

    2. If not, please boot into recovery mode and run command prompt.

    3. In the command prompt, please input

    Bcdedit /set {bootmgr} displaybootmenu yes

    4. Once completed, please restart your computer, then press F8 to enter setup screen upon startup, then press F4 or 4 to enter safemode.

    References:

    How to easily enter safe mode in windows 8? (One-click series)

    http://support.microsoft.com/kb/2809468

    Hope this helps.


    Niki Han
    TechNet Community Support

    • Marked as answer by

      Wednesday, October 9, 2013 3:55 PM



July 24, 2016 updated by

Leave a reply »

How can I get into Safe Mode on the new Windows operating systems such as Windows 8, Windows 10 and Server 2012? Starting from Windows 8, the system boots very quickly and the time to press F8 key to access Safe Mode is smaller than 200 milliseconds, so it’s almost impossible to enter into the Safe Mode by pressing F8 during boot time.

In this tutorial we’ll show you 3 workable ways to boot Windows Server 2012 into Safe Mode. The methods should also work with Windows 10 and Windows 8/8.1.

Method 1: Boot Windows Server 2012 into Safe Mode Using Command Prompt

  1. Press the Windows key + X to open the WinX menu, select “Command Prompt (Admin)” from the list.

    winx

  2. In order to make Windows display the Windows Boot Manager, type the following command at the Command Prompt and press Enter. You will get a confirmation stating that The operation completed successfully.

    bcdedit /set {bootmgr} displaybootmenu yes

    enable-display-boot-menu

    If you want to stop displaying the Windows Boot Manager later, run this command instead:
    bcdedit /set {bootmgr} displaybootmenu no

  3. Now restart your computer and you’ll see the Windows Boot Manager screen. Just press F8 to bring up the Advanced Boot Options.

    windows-boot-manager

  4. Select Safe Mode and press Enter. This will open Windows Server 2012 in Safe Mode.

    advanced-boot-options

Method 2: Boot Windows Server 2012 into Safe Mode Using System Configuration

  1. Press the Windows key + R to open the Run box. Type msconfig and press Enter.

    msconfig

  2. Now the System Configuration dialog box will be opened. Under the Boot tab, check the Safe boot option and click OK.

    safe-boot

  3. Reboot your computer and it will boot directly into Safe Mode automatically. If you wan to stop Windows from booting into Safe Mode next time, you need to open the System Configuration utility (msconfig) again and uncheck the Safe boot option.

Method 3: Boot Windows Server 2012 into Safe Mode Using Settings App

  1. To get started, you need to open the Settings panel. This can be done by hovering your mouse to the top right-hand corner of the screen, or press the Windows key + I on your keyboard.
  2. Hold down the SHIFT key on your keyboard, and then click on Power icon and select Restart.

    shift-restart

  3. You will need to click on the Troubleshoot option.

    choose-an-option

  4. Click Startup Settings.

    advanced-options

  5. Click Restart.

    startup-settings

  6. The computer will boot automatically to the Advanced Boot Options screen. From there you can select Safe Mode to start Windows Server 2012 in Safe Mode.

    advanced-boot-options

  • Previous Post: How to Change Windows 10 Login Background to Solid Color
  • Next Post: How to Fix “Task Manager is Disabled or Greyed out” in Windows 10

UPDATED: March 2018

If you have worked on Windows 8 or newer, you will know that Microsoft has removed the F8 boot functionality.  They did this to decrease boot times.  What is odd is that they applied this logic to servers; I would not have.  Regardless the F8 Safe Mode functionality is not truly removed, it is just turned off.

To turn F8 boot on in Server 2012 you need to get to an elevated CMD prompt.  Windows-Server-2012-R2-Setup-Repair-your-computerWindows-Server-2012-R2-Setup-Repair-Your-Computer-Troubleshooting-Command-Prompt If your server is functional that is easy.  If your server won’t boot (hence the need for F8) then you can boot off of a Windows Server install DVD and select REPAIR YOUR COMPUTER option, the Troubleshooting, then Command Prompt.

Once you have a Command Prompt (as an administrator) open enter the following commands which are self explanatory:

  1. bcdedit /set {bootmgr} displaybootmenu yes
  2. bcdedit /set {bootmgr} timeout 10

Reboot your machine and enjoy pressing F8 and getting back into SAFE MODE or LAST KNOWN GOOD to work out your problem.

This will also work on Windows 8 and Windows 10.

bcdedit-does-not-work-in-powershell

Note that the BCDEDIT commands do NOT work from PowerShell.   They NEED to be run from CMD.EXE :

Thanks to a number of blogs including THIS one.

Thanks

Safe Mode is a mode in Windows which allows access to special features. These features are often used for troubleshooting.

In order to boot into Safe Mode, you will need to be able to access your Windows Server normally. That means you can access your Windows Server with a user, and have administrative privileges.

Use either of the methods below to boot your server into Safe Mode.

Method 1: Using Startup Settings

In order to enable Safe Mode by using the GUI, press Windows + C, open Settings, then click Power. Then hold Shift and click «Restart».

Click «Troubleshoot», then «Startup Settings». Click «Restart» after confirming that the list that is showing says «Enable Safe Mode».

Use the arrow keys to navigate to Safe Mode. By pressing Enter after navigating to Safe Mode, your Windows Server will be booted into Safe Mode.

Your background should be black and at the top right corner of the GUI should say «Safe Mode».

Method 2: Using msconfig

You can also boot into Safe Mode by using System Configuration (msconfig). In order to do this, go to Run, then launch msconfig.

In the tab Boot, under «Boot options», select «Safe boot». Then press «OK» and the server will restart in Safe Mode. Click «Restart» if you are prompted.

When Safe Mode boots, your desktop background will be black and the top-right corner of the desktop will say «Safe Mode».

Want to contribute?

Skip to the content

10 May 2021

To enable F8 boot in Windows Server 2012 / Windows Server 2016, / Windows Server 2019 you need to go to an elevated CMD prompt.

If your server does not start (hence the need for F8), you can boot from a Windows Server installation DVD and select the option REPAIR YOUR COMPUTER, Troubleshoot, then Command Prompt.

Once you have opened a command prompt (as an administrator), enter the following commands:

bcdedit /set {bootmgr} displaybootmenu yes

bcdedit /set {bootmgr} timeout 10

Restart your server and press F8

Hits: 2742

Always eager to communicate with other system engineers and administrators. I enjoy all aspects of my job, designing, deploying and updating server, desktop, network and storage systems. I blog regularly and contribute wherever possible to the Microsoft community.

Number of visits :

Total : 1006749 Visits

Yesterday : 320 Visits

Ads Blocker Image Powered by Code Help Pro

Ads Blocker Detected!!!

We have detected that you are using extensions to block ads. Please support us by disabling these ads blocker.

  • Remove From My Forums

 locked

Where has Server 2012 Safe Mode gone — Startup Settings missing too?!

  • Вопрос

  • Hi, I desperately need Safe Mode (No Networking etc) in Windows 2012 RTM as the server is down because a bad network driver is generating BSOD due to IRQL_NOT_LESS_OR_EQUAL. This should be simple to disable… but in Win 2012 it isn’t!

    I have already seen the articles about how F8 is different now (useful feature change in emergencies…) but if you use Shift-F8 you should get into the Troubleshoot -> Advanced Options, and phew, I can do that just about (after many long reboots and
    F8 mashing — it’s a luck thing) — however am stunned to find that slightly contrary to article screenshots, I have the icons for:

    • System Restore
    • System Image Recovery
    • Automatic Repair
    • Command Prompt
    • Startup Settings — oh no, hang on — this one is NOT THERE!!!

    Naturally, Startup Settings is the one I need to switch this cursed thing into Safe Mode! So why is it not there on some servers — I wasn’t aware that there were any hardware dependencies for this. It’s an HP ProLiant DL120 G7, but
    this is an OS issue, not straight hardware (in which case I’d expect the setting to be there but cause an error/warning).

    This may be something to do with the OS being in Recovery Mode etc — but that is the whole point of needing Safe Mode! So what is the way to get into that please, so I can simply disable the bad driver and get on with our business?

    Phil

Ответы

  • Hi,

    To enable Safe Mode, please try the following:

    1. If you can boot into Windows, please open a privileged command prompt.

    2. If not, please boot into recovery mode and run command prompt.

    3. In the command prompt, please input

    Bcdedit /set {bootmgr} displaybootmenu yes

    4. Once completed, please restart your computer, then press F8 to enter setup screen upon startup, then press F4 or 4 to enter safemode.

    References:

    How to easily enter safe mode in windows 8? (One-click series)

    http://support.microsoft.com/kb/2809468

    Hope this helps.


    Niki Han
    TechNet Community Support

    • Помечено в качестве ответа

      9 октября 2013 г. 15:55

Понравилась статья? Поделить с друзьями:
  • Вход в безопасный режим windows 10 при включении компьютера
  • Вход в безопасный режим windows 10 на ноутбуке lenovo
  • Встроенный видеоредактор windows 10 как установить
  • Вход в безопасный режим windows 10 на ноутбуке asus
  • Встроенный видеоредактор windows 10 как пользоваться