0x0000007A: KERNEL_DATA_INPAGE_ERROR
A page of kernel data was not found in the pagefile and could not be read into memory. This might be due to incompatible disk or controller drivers, firmware, or hardware.
Connecting a hard disk drive in slave only mode leads to system halt during resume from standby
BIOS manufacturers should not clear the IDE Decode Enable bit in the _STM ACPI method
so mostlikely it is a failing drive, or a failing IDE controller, or damaged drivers...
update the drivers for the IDE controller (usually chipset drivers)...
check the drives jumpering, ie. if it is set to MASTER or SLAVE and set it to MASTER (on the primary channel)...
run from a DOS Command window: CHKDSK /F
and afterwards: SFC /SCANNOW
the first checks your C:\ drive (where WINDOWS usually is installed, otherwise insert X: between the CHKDSK and the /F, like CHKDSK X: /F... where the X is the drive letter that windows is installed on)
the second will check your systemfiles for corruption... have the windows cd ready at hand...
also you may try to remove the PAGEFILE from drive C to another partition or drive, and disable it on C...
Ben
"If it works don't fix it! If it doesn't use a sledgehammer..."