The computer crashed, and upon reboot, gets a blue screen of death. It shuts off immediately so there's no time to read it.
Time to get the camera. Looking at bootup frame by frame, I find the blue screen IRQL_NOT_LESS_OR_EQUAL message. Under "techincal information" there is no information, just empty space.
The advice of everyone from the screen message itself to the answers on the Web, says, "Hardware Problem". I attack this in several ways:
Nothing made a difference. Not only will it not go into safe mode, it won't even do "safe mode with command prompt"!
My last guess is a corrupted file, and so now it's Last Resort time. A repair-install from the Windows XP CD. EDIT: This procedure ran without any problems. But it did not fix the problem. It now reports Stop error 0x0000007E, which still seems to be about hardware, and there are no driver names or other useful information displayed. I can get more options from pressing F8, including "don't shut down on a crash", which at least lets me read the error.
Did I miss anything?
Progress report 1 week later....Bought another box last week as emergency replacement. Victim now gets to learn Windows 7 :-) (She kind of likes it.) As to the problem:
Thinking about cloning the drive (IDE) to the new one (SATA) but suspect XP may bluescreen just based on the drive change anyway. Nothing to lose, though.
Here's another question: If I tell it to log the startup, where will I find the results? Recovery Console "dir" command is very...dumb. Can't sort by date, or recurse directories.
Yes, you did not test the hard drive for having problems. If a sane computer crashes, the hard disk can be the problem. Boot from linux and get the correct data checking software for your hard drive from the manufacturer. Then let it run tests for bad blocks.
Does the XP disk allow you to configure it to generate a full kernel dump? If so, you could extract the dump file using your live CD and use another computer with WinDbg to get a stack trace which could point you in the direction of which kernel component is involved.
Just a tip: You can prevent the computer from auto-rebooting on bluescreen, if you hit F8 during boot and use the Disable Auto Restart option in the advanced boot menu.
Did you run memtest with a RAM card at a time? If not, remove all your RAM cards, leave just one installed in you motherboard and run memtest. Do that again for every RAM card you have.
User contributions licensed under CC BY-SA 3.0