A step by step guide for creating BDRSuite Recovery CD for Bare-Metal Recovery in BDRCloud
This knowledge base article outlines the step-by-step process of creating a BDRSuite Recovery CD for conducting Bare-Metal Recovery (BMR). It covers the installation of Windows AIK/ADK, downloading the BDRSuite Recovery CD, and creating the BDRSuite Recovery ISO file, including steps for creating a UEFI ISO.
Step 1: Installation of Windows AIK/ADK and BDRSuite Recovery CD Builder
1.1 Download and Install Windows AIK/ADK:
- Download Windows AIK
- Download Windows ADK
Note: AIK supports Windows 7, 8.1, 2008, 2008 R2. ADK supports Windows 10, 2012 R2, 2016, and up to 2019.
1.2 Download BDRSuite Recovery CD:
- Download the BDRSuite Recovery CD
Note: Choose the appropriate version (32-bit or 64-bit) based on your requirements. 1.3 Run RecoveryCDBuilder
- Unzip the downloaded BDRSuite Recovery CD file.
- Run RecoveryCDBuilder with administrator privileges.
Step 2: Creation of BDRSuite Recovery ISO file
2.1 Read and Agree to License Agreement:
- Upon running RecoveryCDBuilder, read the Service Provider License Agreement carefully and click Agree.
Note: When you have RAID and additional drivers to be set up in the machine to be recovered, such drivers can be bundled with BDRSuite Recovery CD using the 'Additional Driver' option
2.2 Configuration in BDR Recovery CD Builder:- The AIK/ADK location will be auto-filled in the window.
- Choose the target location to store the ISO file.
- Select the "Retain temporary files" option if you need a UEFI supported ISO.
- Click "Build" to initiate ISO file creation and monitor progress in the status bar.
- Upon completion, the ISO file will be available in the specified target location.
Step 3: Creation of UEFI Supported ISO (Optional)
3.1 Navigate to Logs Folder:
- Navigate to the BDRSuite_RecoveryCD\Logs folder from the downloaded and unzipped files.
3.2 Retrieve Temporary File Location:
- Open the SG_Recovery text file with a text editor.
- Note the temp file location, you can find the temp file location on the logs.
Example: Windows Tempfolder C:\Users\ADMINI~1\AppData\Local\Temp\2\2024_05_02_19_24
- Navigate to the folder and copy the path.
Example: "C:\Users\ADMINI~1\AppData\Local\Temp\2\2024_05_02_16_49\Temp\media"
3.3 Open Command Prompt:
- Open a command prompt and navigate to the specified temp file location.
C:\Program Files (x86)\Windows Kits\10\Assessment and Deployment Kit\Deployment Tools\amd64\Oscdimg>
3.4 Run Command to Create UEFI ISO:
- Execute the following command:
Oscdimg -bootdata:2#p0,e,bEtfsboot.com#pEF,e,bEfisys.bin -u1 -udfver102 <Temp files location path> <Path to create the UEFI ISO>
Example:
Oscdimg -bootdata:2#p0,e,bEtfsboot.com#pEF,e,bEfisys.bin -u1 -udfver102 C:\Users\Username\AppData\Local\Temp\TempFolder\media F:\backup3\UEFI\bdrsuite-recovery-cd.iso
- The UEFI ISO will be created in the provided location.
This comprehensive guide enables users to effectively create a BDRSuite Recovery CD for conducting Bare-Metal Recovery, including the optional creation of a UEFI supported ISO.