Question Persistent BSOD ?

Jun 27, 2025
3
0
10
Hi !

I get semi constant BSOD. Problem is "repairing windows" or resetting this PC" also end in BSOD and a usb key with an iso never booted (I don't even know why, not related).

I have a minidump, as far as I can tell all the others look the same. Analysis does not direct me to some faulty device, so I have no idea whatsoever does that. Some driver possibly, but I can't find it despite searching on google with names found in windbg.

https://drive.google.com/file/d/1Wbm29_9n2hrosZPkotr7DfeW9lJqZjAD/view?usp=drive_link


Any help would be much appreciated.

PC is new, but I kept the drive from before (probably a source of the problem, but as I can't reset the PC I'm kinda stuck).

PC Specs
Mobo: MSI B850 Tomahawk
CPU: Ryzen 9800X3D
GPU: 5070 Ti
RAM: 64GB DDR5

I have NVMe SSD

And I unplugged a SATA SSD (as BIOS would not really detect it) but it changed nothing.


Pretty please ?
 
https://www.msi.com/Motherboard/MAG-B850-TOMAHAWK-MAX-WIFI/support#driver
make sure you have installed the chipset drivers and the sata/raid drivers.
raid driver release on 2025-03-05

------------
bugcheck 0x9f
DRIVER_POWER_STATE_FAILURE (9f)

irp blocked too long:
device was
storport!RaidAdapterPowerDownDeviceCompletion

system was running for 7 minutes.

machineid:
BiosVersion = 2.A30
BiosReleaseDate = 04/29/2025
BaseBoardManufacturer = Micro-Star International Co., Ltd.
BaseBoardProduct = MAG B850 TOMAHAWK MAX WIFI (MS-7E62)
BaseBoardVersion = 2.0

: kd> !sysinfo cpuinfo
[CPU Information]
~MHz = REG_DWORD 4700
Identifier = REG_SZ AMD64 Family 26 Model 68 Stepping 0
ProcessorNameString = REG_SZ AMD Ryzen 7 9800X3D 8-Core Processor
Update Status = REG_DWORD 6
VendorIdentifier = REG_SZ AuthenticAMD
 
Last edited:
https://www.msi.com/Motherboard/MAG-B850-TOMAHAWK-MAX-WIFI/support#driver
make sure you have installed the chipset drivers and the sata/raid drivers.
raid driver release on 2025-03-05

------------
bugcheck 0x9f
DRIVER_POWER_STATE_FAILURE (9f)

irp blocked too long:
device was
storport!RaidAdapterPowerDownDeviceCompletion

system was running for 7 minutes.

machineid:
BiosVersion = 2.A30
BiosReleaseDate = 04/29/2025
BaseBoardManufacturer = Micro-Star International Co., Ltd.
BaseBoardProduct = MAG B850 TOMAHAWK MAX WIFI (MS-7E62)
BaseBoardVersion = 2.0

: kd> !sysinfo cpuinfo
[CPU Information]
~MHz = REG_DWORD 4700
Identifier = REG_SZ AMD64 Family 26 Model 68 Stepping 0
ProcessorNameString = REG_SZ AMD Ryzen 7 9800X3D 8-Core Processor
Update Status = REG_DWORD 6
VendorIdentifier = REG_SZ AuthenticAMD
Stupid question : should I install the sata/raid drivers if I never intend to use RAID ?

By the way, I reinstalled Windows and installed the chipset drivers as you advised : thanks !
 
Stupid question : should I install the sata/raid drivers if I never intend to use RAID ?

By the way, I reinstalled Windows and installed the chipset drivers as you advised : thanks !
if windows detects the raid hardware then plug and play will try to install a driver for it. Best to go into bios and make sure the raid hardware is disabled, then it will not be detected and will not need a driver. I suspect is not being used but still turned on in bios, if you can not disable it in bios then install the driver. the bug would indicate that it is connected to the PCI bus and windows is trying to put it to sleep and did not get a response. (wrong or no driver installed)
note: the raid hardware does not have to be in raid mode, so you could still be using the hardware.