Jump to content

Frequent bluescreens! HELP!


flarn2006

Recommended Posts

Okay, so I'm just using the computer, minding my own business, when shortly after my computer boots up, it bluescreens. It is one of two errors: KERNEL_STACK_INPAGE_ERROR or KERNEL_DATA_INPAGE_ERROR.

Any suggestions you can give will be appreciated. I want to stop these bluescreens and the last thing I want to do is reformat my hard drive. I tried System Restore, but it didn't work.

Attached is a zipfile containing minidumps and a System event log of all of the blue screens that occurred today. I am posting this in Safe Mode with Networking, as that seems to help.

All of these errors happened today, 2/03/08 (yes, I know it's Super Bowl Sunday; who doesn't?) You can find my system information at http://www.paste-it.net/6180. Just save it as a .NFO file and double-click to open it in MSInfo32.

Once again, please help me. Thank you very much!

mini020308_xx.zip

Link to comment
Share on other sites


The STOP 0x77 and 0x7A events both state you're having hard disk failures.

From the help file in windbg, it lays out what is happening when you start getting these types of bugchecks with this error code:

KERNEL_STACK_INPAGE_ERROR (77)
The requested page of kernel data could not be read in. Caused by
bad block in paging file or disk controller error.
In the case when the first arguments is 0 or 1, the stack signature
in the kernel stack was not found. Again, bad hardware.
An I/O status of c000009c (STATUS_DEVICE_DATA_ERROR) or
C000016AL (STATUS_DISK_OPERATION_FAILED) normally indicates
the data could not be read from the disk due to a bad
block. Upon reboot autocheck will run and attempt to map out the bad
sector. If the status is C0000185 (STATUS_IO_DEVICE_ERROR) and the paging
file is on a SCSI disk device, then the cabling and termination should be
checked. See the knowledge base article on SCSI termination.
Arguments:
Arg1: c000009c, status code
Arg2: c000009c, i/o status code
Arg3: 00000000, page file number
Arg4: 0592a000, offset into page file

Debugging Details:
------------------


ERROR_CODE: (NTSTATUS) 0xc000009c - STATUS_DEVICE_DATA_ERROR

DISK_HARDWARE_ERROR: There was error with disk hardware

Link to comment
Share on other sites

Oh, I forgot to say never mind. I got on to check my email to see if I had any replies, and I couldn't start Windows, so even though I said it's the last thing I want to do, I formatted my hard drive and reinstalled Windows. Now I'm not getting the errors anymore.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...