Hi
I think INACCESSIBLE_BOOT_DEVICE blue screen usually means the injected drivers aren’t being staged correctly in the boot.wim. The trick is to mount the image with DISM, then add the drivers using /Add-Driver /ForceUnsigned if they’re not WHQL‑signed, and make sure you’re targeting the right index (WinPE vs Setup). After that, always run /Cleanup-Image /RestoreHealth to validate the component store before committing changes. If corruption has already crept in, it’s often faster to rebuild a fresh boot.wim from the ADK and re‑inject drivers one at a time, testing after each addition. Also double‑check that the drivers are WinPE‑compatible some full OS drivers don’t play nice in the pre‑boot environment. Once you’ve got a clean build, clients should boot without hitting that BSOD.
Feel free to reply if you need further information. If the information provided was helpful, please click "Accept Answer" to help others in the community. Thank you!