Share via

WINDOWS SERVER 2022 BOOTING PROBLEM

nirmalya starmark 5 Reputation points
2025-10-13T13:31:36.1033333+00:00

WINDOWS SERVER 2022 BOOTING PROBLEM RESTART AUTOMATICALLY UNDER LOOP

Windows for business | Windows Server | Devices and deployment | Other
0 comments No comments

2 answers

Sort by: Most helpful
  1. Pyrocumulous 0 Reputation points
    2025-10-20T04:11:40.24+00:00

    From the command prompt in recovery, enter this command referring to whatever volume actually contains your image. For my Windows Server 2022, it isn't C when it fails due to this KB. You might use PartDisk and then List Vol if you aren't sure. Once this is complete and you are back in windows, you may want to hide this KB to prevent it from repeating this same thing. It kills my server every time it gets installed.

    DISM /Image:C:\ /Cleanup-Image /RevertPendingActions
    

    Was this answer helpful?

    0 comments No comments

  2. Henry Mai 8,225 Reputation points Independent Advisor
    2025-10-13T15:21:35.11+00:00

    Hello nirmalya starmark, I am Henry and I want to help you with this issue.

    Your issue seems caused by a Blue Screen of Death (BSOD) that is happening so quickly you don't have time to see the error code before the system reboots.

    First, we need to find the stop code that is causing the crash. You will need to get into the Windows Recovery Environment (WinRE) to change the boot settings.

    1. Force Entry into WinRE:
    • Turn on the server.
    • As soon as you see the Windows logo or the spinning dots, press and hold the power button until the server shuts down completely.
    • Repeat this process two or three times. On the third or fourth boot, Windows will automatically load the "Automatic Repair" screen.
    1. Navigate to Startup Settings:
    • On the "Automatic Repair" screen, click Advanced options.
    • Click Troubleshoot.
    • Click Advanced options.
    • Click Startup Settings.
    • Click the Restart button.User's image
    1. Disable Automatic Restart:
    • After the server restarts, you will see a list of options. Press the number key corresponding to "Disable automatic restart on system failure."User's image

    Now, the server will attempt to boot again. This time, instead of restarting, it should crash to a Blue Screen of Death (BSOD). Please help me share the Stop Code displayed on the screen (it will look like 0x... or a phrase like INACCESSIBLE_BOOT_DEVICE).

    Step 2: If you can get into Safe Mode, it means the problem is likely a bad driver, a recent update, or a conflicting service.

    • Enter the Windows Recovery Environment (WinRE) again using the same method as in Step 1.
    • Navigate to Troubleshoot > Advanced options > Startup Settings > Restart.
    • After the restart, press the number key for "Enable Safe Mode with Networking."User's image

    If the server successfully boots into Safe Mode, try to uninstall any recently installed software, drivers, or Windows Updates that might have caused the issue.

    Step 3: If Startup Repair fails, the boot files may be corrupted.

    1. In WinRE, go to Troubleshoot > Advanced options > Command Prompt.User's image
    2. In the command prompt window, type the following commands, pressing Enter after each one:
      • bootrec /fixmbr
      • bootrec /fixboot
      • bootrec /rebuildbcd
    3. Restart the server.

    Let me know how it goes

    Was this answer helpful?

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.