
181 Copyright © Acronis International GmbH, 2002-2012
5. Repeat Step 4 for all other drivers you need to add.
6. Commit the changes using the Dism command with the /Unmount-Wim /Commit option.
Dism /Unmount-Wim /MountDir:C:\winpe_x86\mount /Commit
Do not exit the command prompt.
After the custom WIM is created, proceed to adding Acronis Plug-in:
1. Select Acronis True Image 2013 Plus Pack Acronis WinPE ISO Builder from the Start menu.
2. Specify the path to the created winpe.wim file. In our example the path is
C:\winpe_x86\winpe.wim
3. Specify the full path to the resulting WIM file, including the filename or leave the default path
and filename (C:\winpe_x86\AcronisMedia.wim).
4. Check your settings in the summary screen and then click Proceed.
To create a PE image (ISO file) from the resulting WIM file:
1. Replace the default boot.wim file in your Windows PE folder with the newly created WIM file.
For the above WIM file creation example, type:
copy C:\winpe_x86\AcronisMedia.wim c:\winpe_x86\ISO\sources\boot.wim
2. Use the Oscdimg tool. To create an ISO file, type:
oscdimg -n –bc:\winpe_x86\etfsboot.com c:\winpe_x86\ISO
c:\winpe_x86\winpe_x86.iso
3. Burn the .ISO to a CD using a third-party tool (for example, Nero) and you will have a bootable
Windows PE disc with True Image 2013 and your hardware driver or drivers.
8.2.4 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:
1. Insert your flash drive into a USB port.
2. Press Win+R (or select Start -> Run) and type cmd to open the command line prompt.
3. Type diskpart to start Windows DiskPart utility.
4. 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!
5. Type select disk [number] to select your flash drive.
6. Type clean to remove any formatting from the selected disk.
7. Type create partition primary.
8. Type select partition 1 to select the only partition now on the flash drive.
9. Type active to mark the partition as active.
10. Type format quick fs=fat32 to format the disk in FAT32 (otherwise the drive will not be
bootable).
11. Type assign to assign a drive letter.
Comentarios a estos manuales