Optimus IV - Blue screen issues - HELP

Kyzer

Member
For the last 2 weeks around 4 times in total, the computer has crashed and then turns to the blue screen with the line

KERNEL_DATA_INPAGE_ERROR

i cant even specify why this is happening as each time i have been doing something different.

i am quite confused as i am no so tech savvy when it comes to windows. This seems to be quite a substantial error and i lose anything i had been doing on the computer previous.

does anyone have an idea of what has gone wrong or how to fix it?

Any help would be appreciated as i am quite concerned now :(

I have also emailed pc specialist but thought i would post it here as well.

Thanks.
 

Keithg

Enthusiast
From the microsoft support page:

The error code KERNEL_DATA_INPAGE_ERROR STOP: 0x0000007A states that the requested page of kernel data from the paging file could not be read into memory. It appears that there are some issues with the hard disk.

Use check disk command for any errors on hard disk -

Warning: Microsoft does not recommend interrupting the CHKDSK process. Microsoft does not guarantee the integrity of the disk if the CHKDSK program is interrupted. For safety you can back up your data before using the check disk command.

Use the check disk commands as follows:
1. Click Start.
2. In search window type 'cmd' and ENTER. Right click and select 'Run as administrator'.
3. Type at the command prompt CHKDSK /P and press ENTER to scan the disk.
4. Then type CHKDSK C: /F /R and press ENTER to repair corrupt sectors, if there are any.

NOTE: The root drive has to be C: and the command may schedule a task at the system startup, if it does, then press Y to schedule a task and restart the computer to perform chkdsk.
Once chkdsk completes, boot to the desktop and then check.

You may refer to the below mentioned link for more details -
http://msdn.microsoft.com/en-us/library/ms793989.aspx

______

So it seems to be some sort of HDD problem. Try the check disk and see how it works.
 
Top