My laptop keeps crashing, in any situation, usually if its just on desktop. Then a blue screen comes up saying something about Kernel Data Error and loads of numbers. Then when it restarts the desktop comes up with a message saying there was a serious hardrive error. and most of my programmes then fail and error reports are sent. I've checked for viruses and i do the xp update things, i've no idea what it is or what to do. Is my hardrive dying??

Dani AI

Generated

The STOP code you posted (STOP 0x0000007A) is the KERNEL_DATA_INPAGE_ERROR. The second parameter in a dump is the I/O status; in ’s later dump the value 0xC000000E corresponds to STATUS_NO_SUCH_DEVICE — that strongly points at the storage I/O path (drive, controller, cabling or driver) rather than a purely UI file. See Microsoft’s bug‑check documentation for the mappings and common causes.
(Reference: Microsoft Bug Check 0x7A).
https://learn.microsoft.com/en-us/windows-hardware/drivers/debugger/bug-check-0x7a--kernel-data-inpage-error

Practical, ordered triage (apply immediately in this order):

  1. Protect irreplaceable files first — do not keep running the laptop if the drive is noisy. Boot a Linux live USB or remove the drive and attach it to another machine with a USB‑SATA adapter and copy the important files off.

  2. From the XP CD Recovery Console (boot from CD, press R, choose the installation and enter the admin password) run a full surface check:
    chkdsk C: /r
    Let it finish (this can take hours). /r finds bad sectors and attempts recovery; if bad sectors grow or CHKDSK cannot complete, the drive is failing. See Microsoft CHKDSK docs and Recovery Console notes.
    https://learn.microsoft.com/en-us/windows-server/administration/windows-commands/chkdsk
    https://www.lifewire.com/how-to-enter-windows-xp-recovery-console-2624534

  3. Test RAM next — boot a memtest image (MemTest86 / Memtest86+) from CD/USB and run several full passes overnight; any errors require replacing the module(s).
    https://www.memtest.org/

  4. Run the drive maker’s bootable diagnostics (SeaTools, WD DLG, etc.). If the manufacturer tool fails long/extended tests or reports SMART hardware errors, replace the drive — manufacturer tools give the most reliable health result.
    https://www.seagate.com/support/downloads/seatools/

Notes and context tying to earlier posts: this follows ’s suggestion to use the dump info and ’s recovery advice — but the concrete next steps here focus on (A) get data safe, (B) run CHKDSK from Recovery Console, (C) run an independent memtest, and (D) run the vendor diagnostics. If CHKDSK/SeaTools report many bad sectors or errors recur after a clean OS restore, replace the drive; if memtest shows failures, replace RAM. For atapi.sys / driver-related traces (as reported), prioritize the drive/controller diagnostics and consider resetting/reinstalling the IDE/AHCI controller drivers after imaging your data.

Recommended Answers

All 11 Replies

Believe it or not, the "loads of numbers" and any other information which you can gather from the error messages could very well help us to home in on the cause. Please post as much specific information as you possibly can and we'll try to help from there.

It will also help if you let us know the make and model of your laptop, and also the Windows version you are using.

its Medion Professional Laptop M785
Windows XP home version
Intel Pentium 4 CPU 2.40 GHz


I havent seen the numbers properly
but they had lots of zero's in
it usually happens when i havent been using my computer for a little bit and i look back and its crashed

I'm not familiar with the way Medion bundle their laptops, but does that unit of yours come with recovery media of some sort so you can restore it to original state? A 'Recovery' CD or instructions for accessing a hidden menu from wich you can restore it to the condition in which it was provided?

I'd seriously consider backing up the data on it and doing just that. If it continues to crash after being wiped and reinstalled, you'll know it's a hardware problem, but I suspect it's a software problem you have, and a corrupted Windows installation.

0x7c8ca8ba
0x00000063

are 2 of the numbers i wrote down

i will need to get the disks and instructions sent from home cos im at uni and was stupid enough not to bring all that stuff with me

OK- let me search the knowledgebases for the error codes/numbers you posted. I'll repost here once I get more info.

OK- let me search the knowledgebases for the error codes/numbers you posted. I'll repost here once I get more info.

Hey
it crashed e and the blue kernel data error screen up with this message

STOP 0x0000007a (0xc020163c 0xc000000 0x8058f5D0 0x06686860)

and then when it restarted it crashed again and this came up on the blue kernel screen

STOP 0x0000007A (0xEI54A840 0xc000000E 0xBF8DC55A 0x03722860)
win32k.sys
address BF8DC55A
base at BF800000
datestamp 41107f7a

Then it restarted and reinstalled my security options

EEK! :rolleyes: :cry:

Thanks for the additional info Leanne; it helps.

a blue screen comes up saying something about Kernel Data Error...

I'm assuming this the exact kernel error, yes?:

KERNEL_DATA_INPAGE_ERROR

If so, here's what Microsoft has to say about those errors:


Unfortunately, it could be a few things, including data errors on your hard drive, the hard drive itself failing, or bad memory.


Here are some links related to STOP 0x7A and win32k.sys errors in general:
http://www.google.com/search?hl=en&lr=&q=%22STOP+0x0000007a%22++win32k.sys&btnG=Search

And here are some relating specifically to laptops:
http://www.google.com/search?hl=en&lr=&q=%22STOP+0x0000007a%22++win32k.sys+laptop&btnG=Search

Try some of the solutions suggested in the above links and repost here with any questions/progress reports/etc.

Thanks for your help
I really appreciate it

Leanne x

Your welcome. :)

Please keep us posted on your progress.

I too am also getting these errors:

I get KERNEL_DATA-INPAGE-ERROR

**STOP:OxOOOOOO7A (OxCO3E197C,OxCOOOOOOOE,OxF865F384,OxOA797860)

atapi:sys-Address F865F384base at F8652000, datestamp 41107b4d

Beginning dump of Physical memeory

I am running a 2.3Ghz EiSystems on Windows XP Home

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.