1
0
mirror of https://github.com/mbirth/wiki.git synced 2024-09-20 06:33:24 +01:00
wiki.mbirth.de/know-how/software/windows/_posts/2010-07-13-restore-win7-mbr.md

30 lines
1.2 KiB
Markdown
Raw Normal View History

---
title: Restore Windows 7 MBR
layout: default
created: 2010-07-13 23:29:17 +0200
updated: 2010-07-13 23:29:17 +0200
toc: false
tags:
- know-how
- software
- windows
---
If you installed *Windows XP* **after** *Windows 7*, you're left with the XP-MBR on your drive and thus only XP is
booting.
If you happen to have hardware, which produces the [Code 5](http://www.unawave.de/windows-7-tipps/code5-error.html?lang=EN)
error upon trying to boot from the Win7-DVD, you can do the following to restore the Win7-MBR from within XP:
1. boot into XP and insert the Win7-DVD
1. open a *Command Prompt*
1. navigate to the `?:\boot\` directory of the Win7-DVD (with `?` being the letter of your DVD drive)
1. run the following command: (with `C:` being the drive where *Windows 7* is installed)
bootsect.exe /nt60 C: /mbr
1. reboot and use [EasyBCD](http://neosmart.net/software.php) to add *Windows XP* to the Win7-Bootloader
<p><div class="notetip" markdown="1">
On [unawave.de](http://www.unawave.de/windows-7-tipps/code5-error.html?lang=EN) you'll find instructions on how to
create a Win7-DVD with the Vista-Bootloader so that you don't get the `Code 5` anymore.
</div></p>