How to prepare a USB flash drive for Acronis Media Builder
If Acronis Media Builder does not recognize the USB flash drive you want to make bootable, prepare the drive as follows:
- Insert your flash drive into a USB port.
- Press Win+R (or select Start -> Run) and type cmd to open the command line prompt.
- Type diskpart to start Windows DiskPart utility.
- Type list disk to list all disks attached to the machine:

Based on the size, we can assume that in the above example the USB memory stick is disk 2.
Take extreme care to get the disk number right. You don't want to wipe the wrong drive!
- Type select disk [number] to select your flash drive.
- Type clean to remove any formatting from the selected disk.
- Type create partition primary.
- Type select partition 1 to select the only partition now on the flash drive.
- Type active to mark the partition as active.
- Type format quick fs=fat32 to format the disk in FAT32 (otherwise the drive will not be bootable).
- Type assign to assign a drive letter.
- Type exit to exit Windows DiskPart utility.