
Quote: Originally Posted by
natedp
Getting various BSODs at entirely random times, no pattern to go by... about 90% of them do not write a dump file to disk.
Windows 7 64bit - OEM
Entire system is less than 3 months old
Multiple Fresh Re-Installs, always getting BSODs.
SFC /SCANNOW - Complete without Errors.
CHKDSK /F - Complete without Errors.
MEMTEST86 - 8 Passes Completed without Errors.
Attached NT6_BSOD thingy + perfmon /report*
*Uninstalled AVG (Corrupted) prior to JCGriff/perfmon
These were all related to your HD,
KERNEL_DATA_INPAGE_ERROR (7a)
The requested page of kernel data could not be read in.
Typically caused by
a bad block in the paging file or disk controller error. Also see
KERNEL_STACK_INPAGE_ERROR.
If the error status is 0xC000000E, 0xC000009C, 0xC000009D or 0xC0000185,
it means the disk subsystem has experienced a failure.
If the error status is 0xC000009A, then it means the request failed because
a filesystem failed to make forward progress.
I would start by running a chkdsk
A- CHKDSK /R /F:
Run CHKDSK /R /F from an elevated (Run as administrator) Command Prompt.
Do this for each hard drive on your system.
When it tells you it can't do it right now - and asks you if you'd like to do it at the next reboot - answer Y (for Yes) and press Enter.
Then reboot and let the test run.
It may take a while for it to run, but keep an occasional eye on it to see if it generates any errors.
See "CHKDSK LogFile" below in order to check the results of the test.
B- Elevated Command Prompt:
Go to Start and type in "cmd.exe" (without the quotes)
At the top of the Search Box, right click on Cmd.exe and select "Run as administrator"
C-CHKDSK LogFile:
Go to Start and type in "eventvwr.msc" (without the quotes) and press Enter
Expand the Windows logs heading, then select the Application log file entry.
Double click on the Source column header.
Scroll down the list until you find the Chkdsk entry (wininit for Windows 7) (winlogon for XP).
Copy/paste the results into your next post.