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
- Boot-start driver distribution disk
- Microsoft Bug Check Code Reference
- Analyze a kernel-mode dump with WinDbg
Looking for a different code? Search another status or error code.