Hacking the restore
If your original machine is really toast, you can use ASR to restore
to a different machine. However, to do this, you must ensure
that the hardware on your new system is identical to your
original (toasted) system, with the exception of the video
card, network card, and hard disks, which can be different
brands or types. Concerning hard disks, however, make sure the
number of hard drives in your new system is equal to or
greater than the number of hard drives on the old system, and
also make sure that the storage capacity of each drive is the
same or larger than drives on your old system.
If you're using ASR to restore a failed server to another
system with hardware that does differ significantly from the
old one, there's a workaround: you can hack theasr.sif
file to make the ASR restore process install additional device
drivers (or any other kinds of files) that might be needed by
the text-mode setup process to install Windows successfully
and complete the recovery.
The asr.sif file is a text file
with different sections, identified by brackets:
[VERSION]
Signature="$Windows NT$"
ASR-Version="1.0"
[SYSTEMS]
1="SRV230","x86","5.2","C:\WINDOWS",1,0x00020112,"360 0 -60 0-10-0-5 2:00:00.0 0-4-0-1
2:00:00.0","Central Standard Time","Central Daylight Time"
[BUSES]
1=1,3
[DISKS.MBR]
1=1,1,1,0xdbe3dbe3,512,63,255,16514064
By adding an additional [InstallFiles] section, you can specify
additional files that need to be copied to the machine during
text-mode setup. For example, adding the following section
will cause the driver file MyDriver.systo be copied from the root
of the floppy disk that has the volume label My
Drivers to the%SystemRoot%\System32\Drivers folder on
the machine:
[InstallFiles]
1=1,"My Drivers","Floppy","%SystemRoot%\System32\Drivers\MyDriver.sys","My Company Name",
0x00000001
During text-mode setup, a prompt will ask you to insert the
floppy disk that has the driver file for My Company Name, and the 0x00000001
flag indicates that this prompt will always appear. Other
flags can also be used, including0x00000006, which indicates that ASR
recovery can't proceed unless you load the specified driver
file; 0x00000010, which indicates
that any existing copy of MyDriver.sys should be overwritten by
the new file; and 0x00000020, which
prompts before overwriting an existing version of the
file.
Using this hack, you can customize the ASR restore process
to make it successful, even if there are some hardware
differences between the original machine and the new
one.
Under normal usage floppy is detected,
Any suggestion thanks