Bugcheck 0x1C8 MANUALLY_INITIATED_POWER_BUTTON_HOLD

The DRIVER_POWER_STATE_FAILURE bug check has a value of 0x0000009F. This bug check indicates that the driver is in an inconsistent or invalid power state.
Parameter 1 indicates the type of violation. Refer to the Microsoft Docs page for details.
To determine the device and driver at fault, run "!analyze -v" in the Debugging Tools for Windows. Once identified, try updating or rolling back the driver. Depending on the vendor, the driver is obtained from Windows Update or the OEM web site. If the issue persists with updated drivers, there may be an issue with the device.
the nt!TRIAGE_9F_POWER data are NOT part of public symbols. So at bugchecks with 0x4 as parameter 1 we normal users are lost
This helped me sooo much! Thank you! Lot of frustration until I watched this presentation, downloaded the WDK, ran the debug on the dump file and found my crash proble. Incorrect SATA driver. Forced the driver to update and now I have all AMD SATA controller's in the list. HOOORAAAAYYYYY!!!!