This knowledge base article provides detailed instructions on performing Bare Metal Recovery (BMR) using the Manual Download Method in BDRSuite. It includes steps for creating the recovery ISO, preparing the bootable media, initiating recovery, and finalizing the restoration process.
Download Windows AIK or Windows ADK.
AIK is used for Windows 7, 8.1, 2008, 2008 R2.
ADK is used for Windows 10, 2012 R2, 2016, 2019 and above.
Download the appropriate version (32-bit or 64-bit) of the BDRSuite Recovery CD.
Unzip the downloaded file.
Run RecoveryCDBuilder.exe
with Administrator privileges.
Read and accept the Service Provider License Agreement.
Ensure the AIK/ADK location is detected automatically.
Choose a location to save the ISO file.
Enable "Retain temporary files" if you require a UEFI-supported ISO.
Click Build to start the ISO creation.
Once complete, the ISO will be saved in the specified folder.
Note: This step is not required for BDRSuite version 7.0.3 and later.
Navigate to BDRSuite_RecoveryCD\Logs
.
Open SG_Recovery.txt
and note the temporary media path (e.g., C:\Users\ADMINI~1\AppData\Local\Temp\2\2024_05_02_16_49\Temp\media
).
Open Command Prompt.
Navigate to Oscdimg
tool location (part of ADK).
Run:
Oscdimg -bootdata:2#p0,e,bEtfsboot.com#pEF,e,bEfisys.bin -u1 -udfver102 <TempPath> <DestinationPath>
Example:
Oscdimg -bootdata:2#p0,e,bEtfsboot.com#pEF,e,bEfisys.bin -u1 -udfver102 C:\Temp\media F:\UEFI\recovery.iso
Use tools like Rufus or BalenaEtcher.
Select the ISO file and target USB/DVD.
Format and create the bootable media.
Plug in the USB or insert the DVD.
Enter BIOS/Boot Menu and select the recovery media.
Set IP configuration manually if DHCP is not available.
Provide Backup Server IP and port (default: 42005).
Enter credentials if prompted.
Select the machine and available recovery point.
Map source disks to target disks (ensure same or higher capacity).
All data on target disks will be erased.
Enable Driver Injection if needed and add .inf
files.
Click Proceed to begin the recovery.
Monitor progress; duration varies based on data size.
Remove recovery media.
Restart and verify successful OS boot.
Confirm drivers and partitions.
Reactivate licenses if required.
This guide helps you perform BMR efficiently using the manual download method, including ISO creation, recovery media preparation, and restoring the system from backup.