What does BSOD 151 (BOUND_IMAGE_UNSUPPORTED) mean?

 
Could be also:
ConstantTypeOS
ERROR_INVALID_EVENT_COUNTWin32 errorWindows
ESTALEerrnoSolaris

BOUND_IMAGE_UNSUPPORTED

Unsupported bound image during load

BOUND_IMAGE_UNSUPPORTED is bug check code 0x00000097. Bound images store precomputed import binding information. This bug check indicates the loader found a bound-image state that was not acceptable for the current kernel load path.

How to read it in a dump

  • Identify which image was being loaded and whether it is a boot-start driver or kernel component.
  • Image signing, timestamp, import binding, and architecture mismatch are relevant evidence.
  • Do not treat it as a simple missing DLL without confirming loader status.

What to check

  • Verify driver version, architecture, signature, and recent updates.
  • Check for stale or patched kernel drivers.
  • Rebuild or replace the suspect driver instead of editing binding data manually.

References


Looking for a different code? Search another status or error code.