| Previous | Next |
| STATUS_VOLMGR_INCOMPLETE_DISK_MIGRATION | STATUS_BCD_NOT_ALL_ENTRIES_SYNCHRONIZED |
STATUS_BCD_NOT_ALL_ENTRIES_IMPORTED
The Boot Configuration Data store was only partially imported
BCD stores contain typed objects and elements for Windows Boot Manager, loaders, recovery tools, and firmware-facing entries. Partial import means some objects or elements were rejected, unavailable, or incompatible even though other data was accepted.
Do not assume the resulting store is bootable merely because the import command returned a store. Enumerate all objects, compare identifiers and device paths with the source, and verify the default loader, recovery sequence, and boot-manager display order.
What to inspect
- Save the original store before attempting another import or rebuild.
- Run bcdedit /enum all against both source and destination stores.
- Check missing object GUIDs, device elements, and inherited settings.
- Use BCDBoot to recreate standard boot files when repair is safer than merging.
References
- Microsoft Learn: BCD System Store Settings for UEFI
- Microsoft Learn: BCDBoot command-line options
- Microsoft Open Specifications: NTSTATUS values
- Microsoft Windows SDK metadata: ntstatus.h
Looking for a different code? Search another status or error code.