Share via

Windows Server 2019 Blue Screen Error

Malabar Hill Club 0 Reputation points
2026-04-07T07:44:22.4166667+00:00

Windows Server 2019 Blue Screen Error and server is restart. only azure Backup time system Blue Screen error showing and server Restarted. whats a Problem

Azure Backup
Azure Backup

An Azure backup service that provides built-in management at scale.


1 answer

Sort by: Most helpful
  1. Q&A Assist
    2026-04-07T07:44:39.39+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    During Azure Backup, Windows Server 2019 is likely hitting a Stop (blue screen) error and then restarting. This indicates a kernel-level problem that is triggered under backup load (for example, by a driver, storage issue, or third‑party security/backup filter).

    To proceed, collect diagnostic data and then analyze or provide it to support:

    1. Confirm it is a Stop/blue screen error
      In Event Viewer → Windows Logs → System, look for:
      • Microsoft-Windows-Kernel-Power Event ID 41 (unexpected restart)
      • Any bug check / Stop code entries around the same time as Azure Backup.
    2. Collect the memory dump from the server
      If the server is an Azure VM:
      1. Take a snapshot of the OS disk to protect data.
      2. Attach the OS disk to a recovery VM.
      3. RDP to the recovery VM and open the attached disk’s Windows folder (for example, F:\Windows).
      4. Locate Memory.dmp.
      5. Open an Azure support ticket and attach this dump file.
      If Memory.dmp is missing, enable dump logging and serial console as described below, then reproduce the crash.
    3. Enable dump logging and serial console (Azure VM scenario)
      On the recovery VM, after attaching the problematic OS disk:
      1. Open an elevated Command Prompt.
      2. Enable the serial console in the BCD store on the attached disk:
              bcdedit /store <volume-letter-containing-the-bcd-folder>:\boot\bcd /ems {<boot-loader-identifier>} ON
              bcdedit /store <volume-letter-containing-the-bcd-folder>:\boot\bcd /emssettings EMSPORT:1 EMSBAUDRATE:115200
        
      3. Ensure free space on the OS disk is larger than the server’s RAM. If not, configure the dump to be written to a data disk with enough space by replacing %SystemRoot% with that drive letter in the registry configuration.
      4. Load the SYSTEM hive from the broken OS disk using reg load, configure dump settings on ControlSet001/ControlSet002, then reg unload.
      5. Detach the OS disk from the recovery VM, reattach it to the original VM, and start it to reproduce the blue screen so a new dump is generated.
      6. After the next crash, repeat step 2 to retrieve the new Memory.dmp and submit it to support.
    4. General Stop error guidance
      While waiting on dump analysis, review common causes:
      • Incompatible or outdated storage, filter, or backup-related drivers.
      • Outdated firmware/BIOS or storage controller firmware.
      • Third‑party security/AV or backup agents conflicting with Azure Backup’s VSS operations.
      • Disk or memory issues.
      Use the Stop code from the blue screen or event logs to narrow down the cause. For example, if a specific driver name appears, update or temporarily disable that driver and retest backups.
    5. If the server is stuck in a blue‑screen boot loop (Azure VM)
      Follow the same OS‑disk‑to‑recovery‑VM process used for:
      • Generic blue screen on Azure VM boot.
      • "CRITICAL SERVICE FAILED" on Azure VM boot.
      In both cases, the recommended path is to obtain a memory dump and work with Microsoft Support.

    Once a dump is available, Microsoft Support can identify the exact driver or component causing the crash during Azure Backup and recommend a targeted fix (driver update/removal, configuration change, or OS update).


    References:

    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.