How to debug a (BSOD) Blue Screen of Death - Part 1
Written by Karl L. Gechlik | AskTheAdmin.com on September 20, 2007 – 4:00 am -
We’ve all seen it before… Suddenley the screen turns blue and an error appears saying something like “it appears you won’t be going to sleep early tonight…”
Luckily there are easy ways to make some sense of that technical jargon MS gives us in a case of a BSOD.
- Bad Hardware (RAM, Disk, PCI devices, USB Devices, Temperature etc..).
- Bad Software (Drivers, Anti-viruses etc…).
- Bad Windows (Registry corruption, missing files etc…).
- The standard Stop error message “Windows has encountered a problem… bla bla bla…”
- Error Description: IRQ_NOT_LESS_OR_EQUAL
- Error Code: “0×0000008E” and some more memory addresses in ( )
- Optional file/driver name that might caused the problem.
What we are going to do is collect as much information we can so we can investigate the BSOD and find the root cause. The information we can collect depends if we saw the BSOD ourselves or just heard about it from the end-user, if Windows just restarted and we didn’t get a chance to see the error message… (due to the Auto-Restart) and etc..
If we got to see the BSOD, then the Error description and the error code can help give a place to start Googleing. Or we can start searching the Microsoft Knowledgebase for articles about the problem. Some other options are to check these sites that lists common BSOD types and links to more info: Aumha , TheElderGeek , Kadaitcha
If we haven’t seen the BSOD, some more information can be collected at:
- c:\windows\minidump > This folder stores .dmp files that were created during the BSOD by Windows. they includes some basic information regarding the Memory and drivers that were running while the error occured.
- c:\windows\memory.dmp > This file will appear instead of the above minidumps, incase windows was setup to save a Kernel or Full dump or the memory.
- Windows Event Log- System Log > error events from the source “Save Dump”. the event description includes the BSOD error code and the path for the memory dump that was created.
You can try viewing these logs using Safe mode in case Windows can’t boot normally.
Stay tuned!
Tags: Troubleshooting, windows
Posted in Uncategorized |
3 Responses
to “How to debug a (BSOD) Blue Screen of Death - Part 1”
1 Trackback(s)
- Nov 23, 2008: Ask The Admin » Blog Archive » Troubleshooting using Microsoft Diagnostics and Recovery Toolset




By Marie on Oct 5, 2008 | Reply
I have the smitfraud virus on my computer and I tried to fix it by reinstalling windowns and I got a blue screen which told me to uninstall any antivirus software or hardware recently installed and then to check hard drive for corruption. Then the following tech info is listed Stop:0×00000024 (0×00190203,0×812E3EF0,0xC0000102,000000000)
I am writing to you from my daughters computer because I can’t get rid of the blue screen to do what it asks. I can’t go to a run menu or anything. Help
Karl L. Gechlik | AskTheAdmin.com Reply:
October 6th, 2008 at 4:17 am
Can you get to safe mode?