How to Repair a Non‑Booting Cloned Drive with Bootrec (fixmbr/rebuildbcd)
- Home
- Support
- Tips Data Backup
- How to Repair a Non‑Booting Cloned Drive with Bootrec (fixmbr/rebuildbcd)
Summary
This comprehensive technical guide outlines the procedures to use bootrec fixmbr rebuildbcd on cloned drive systems to resolve post-migration boot failures. The documentation covers command-line execution within the Windows Recovery Environment, partition diagnostics, and alternative solutions for UEFI architectures.


| Observed Symptom | Most Likely Underlying Cause |
|---|---|
“Bootmgr is missing” or black screen with blinking underscore | Corrupted or missing MBR on Legacy BIOS system; missing active partition flag; EFI system partition damage on UEFI |
“Inaccessible Boot Device” (0x7B) | Mismatched storage controller driver (e.g., NVMe vs. AHCI); incorrect BCD device entries; missing Intel RST/VMD driver |
Automatic repair loop that fails to fix anything | Corrupted BCD store; System Reserved partition written with wrong attributes; missing Windows Boot Manager entry |
Dual‑boot menu missing | BCD store either blank or overwritten during clone; cloned drive not recognized as a bootable volume |
Windows logo appears briefly then reboots | Driver signature incompatibility; wrong boot mode (Legacy vs. UEFI) selected in firmware; bootrec /fixboot used incorrectly on GPT |

- Fixes low-level boot structures directly.
- No third-party software required.
Disadvantages:
- Requires command-line familiarity.
- May fail on UEFI systems without workarounds.



bootrec /fixmbr
bootrec /fixboot
Handling ‘Access Denied’ When Running /fixboot (UEFI Workaround)

diskpart
list volume
select volume 2
assign letter=S
exit

bootrec /fixmbr
bootrec /fixboot
- Rebuilds the critical BCD store from scratch.
- Highly effective for UEFI and GPT partitions.
Disadvantages:
- Can overwrite custom dual-boot configurations.
- Requires precise drive letter mapping in WinRE.
bootrec /rebuildbcd

| /rebuildbcd Result | Next Action |
|---|---|
“Total identified Windows installations: 1” | Add the installation; restart and test boot |
“Total identified Windows installations: 0” | Rename the BCD folder and rebuild, or skip directly to bcdboot |
assign letter=S
attrib S:\Boot\BCD -h -r -s
ren S:\Boot\BCD BCD.old
bootrec /rebuildbcd
bcdboot C:\Windows /s S: /f UEFI
| Check | Pass/Fail Indicator |
|---|---|
Windows loads to login screen without errors | Pass if desktop appears; fail if boot loops or Stop errors recur |
No “Preparing Automatic Repair” on first boot | Pass if startup is normal; fail if repair prompt appears |
Drive letters in File Explorer match original configuration | Pass if C: is Windows; fail if system disk shows a different letter |
Disk Management shows a healthy EFI/System Reserved partition | Pass if partitions look correct; fail if missing or RAW |


Automatic 4K alignment Improves SSD performance during system migration.
Support GPT and MBR Automatically adapt to the suitable partition format.
Support NTFS and FAT32 Redeploy various files in different file systems.
Back up quickly Back up files at up to 3,000MB/min.
Overall backup schedule Support system redeployment/system backup/partition backup/disk backup/disk clone.
Automatic 4K alignment Improve SSD performance
Support GPT and MBR Intelligently adapt to a partition format
Support NTFS and FAT32 Redeploy files in different file systems
Does bootrec /fixmbr work on UEFI systems?
Can I run bootrec commands from within Windows instead of WinRE?
Will running bootrec or bcdboot delete my personal files?

Automatic 4K alignment Improves SSD performance during system migration.
Support GPT and MBR Automatically adapt to the suitable partition format.
Support NTFS and FAT32 Redeploy various files in different file systems.
Back up quickly Back up files at up to 3,000MB/min.
Overall backup schedule Support system redeployment/system backup/partition backup/disk backup/disk clone.
Automatic 4K alignment Improve SSD performance
Support GPT and MBR Intelligently adapt to a partition format
Support NTFS and FAT32 Redeploy files in different file systems
Relate Links :
Clone USB Drive to SSD for Bootable Media: MBR vs Superfloppy Considerations
19-02-2026
Amanda J. Brook : Scope covers how to clone usb drive to ssd using Renee Becca, Windows utilities, and Linux tools such...
How to Install Windows 10/11 Without Losing Data on Other Drives: A Complete Guide
30-10-2025
Amanda J. Brook : Learn how to install Windows 10/11 without losing data on other drives. This authoritative guide covers essential tips...
Cloned SSD Won't Boot? Discover the Fixes
21-08-2024
Ashley S. Miller : If your cloned SSD won't boot, don't worry. This guide covers common issues like improper installation and incorrect...
Effortlessly Clone Your Boot Drive in Windows: A Step-by-Step Guide
01-08-2024
Amanda J. Brook : Discover how to effortlessly clone your boot drive in various Windows versions with our detailed guide. Learn to...





User Comments
Leave a Comment