Bare Metal Disaster Recovery for Windows Vista Home: How To Restore On To Bare Metal
Posted on April 1st, 2008 by atomice
How to restore your system onto a new hard disk (in the event your old one dies).
Firstly, if you do not have the Windows Vista Setup CD 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.
- Click Next >.
- Click Command Prompt.
- Type
DISKPART. - Enter these commands:
SELECT DISK 0
DETAIL DISK 0 - If any volumes are listed remember which drive letters appear in the Ltr column (if any).
- Type
EXIT. - For each driver letter that appeared in the
Ltrcolumn (if any) in step 15 typeDIR C:,DIR D:, etc. - Check that no files are listed or that the files are on a hard disk you intend to overwrite.
- Do not proceed if the files are on a hard disk you do not wish to overwrite or they are files you do not recognise.
- Type
DISKPART. - Enter these commands:
SELECT DISK 0(Note this step may fail – that’s OK)
CLEAN
CREATE PARTITION PRIMARY
SELECT PARTITION 1
ACTIVE
ASSIGN LETTER=C:
FORMAT RECOMMENDED QUICK
TypeEXIT.
TypeEXIT. - Click Restart.
- 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