The KERNEL_DATA_INPAGE_ERROR bug check has a value of 0x0000007A. This bug check indicates that the requested page of kernel data from the paging file could not be read into memory. http://msdn.microsoft.com/en-in/library/windows/hardware/ff559211(v=vs.85).aspx If you received a blue screen error, or stop code, the computer has shut down abruptly to protect itself from data loss. For information about how to recover from this error, see Resolving Blue Screen errors in Windows . KERNEL_DATA_INPAGE_ERROR Parameters The four parameters that are listed in the message can have three possible meanings. If the first parameter is 1 or 2, or 3 and the third parameter is 0, the parameters have the following definitions. Parameter Description 1 The lock type that was held (1, 2, or 3) 2 The error status (usually an I/O status code) 3 If Lock Type is 1: the current process If Lock Type is 2 or 3: 0 4 The virtual address that could not be ...