Prepare a Bootable Media
Before you run the process to create the BMR ISO image, prepare a CD/DVD or a USB stick. The CD/DVD or USB can be then used as a bootable or startup disk.
For CD/DVD
Make sure that you have a blank CD/DVD.
For USB Stick
To create a bootable USB BMR stick, the stick must be made active to enable it to boot a system. You can use the DiskPart command to make the stick active.
Follow these steps:
- Open a command prompt.
- Type Diskpart and press Enter.
- Type List Disk and press Enter.
- Select the USB disk by typing Select Disk <n> ("n" is the disk number for the USB disk), and press Enter.
- Type Clean and press Enter.
- The system displays "DiskPart succeeded in cleaning the disk."
- Type create partition primary and press Enter.
- Type select partition 1 and press Enter.
- The system displays "Partition 1 is now the selected partition."
- Type active and press Enter.
- If necessary, format the USB stick with FAT32 or NTFS file system.
The system displays "succeeded in creating the specified partition".
The system displays "DiskPart marked the current partition as active."
Type format fs=fat32 quick or format fs=ntfs quick
The USB stick is now prepared and ready for use.