| Previous | Next |
| STATUS_HIBERNATED | STATUS_FIRMWARE_UPDATED |
STATUS_RESUME_HIBERNATION
The system is resuming from S4
Resume from hibernation differs from a normal boot because memory, kernel and device context are reconstructed from the saved image before ordinary execution continues. Drivers must restore hardware state that was lost across power removal and reconcile devices whose presence or configuration changed while the system was off.
A failure after this status should be investigated as a resume path, not only as startup. Compare the hibernated hardware topology with the current one, inspect device power transitions to D0, and identify the earliest driver or firmware component that fails before user sessions are restored.
What to inspect
- Collect boot and Kernel-Power traces that include the resume phase.
- Check device arrival, removal and firmware changes that occurred while hibernated.
- Inspect driver power callbacks and D3-to-D0 restoration rather than only DriverEntry.
References
- Microsoft: System sleeping states
- Microsoft: Device power states
- Microsoft: Kernel-mode power manager
- Microsoft Open Specifications: NTSTATUS values
- ReactOS source: kernel power manager
Looking for a different code? Search another status or error code.
