1. Boot your computer to the Windows 7 DVD
2. Select your language and click next.
3. Click the button for “Use recovery tools”.
4. Then select “Command Prompt”.
5. When command window shows:
a. set partition as active:
diskpart
list disk
sel disk 0 (if disk 0 is your boot disk)
*disk may be read-only so:
attributes disk clear readonly
list vol
sel vol 2 (if your partition is 2 on list)
active
exit
b. fix mbr
bootrec /fixmbr
bootrec /fix boot
bootrec /rebuildbcd
* if "the system cannot find the path specified" message show:
bcdboot C:\windows (if C is your windows partition)
if error:
switch to instalation CD:
cd D:\boot
d:\
bootsect /nt60 SYS /mbr
exit
restart
Brak komentarzy:
Prześlij komentarz