0% found this document useful (0 votes)
34 views1 page

Fix BCD

The document provides steps to fix a Windows 7 installation by backing up the working disk, restoring it to a new disk, copying system files, backing up the BCD file, copying it to the new disk, and modifying BCD entries to boot from the new disk location.

Uploaded by

CakiStojan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
34 views1 page

Fix BCD

The document provides steps to fix a Windows 7 installation by backing up the working disk, restoring it to a new disk, copying system files, backing up the BCD file, copying it to the new disk, and modifying BCD entries to boot from the new disk location.

Uploaded by

CakiStojan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

Fix

1- Backup the working disk with clonezilla, acronis or similar tool.


2- Restore to the desired disk, with only the windows 7 partition
- make sure the partition restored to is primary and active.
3- Boot with the working disk, leaving the new disk accessible.
4- Copy the system/boot files.
- Copy bootmgr to the new disk.
- copy the boot directory to the new disk, ignore files that cannot be copied.
(BCD and .log files)

5- backup the bcd from the working disk using bcdedit


- open cmd.exe with admin privileges.
- bcdedit /export c:\backupdir\bcd
- copy the backed up files including the .log to the new disk, boot directory
(c:\boot for example). Overwrite.
- you now have a bcd, but with potentially invalid data.
- OPTION, you can probably rebuild the bcd from scratch using the windows 7 dvd,
repair option, then modify as required? Untried.

6- Boot with the new disk.


- startup with the windows 7 dvd, repair.
- do not repair anything.
- open the command prompt
- do bcdedit /enum all /v to view all entries.
- any entries that have device (or similar entries) and that value = unknown needs
to be changed.
- do bcdedit /set {id of entry as per listing} device partition=c: (this can be
device, osdevice etc). C: can be whatever is appropriate.

7 SYstem is now bootable. SUccessful.

You might also like