Bare Metal Disaster Recovery for Windows Vista Home: How To Restore On To An Existing Hard Disk
Posted on April 1st, 2008 by atomice
Firstly, if you do not have the Windows Vista Setup CD:
- First try pressing F8 when your computer is botting. If the Advanced Boot Options screen appears select Repair your Computer. Skip steps 1-5 below.
- If the Repair your Computer option is not shown or you cannot get to the Advanced Boot Options screen, visit this website: http://www.howtogeek.com/howto/windows-vista/how-to-make-a-windows-vista-repair-disk-if-you-dont-have-one/
- Boot from the Windows Vista Setup CD
- Wait for the Install Windows window to appear.
- Select your Language, Time and currency format, and Keyboard layout.
- Click the Next button.
- Do not click Install Now.
- Click Repair your Computer.
- Wait for the System Recovery Options window to appear.
- If asked: “Windows found problems with your computer’s startup options. Do you want to apply repairs and restart your computer?”, answer No.
- Click Next >.
- Click Command Prompt.
- Type
DIR C: - Check no files are listed.
- Do not proceed if any files are listed.
- Type
E: - Type
DIR /A. - Check this is your backup drive (if not try
D:,F:, etc.) - Type
robocopy /z /efsraw /copyall /dcopy:t /xj /r:0 /sl /e /tee /log:c:\restore.log \path\to\your\backup C:\, e.g.robocopy /z /efsraw /copyall /dcopy:t /xj /r:0 /sl /e /tee /log:c:\restore.log E:\Backup C:\ - Type
bootrec /fixmbr. - Type
bootrec /fixboot. - Type
bootrec /rebuildbcd. - Say Y to add the installation in
C:\Windowsto the boot list. Say N to any other installations. - Type
exit. - Click Restart.
Leave a Comment