Share via

How to fix bootup issues from nt!_memset_spec_ermsb+66 & nt!KiFatalExceptionHandler+22?

Simone 0 Reputation points
2026-03-31T18:48:29.0866667+00:00

My laptop has started having trouble booting up properly. When I turn my laptop on, it'll either:

  • Be stuck as an entire black screen OR
  • Get stuck at the Alienware logo screen where it never gets to the loading circle animation

I have to hold down the power button in order to turn it off again as it will otherwise forever be just be frozen like this. After it's off again, I can turn it on again, it'll either do recovery mode or just boot up like normal. Twice now it has properly crashed after the second turn on and give me a minidump file.

https://1drv.ms/u/c/38cbf47a57dd0f87/IQAiaRfz8EW6SZS46rhPplqSAWKQwwQD-TecBHdG_Eojzss?e=kc1k2o

https://1drv.ms/u/c/38cbf47a57dd0f87/IQB95M_CoqMNQJizbR1ZNEXsAe3qzm5oUG9IhuYvJryPB6Y?e=F9EbYp

From what I could gather, it's something to do with the ntkrnlmp file but I've gotten two different ntkrnlmp sources... One is !_memset_spec_ermsb+66 & the other is !KiFatalExceptionHandler+22? but I haven't been able to find anything concrete on what any of these mean??

I've tried running DISM.exe /Online /Cleanup-image /Restorehealth & sfc /scannow to solve this issue with no luck already. My laptop is a Alienware m15 R7 AMD Ryzen 9 6900HX with Radeon Graphics along with a NVIDIA GeForce RTX 3070 Ti Laptop GPU and Windows 11.

Windows for home | Windows 11 | Performance and system failures
0 comments No comments

2 answers

Sort by: Most helpful
  1. Jobelle ann Candelaria 480 Reputation points Independent Advisor
    2026-03-31T20:52:28.8433333+00:00

    Hi Simone,

    Thanks for posting your question here. Those symbols are simply the kernel’s final stop when Windows encounters an unrecoverable error, while nt!_memset_spec_ermsb is a CPU‑optimized memory routine that typically crashes due to invalid or unstable memory access, not corrupted system files.

    Because the system freezes before the Windows loading dots appear often showing a black screen or a stuck logo and only booting after a forced shutdown. Here what I recommend trying:

    1. Update the BIOS to the latest version from Dell Ryzen systems are extremely sensitive to BIOS/AGESA changes, and many early‑boot freezes are resolved this way.
    2. Disable Fast Startup
      • Control Panel → Power Options
      • Choose what the power buttons do
      • Disable Turn on fast startup Fast Startup can preserve unstable memory states between boots.
    3. Run MemTest86 (not the Windows memory test)
      • Let it complete at least 4 passes
      • Even a single error indicates unstable or failing RAM
    4. Update AMD chipset drivers directly from AMD’s website (not just Windows Update)
    5. If BIOS allows it, disable any performance / overclocking options and keep memory settings at default.

    Please refer to this links: Advanced troubleshooting for Windows startup issues / Troubleshooting Windows unexpected restarts and stop code errors

    Let me know if you have questions, I'm here to help

    Thanks,

    Jobelle C.


  2. Q&A Assist
    2026-03-31T18:48:46.3466667+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    The minidump symbols (nt!_memset_spec_ermsb and nt!KiFatalExceptionHandler) only indicate that Windows crashed in kernel mode, not the real root cause. For intermittent black screen / stuck logo at boot on Windows 11, the supported approach is to treat this as a stop‑code/boot issue and systematically troubleshoot drivers, system files, and startup.

    Follow an end‑to‑end path like this:

    1. Capture the actual stop code
      • When the system does reach a blue/black screen with text, note the stop code at the bottom (for example, PAGE_FAULT_IN_NONPAGED_AREA, MEMORY_MANAGEMENT, etc.).
      • That code is what identifies whether this is more likely a driver, disk, memory, or other hardware problem.
    2. Use Windows Recovery Environment (WinRE) When the device fails to boot or hangs at the logo, force entry into WinRE:
      1. Power on the laptop.
      2. As soon as the Windows or OEM logo appears and it hangs, press and hold the power button until it shuts off.
      3. Repeat this power‑on/forced‑off cycle about three times. On the next boot, Windows should show Automatic Repair and then Advanced options.
      4. Select Advanced options.
    3. Run startup/boot repair actions In WinRE, use the built‑in tools for boot issues:
      • Go to Troubleshoot > Advanced options.
      • First try Startup Repair. Let it complete and reboot.
      • If Startup Repair does not resolve it and the problem persists, return to Advanced options and use System Restore if any restore point exists (this rolls back system files and drivers but keeps personal data). Steps for System Restore are described for similar crash scenarios in the CrowdStrike KB and general stop‑code guidance.
    4. Check for driver or system file corruption If the stop code or dump analysis points to a driver or system file:
      • Boot again into WinRE.
      • Open Command Prompt from Advanced options.
      • Run System File Checker in offline mode against the Windows installation, for example:
             SFC /Scannow /OffBootDir=C:\ /OffWinDir=C:\Windows
        
        (Adjust drive letters if Windows is on a different volume.)
      • If the dump later shows a specific third‑party boot driver (for example, a storage, antivirus, or GPU driver) as missing or corrupted, follow the documented pattern: identify what the driver does, and if it is non‑essential and has no dependencies, disable or remove it from offline registry or by uninstalling the associated software once Windows boots normally.
    5. If the stop error occurs late in startup or persists
      • Configure the system to generate a kernel or complete memory dump (once it is bootable) so that the next crash can be analyzed more precisely. The referenced guidance explains that a good dump is key to finding the root cause when crashes continue late in startup.
    6. Consider hardware causes The general stop‑code guidance notes that unexpected restarts and stop errors are often caused by:
      • Hardware devices
      • Their drivers
      • Other software If the stop code you eventually see is memory‑related (for example, MEMORY_MANAGEMENT), run the built‑in memory diagnostic from WinRE or from Windows when it is bootable. If it is storage‑related, check the disk from WinRE Command Prompt using chkdsk.

    If none of the above resolves the intermittent boot hangs and crashes, collect the stop code and a fresh memory dump and then escalate through support channels with that data, since the kernel‑level symbols alone (nt!_memset_spec_ermsb, nt!KiFatalExceptionHandler) are not sufficient to identify a specific fix.


    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.