Deployment and Imaging Group

 View Only

DS 7.X - Mounting boot.wim File to Access Folder Structure (Enable Check/Add/Remove Files and Folders) 

Nov 21, 2014 07:01 AM

Please see below how to access the WinPE pre-boot file "boot.wim" in few simple steps.

We take as example a WinPe 4.0 Pre-Boot .ISO configuration created by using Bootwiz.exe following article below:

https://www-secure.symantec.com/connect/blogs/ds-75-how-include-ghost32exe-bootable-usb-or-iso-created-bootwizexe

1 - Locate your newly created .ISO configuration:

120.jpg

2 - Mount the image using for example "magicISO"

121.jpg

4 - If not already present, create anew folder in C:\  in our example we name it "test"

5 - Copy the boot.wim file from the mounted .iso image (E:\SOURCES) to the c:\test folder

6 - Create a folder under C:\ , and name it; for example: "mount"

7 - Open a command prompt (CMD) with admin rights

8 - Run the following command (DISM) as below:  (in our example we have set folders C:\test and C:\mount - modify the command to suit your naming and locations)

DISM /Mount-Wim /WimFile:C:\test\boot.wim /Index:1 /MountDir:C:\Mount\

125.jpg

9 - Now you can access C:\Mount and browse it. In the example below, we verify Ghost32.exe has been included in the preboot configuration:

126.jpg

10 - Unmount boot.wim with the following command:

DISM /Unmount-Wim /MountDir:C:\Mount /Commit

127.jpg

If you need to inject NIC Drivers into boot.wim you may want to have a look at this other article:

https://www-secure.symantec.com/connect/blogs/ds-75-adding-nic-drivers-bootwim-winpe-40-pre-boot-configuration

NOTE:

If you found the above information useful, please give this article a thumbs-up (top right of the post) or add a comment below. Your feedback would be really appreciated – Thank you, Mauro

Statistics
0 Favorited
0 Views
0 Files
0 Shares
0 Downloads

Tags and Keywords

Comments

Nov 25, 2014 08:49 AM

Thank you for the feedback :)

I have corrected where editable.

 

Thank you,

Mauro

Nov 25, 2014 07:15 AM

Nice series of articles.
Maybe you could correct the typos bootwix.exe --> bootwiz.exe, so that people searching for bootwiz.exe will find your articles through Google ;-)

 

https://www-secure.symantec.com/connect/forums/using-local-disk-capture-options-ds

https://www-secure.symantec.com/connect/blogs/ds-75-how-include-ghost32exe-bootable-usb-or-iso-created-bootwizexe

 

Related Entries and Links

No Related Resource entered.