Recovery Failure after Full System Restore

I’m a big believer of getting image-based backups of all computers, including desktops. Unfortunately, after a full-system restore, it seems that more often than not, the machine fails to boot.

A big blue screen comes up with an error code like 0xc0000001 or 0xc000000f. And invariably, the suggested automatic repair fails to resolve the problem.

Articles abound on how to proceed, most mentioning bcdedit. My experience today was as follows:

bcdedit /fixmbr – worked
bcdedit /fixboot – Access is Denied

bcdedit /RebuildBcd – 0 Windows installations found

Today, rather than follow the advice here to wipe out the and re-create the EFI partition (to resolve the Access Denied issue), I decided to poke around a bit with diskpart. I selected the boot disk (SEL DISK 0) and ran LIST VOL. I noticed that the letter C was assigned to a non-Windows partition (what should have been D) and that the Windows partition had no drive assigned.

I used diskpart to REMOVE the letter C from the wrong volume and to ASSIGN C to the Windows volume. After that, bcdedit /ScanOs did find a Windows installation on C, and bcdedit /RebuildBcd allowed me to add C:\Windows to the boot list. Once I did that and rebooted, Windows came up fine.

TL;DR

If you get into trouble with Windows Recovery, make sure that the Windows partition is assigned a drive letter! Usually that will be drive C. Then bootrec /rebuildbcd should be able to find the Windows installation:

Bootrec

Leave a Reply

Your email address will not be published. Required fields are marked *

Notify me of followup comments via e-mail. You can also subscribe without commenting.