Building Recovery CD
Overview
Note:To Restore 4.0 and 4.1 BMR Backups please use 4.0 Recovery CD. To view 4.0 documentaion click here.
Building Recovery CD is simple process. If you don't have Windows AIK ,You should download and install it as explained below.
User have to do download the Recovery CD builder files from website and build the recovery ISO using that. We couldn't build and distribute the ISO directly as Microsoft license restricts it.
Prerequisites
To build Recovery CD following are needed,
-
Windows Automation Kit
You can download the Windows Automated Installation Kit (Windows AIK) from microsoft website
http://www.microsoft.com/download/en/details.aspx?id=5753.
Filename : KB3AIK_EN.iso (1.7GB)
Write the downloaded ISO into a DVD and install the AIK using created DVD(Note:Latest Windows AIK won't install on xp and below OSs)
-
Recovery CD Builder
- Click here to download Recovery CD Builder.
- Extract the downloaded zip file.
Build Process
Open extracted builder files location and run Recovery CD Builder.exe.
Browse and select a location which have minimum 256MB space for TargetLocation.
This step is optional.
Recovery CD is based on Windows 7 . It have inbuild drivers for most commonly used devices.
But if you are going to restore to a machine with devices which haven't supported by windows bydefault, then you have to put the all driver files for those devices in a folder and specify that path in Addtional Driver.
- If you are going to create Recovery USB select the 'Retain Temp Files' checkbox.
Click the Build to start the build process.
- It will start the build and the create ISO file
ISO Usage
- You can write it in a CD/DVD
or
- You can write it into USB Flash drive
Use the following method to prepare the BMR Recovery USB
- From a running Windows Vista\Win 7\Win 2008(Oss below vista are not supporting UFD partition) operating system or Windows PE session, insert your UFD device.
- At a command prompt, use Diskpart to format the device as FAT32 spanning the entire device, and set the partition as active. For example,
diskpart
list disk
select disk DISK_INDEX
clean
create partition primary size=SIZE_OF_THE_DEVICE
select partition 1
active
format fs=fat32
assign
exit
DISK_INDEX is the index number you get from previous command
SIZE_OF_THE_DEVICE is the size you allocate for the Recovery Partition.It should be atleast 256MB
- Copy all the content in the \ISO directory(Located in the system temp folder) onto your UFD device. You can manually copy or use the xcopy command. For example,
xcopy D:\BmrRecoveryISO\winpe_iso\iso\*.* /s /e /f f:\
where 'f:' is the letter of your UFD device.
For more info please, check the Microsoft help document
|