What does BSOD 110 (BOOTPROC_INITIALIZATION_FAILED) mean?

 
Could be also:
ConstantTypeOS
ERROR_OPEN_FAILEDWin32 errorWindows
ETIMEDOUTerrnoLinux
EHOSTUNREACHerrnoWindows
SESSION2_INITIALIZATION_FAILEDBugCheck CodeWindows

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.