BSOD DRIVER_POWER_STATE_FAILURE 0x0000009f

socratesabroad

New member
Joined
Jul 1, 2015
Posts
2
Hello All,

I'm a on self-built desktop PC and have been suffering occasional BSODs
due to DRIVER_POWER_STATE_FAILURE for a reason I can't figure out.

PC specs: Intel Core i5-4460 3.20 GHz
8 GB RAM
OS: Win 8.1 (32-bit), latest OS updates

I'll apologize ahead of time, but Sysnative BSOD Dump didn't work
(I'm on a Japanese OS, maybe that's why), and perfmon & perfmon /report
returned an error, so I couldn't get an html output.

I tried Driver Reviver with no success.

WhoCrashed gives me this:

crash dump file: C:\WINDOWS\memory.dmp
This was probably caused by the following module: ntkrpamp.exe (nt!KeBugCheckEx+0x1C)
Bugcheck code: 0x7F (0x8, 0xFFFFFFFF8130B000, 0x0, 0x0)
Error: UNEXPECTED_KERNEL_MODE_TRAP

BlueScreenView gives me this:
BSV screenshot.JPG

The DM Log Collector Tool worked, and the resulting
(zipped) files are attached for reference.

I'd appreciate any help anyone can provide since I
can't for the life of me figure out why this BSOD is
occurring.

Thanks,

SocAbroad
 
Code:
0: kd> !devstack 87b32b48
  !DevObj   !DrvObj            !DevExt   ObjectName
  87bea948 Unable to load image \SystemRoot\System32\drivers\SiRemFil.sys, Win32 error 0n2
*** WARNING: Unable to verify timestamp for SiRemFil.sys
*** ERROR: Module load completed but symbols could not be loaded for SiRemFil.sys
Unable to load image \SystemRoot\system32\DRIVERS\fltsrv.sys, Win32 error 0n2
*** WARNING: Unable to verify timestamp for fltsrv.sys
*** ERROR: Module load completed but symbols could not be loaded for fltsrv.sys
 \Driver\SiRemFil   87beaa00  InfoMask field not found for _OBJECT_HEADER at 87bea930

  87beecb8  \Driver\partmgr    87beed70  InfoMask field not found for _OBJECT_HEADER at 87beeca0

  87beaaa0  \Driver\disk       87beab58  InfoMask field not found for _OBJECT_HEADER at 87beaa88

  87b399b0  \Driver\ACPI       8952d008  InfoMask field not found for _OBJECT_HEADER at 87b39998

  87b378b8  \Driver\ACPI       89534568  InfoMask field not found for _OBJECT_HEADER at 87b378a0

> 87b32b48  \Driver\iaStorA    87b32c00  Cannot read info offset from nt!ObpInfoMaskToOffset

!DevNode 87b3bb00 :
  DeviceInst is "SCSI\Disk&Ven_ATA&Prod_ST2000DM001-1ER1\4&435a24b&0&000000"
  ServiceName is "disk"

0: kd> !irp 87b030a8
Irp is active with 9 stacks 6 is current (= 0x87b031cc)
 No Mdl: No System Buffer: Thread 00000000:  Irp stack trace.  
     cmd  flg cl Device   File     Completion-Context
 [  0, 0]   0  0 00000000 00000000 00000000-00000000    

			Args: 00000000 00000000 00000000 00000000
 [  0, 0]   0  0 00000000 00000000 00000000-00000000    

			Args: 00000000 00000000 00000000 00000000
 [  0, 0]   0  0 00000000 00000000 00000000-00000000    

			Args: 00000000 00000000 00000000 00000000
 [  0, 0]   0  0 00000000 00000000 00000000-00000000    

			Args: 00000000 00000000 00000000 00000000
 [  0, 0]   0  0 00000000 00000000 00000000-00000000    

			Args: 00000000 00000000 00000000 00000000
>[ 16, 2]   0 e1 87b32b48 00000000 828421dd-87beada8 Success Error Cancel pending
	       \Driver\iaStorA	CLASSPNP!ClasspPowerUpCompletion
			Args: 00051100 00000001 00000001 00000002
 [ 16, 2]   0 e1 87beaaa0 00000000 8640317f-00000000 Success Error Cancel pending
	       \Driver\disk	partmgr!PmPowerCompletion
			Args: 00051100 00000001 00000001 00000002
 [ 16, 2]   0 e1 87beecb8 00000000 8155de02-87b03528 Success Error Cancel pending
	       \Driver\partmgr	nt!PopRequestCompletion
			Args: 00051100 00000001 00000001 00000002
 [  0, 0]   0  0 00000000 00000000 00000000-87b03528    

			Args: 00000000 00000000 00000000 00000000

It's your Silicon Image driver and Intel Rapid Storage technology driver, they're both crap...
You can remove IRST providing you don't use a RAID array, if you do, don't remove it and just remove Silicon.
Intel Rapid Storage is a bit more difficult to uninstall, do the following:

  1. To remove IRST you need to remove it on the Programs and Features
  2. Then go to Device Manager
  3. Expand IDE ATA/ATAPI controllers
  4. Then click uninstall on each one.
  5. Once removed reboot and it should've been removed
 
:wave:
Thank you, thank you, thank you.

I had a sneaking suspicion my RAID card might be the problem, so I
replaced it a few days ago but the BSODs continued.

It's your Silicon Image driver and Intel Rapid Storage technology driver, they're both crap...
You can remove IRST providing you don't use a RAID array, if you do, don't remove it and just remove Silicon.
Intel Rapid Storage is a bit more difficult to uninstall, do the following:

Sadly, I need the RAID card to attach additional drives, but I'm not using
the RAID function. I'm taking your advice and removing IRST this
very moment.

Again, cheers!

SocA
 
Yeah, since you're using a RAID card and its driver + IRST as a driver, some serious conflicts are occurring as far as the drivers properly handling power related IRPs go with RAID.
 

Has Sysnative Forums helped you? Please consider donating to help us support the site!

Back
Top