Windows 7 BSoD - KERNEL_DATA_INPAGE_ERROR

0

I got a random BSoD while using my laptop today. I haven't had a BSoD in months, and the issue hasn't repeated so far (it happened around 12:17 UTC).

KERNEL_DATA_INPAGE_ERROR
*** STOP: 0x0000007A (0xFFFFF6FC400099E8, 0xFFFFFFFFCC000000E, 0x00000000B28CB860, 0xFFFFF880013D270)
*** Ntfs.sys - Address FFFFF88000133D270 base at FFFFF8800124B000, DateStamp 5167f5fc
windows-7
crash
bsod
asked on Super User Aug 1, 2013 by nyuszika7h

1 Answer

1

The Error code 0xC000000E means STATUS_NO_SUCH_DEVICE.

C:\Users\André>err 0xC000000E
# for hex 0xc000000e / decimal -1073741810
  STATUS_NO_SUCH_DEVICE                                          ntstatus.h
# A device which does not exist was specified.
# as an HRESULT: Severity: FAILURE (1), FACILITY_NULL (0x0), Code 0xe
# for hex 0xe / decimal 14
  ERROR_OUTOFMEMORY                                              winerror.h
# Not enough storage is available to complete this operation.
# 2 matches found for "0xC000000E"

You should open the Laptop, remove the HDD and insert the HDD again. This often fixes issues with HDDs in laptops.

answered on Super User Aug 1, 2013 by magicandre1981

User contributions licensed under CC BY-SA 3.0