Restaurar mbr windows
1. Boot your computer to the Windows 7 DVD (or to a "Repair CD"). At this screen choose to install now.
2. Select your language and click next.
Click this bar to view the full image.
3. Click the button for "Use recovery tools".
Click this bar to view the full image.
4. Then select "Command Prompt".
5. When open, the command prompt will look like this:
Click this bar to view the full image.
6. The command we will use, bootsect.exe, is in a folder (named boot) on the DVD.
Click this bar to view the full image.
We need to know what drive letter has been assigned the DVD drive to access the folder.
Code:
Type: diskpart and press Enter Type: select disk 0 (zero) and press Enter type: list volume and press Enter
7. Use your DVD drive letter and
Click this bar to view the full image.
Code:
Type: exit and press Enter to close Diskpart Type: G: (use the letter of your DVD drive) and press Enter Type: cd boot and press Enter Type: dir and press Enter
8. To restore the "bootsector code":
Click this bar to view the full image.
Code:
TYPE: bootsect /nt60 SYS /mbr and press Enter
Click this bar to view the full image.
NOTE: If this method fails to restore the MBR, you can try the bootrec command as it is also a tool for repairing the MBR.9. When completed successfully,
Code:
Type: exit and press Enter
This will close the command prompt window.10. Now select Shut Down or Restart
11. Then you can reboot your computer into Windows.
Click this bar to view the full image.
fonte : source :
http://www.sevenforums.com/tutorials/20864-mbr-restore-windows-7-master-boot-record.html
0 Comentários:
Postar um comentário
Assinar Postar comentários [Atom]
<< Página inicial