> Todo Backup Enterprise > Add Driver to the Exported WinPE Bootable Disk ISO File

Add Driver to the Exported WinPE Bootable Disk ISO File

The most of EaseUS product can create a WinPE bootable disk, and the WinPE bootable disk only includes some common device driver. For some special drives, you need to manually add driver in WinPE.

Updated on 2025-03-31

This article applies to:
All EaseUS WinPE bootable disk

Introduction

The most of EaseUS product can create a WinPE bootable disk, and the WinPE bootable disk only includes some common device driver. For some special drives, it can only be added after boot from the WinPE bootable disk, but it need to be added each time after you boot from the bootable disk.

To avoid adding driver each time, we provide a solution to add desired drivers to the WinPE bootable disk ISO file directly, and then the iso file can be burned to a bootable disk. This article will let you know how to do that.

Solution

1. Run the create WinPE bootable disk function in EaseUS product to export an iso file.

Export an iso file of EaseUS Todo Backup WinPE

Then open this iso file with UltraISO tool and the UltraISO can be downloaded from here.

Open this iso file with UltraISO tool

It is suggested that you should create a workspace on your partition, such as a wim folder on E: partition, then create an intel and temp folder under this folder. And then extract the BOOT.WIM file from the opened iso file and save to wim folder.

Extract the BOOT.WIM file from the opened iso file
Save the file BOOT.WIM to local partition

2. Download the desired drivers for your RAID, USB3.0 disk or network devices and save the drivers to intel folder. Such as the driver file iaAHCIC.inf and all the other related files.

Note:

The version of driver file needs to be matched with the WinPE bootable disk.
32bit WinPE bootable disk requires 32bit driver file
64bit WinPE bootable disk requires 64bit driver file

3. Run CMD with Admin account.

4. Jump to wim folder with command line: cd e:\wim

5. Check the information about BOOT.WIM: dism /get-wiminfo /wimfile:E:\wim\boot.wim

Check the information about BOOT.WIM

6. Mount BOOT.WIM file: dism /mount-wim /wimfile:E:\wim\BOOT.WIM /index:1 /mountdir:E:\wim\temp

Mount BOOT.WIM file to add driver

7. Add driver: dism /image:E:\wim\temp /add-driver /driver:E:\wim\intel\iaAHCIC.inf

Add driver to BOOT.WIM file

8. Check the added driver: dism /image:E:\wim\temp /get-drivers

Check the added driver to ensure it is success

9. Save and unmount it: dism /unmount-wim /mountdir:E:\wim\temp /commit

Unmount BOOT.WIM file

10. Use UtraISO tool to replace the original BOOT.WIM with the one which you have added driver and then save this iso file.

Use UtraISO tool to replace the original BOOT.WIM

After that, the driver files have been added to this iso file successfully, and you just need to burn a bootable disk with a free third burn software.

Was this article helpful?

CHOOSE YOUR REGION