I would also remove this driver:
\SystemRoot\system32\pwdrvio.sys Mon Jun 15 18:43:45 2009
old partition wizard driver.
you can run a uninstaller or download and run microsoft autoruns64.exe and delete the entry.
https://learn.microsoft.com/en-us/sysinternals/downloads/autoruns
note: you also have some other rarely used drivers installed:
like
HttpDebuggerSdk.sys Fri Mar 30 05:53:50 2018
(just fyi)
----------
looks like the system is waiting for access to a resource that is being used by
mrcbt.sys Mon Sep 2 02:05:35 2024
(macrium driver to monitor file system)
I wonder what this driver could be for:
\SystemRoot\System32\drivers\CLFCL5.21\000.fcl Wed May 18 22:25:38 2016
(old date and strange name 000.fcl)
looks like it is related to powerdvd software
bugcheck shows a corrupted stack with a error code in it:
the error was
0: kd> !error 0xc00000bb
Error code: (NTSTATUS) 0xc00000bb (3221225659) - The request is not supported.
it might be a case where a device went to sleep and could not wake. ( set the system to high performance and reboot to work around the problem until you get a fix)
------------
3rd party defrag software running.
device driver failing install.
you might want to start cmd.exe as an admin then run
net.exe /stop "plug and play"
then go and uninstall the 3rd party defrag software and what ever software plug and play was failing to install.
I would then go into windows device manager, find the option to show hidden devices, enable it then delete any greyed out entries in the list.
if you change the memory dump to kernel, I can read what windows plug and play was failing to install. (if you provide the kernel dump)
most likely a old driver, plug and play detects the device, attempt to install the driver and fails, times out and detects it again 4 minutes later and tries again. This often happens if some software tries to use the driver while it is being updated. code it run on different cores (the installer on one core, and the process that attempts to use the device on another core)
You might guess that it is the defrag software and stop it so that the install/update will complete. USB devices will install the driver on each USB port the device is connected to.
note: run
net.exe start "plug and play"
after you do the cleanup or stop the defrag program.
(or you can just reboot)
machine info:
0: kd> !sysinfo machineid
Machine ID Information [From Smbios 2.8, DMIVersion 0, Size=2599]
BiosMajorRelease = 5
BiosMinorRelease = 17
BiosVendor = American Megatrends International, LLC.
BiosVersion = 3.B0
BiosReleaseDate = 05/12/2021
SystemManufacturer = Micro-Star International Co., Ltd
SystemProductName = MS-7C02
SystemFamily = To be filled by O.E.M.
SystemVersion = 1.0
SystemSKU = To be filled by O.E.M.
BaseBoardManufacturer = Micro-Star International Co., Ltd
BaseBoardProduct = B450 TOMAHAWK MAX (MS-7C02)
BaseBoardVersion = 1.0
0: kd> !sysinfo cpuinfo
[CPU Information]
~MHz = REG_DWORD 3600
Component Information = REG_BINARY 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
Configuration Data = REG_FULL_RESOURCE_DESCRIPTOR ff,ff,ff,ff,ff,ff,ff,ff,0,0,0,0,0,0,0,0
Identifier = REG_SZ AMD64 Family 23 Model 113 Stepping 0
ProcessorNameString = REG_SZ AMD Ryzen 5 3600 6-Core Processor
Update Status = REG_DWORD 1
VendorIdentifier = REG_SZ AuthenticAMD
0: kd> !sysinfo cpumicrocode
Initial Microcode Version: 00000000:08701021
Cached Microcode Version: 00000000:00000000
Processor Family: 17
Processor Model: 71
Processor Stepping: 00
Note: Cached Microcode Version is not detected!