2
Possible Duplicate:
Any advice on what to do when getting a cryptic blue screen in windows?
I've got a Windows 7 PC here that was getting very frequent BSODs. The error codes were variant (IRQL_NOT_LESS_OR_EQUAL, PAGE_FAULT_IN_NONPAGED_AREA, ATTEMPTED_WRITE_TO_READONLY_MEMORY), and it was impossible to use the computer for longer than an hour without getting one. I backed it all up and reinstalled Windows completely, thinking that it was a corrupt driver issue. Unfortunately, I'm still getting the BSODs with the same error messages on this fresh installation.
This tells me that it must be some faulty piece of hardware, but I'm not sure what it would be. I ran Memtest+ on the machine, but did not get any errors after 2 passes. I also ran a few built-in recovery mode scans from the HP recovery partition. I need some ideas on how to test the rest of the hardware to solve this issue.
In addition, there is also this page you help you read the minidumps if you need more information about the crash: http://support.microsoft.com/kb/315263
– MaQleod – 2012-11-05T06:05:15.647Yes, I have already used BlueScreenView and most crash reports appeared to be accusing ntoskrnl.exe. But, like I said, even after restoring the whole operating system, I am still experiencing the BSODs. I would imagine this rules out a corrupt driver as the culprit; is this a correct assumption? – n00neimp0rtant – 2012-11-05T15:09:56.840
It may not be corrupt, but there still could be some sort of conflict. You'll have to analyze the dump to see what part of the code is tripping up. – MaQleod – 2012-11-05T17:21:34.323