- Copy the boot files (bootmgr, BOOT folder, BCD will error out, that's OK, we'll address that later) from the current active partition to the partition you want to be active
- Reboot to the machine to the install disk
- When the computer boots into the install, choose to "repair windows"
- Click next then choose command prompt
- run bcdedit /export c:\BCD
- ren c:\boot\bcd bcd.old
- Bootrec /rebuildbcd
- Run Diskpart (select the disk then the partition that you want to be active) and mark the new partition as active using the ACTIVE command
Reboot and that's it.
0 comments:
Post a Comment