NO_BOOT_DEVICE
Boot device selection failure
NO_BOOT_DEVICE is bug check code 0x00000053. This code belongs to early boot and storage initialization. It indicates that the kernel boot path could not find or use the device expected to contain the boot/system volume.
How to read it in a dump
- The important evidence is the boot phase: firmware, boot manager, OS loader, kernel storage initialization, or file-system mount.
- Check whether the disk is absent, the controller mode changed, the boot driver is missing, or the partition layout no longer matches the boot configuration.
- Distinguish it from later mount or file-system bug checks that happen after the kernel has already reached normal I/O initialization.
What to check
- Check UEFI/BIOS storage mode, NVMe/SATA/RAID drivers, virtual machine disk attachment, BCD entries, and recent imaging or partitioning changes.
- If a dump is available, inspect boot-start storage drivers and the device stack.
- On virtual machines, verify the disk controller type and boot disk mapping.
References
- Microsoft documentation
- Microsoft documentation
- Microsoft Bug Check Code Reference
- Crash dump files and WinDbg
Looking for a different code? Search another status or error code.