Hi,
We have two bug checks:
DRIVER_POWER_STATE_FAILURE (9f)
This bug check indicates that the driver is in an inconsistent or invalid power state.
By default, the fault of the crashes is pci.sys which is NOT the true cause. If we run an !irp on the 4th parameter of the bug check, we get the following:
Code:
>[ 16, 2] 0 e1 fffffa8004705050 00000000 fffff802e239d0e0-fffffa800a59aae0 Success Error Cancel pending
*** WARNING: Unable to verify timestamp for iaStorA.sys
*** ERROR: Module load completed but symbols could not be loaded for iaStorA.sys
\Driver\iaStorA nt!PopRequestCompletion
iaStorA.sys is the Intel RST (Rapid Storage Technology) driver.
Update this driver ASAP via Asus -
ASUSTeK Computer Inc. -Support- Drivers and Download
INTERNAL_POWER_ERROR (a0)
This bug check indicates that the power policy manager experienced a fatal error.
1. Click "Start".
2. In the search box, type command prompt.
3. In the search list, right click on "Command prompt", then click "Run as administrator"
4. In the command prompt, type :
powercfg /hibernate /size <size%>
<size%> refers to the percentage of Hibernation files within the total physical memory. The default setting is 75%, You can use the command to increase it to 100.
Regards,
Patrick