BOOTPROC_INITIALIZATION_FAILED
Boot processor startup failure
BOOTPROC_INITIALIZATION_FAILED is bug check code 0x0000006E. This bug check points at initialization of the processor that brings up the kernel. It is related to CPU topology, firmware, HAL, interrupt/timer setup, and multiprocessor startup state.
How to read it in a dump
- The boot processor differs from secondary processors that are brought online later.
- Firmware, hypervisor, CPU microcode, interrupt controller, and ACPI state are important evidence.
- This is lower-level than a driver service failing to start.
What to check
- Check firmware, CPU configuration, virtualization settings, and recent platform changes.
- Compare with CLOCK_WATCHDOG_TIMEOUT or HAL initialization failures if present.
- Capture boot debugging output on repeatable early-boot failures.
References
Looking for a different code? Search another status or error code.