| Previous | Next |
| STATUS_ACPI_ALREADY_INITIALIZED | STATUS_ACPI_INVALID_MUTEX_LEVEL |
STATUS_ACPI_NOT_INITIALIZED
STATUS_ACPI_NOT_INITIALIZED means an operation reached an ACPI component that was not yet ready for the requested action. The primary diagnostic issue is ordering: identify the missing initialization phase, not just the operation that discovered the missing state.
This differs from an invalid table or AML evaluation result. The platform may have valid tables and methods, but the caller invoked a service before the namespace, handler, event machinery or other prerequisite state had been established.
A required ACPI initialization step had not completed
- Record the failing operation and the component whose initialization state was tested.
- Trace the prior boot, resume or device-add sequence to find the initialization action that did not run or did not finish.
- Compare with
STATUS_ACPI_ALREADY_INITIALIZED; together the two statuses describe opposite lifecycle ordering errors.
References
Looking for a different code? Search another status or error code.
