More Modern Standby woes…
My laptop is rebooting itself during standby while plugged in. It doesn’t occur when unplugged. If I leave the laptop in standby unattended, it will reboot, then go to sleep according to my power plan settings, then reboot again and continue the cycle indefinitely. In the below example it occurs 20 minutes after sleep:
Screenshot:
Event Viewer log: reboot.evtx - Google Drive
Reboot EventData:
BugcheckCode 160
BugcheckParameter1 0x613
BugcheckParameter2 0xffffb18ad1cac010
BugcheckParameter3 0x0
BugcheckParameter4 0x1
SleepInProgress 0
PowerButtonTimestamp 0
BootAppStatus 0
Checkpoint 0
ConnectedStandbyInProgress true
SystemSleepTransitionsToOn 0
CsEntryScenarioInstanceId 0
BugcheckInfoFromEFI false
CheckpointStatus 0
CsEntryScenarioInstanceIdV2 0
LongPowerButtonPressDetected false
BugcheckCode=160, BugcheckParameter1=0x613
is described here:
Parameter 1 | Parameter 2 | Parameter 3 | Parameter 4 | Cause |
---|---|---|---|---|
0x613 | POP_FX_DEVICE | Component index | Operation 0: Complete device power not required 1: Report device powered on 2: Complete idle condition | A driver has attempted to complete a request when no such outstanding request is pending. |
The two Power events immediately following the Critical
reboot are Active battery count change
. First one:
ValidBatteryCount 0
ErrorBatteryCount 0
AbandonedBatteryCount 0
And second one:
ValidBatteryCount 1
ErrorBatteryCount 0
AbandonedBatteryCount 0
I’m on a standard Windows 10 setup and have the Framework driver bundle installed with the Realtek audio drivers replaced with the Windows audio drivers (from debugging a standby battery drain issue.)