Add /Edit content to a Windows Bootable ISO
(Windows Server 2012 R2, Windows Server 2016, windows Server 2019)
Sometimes we are needed to
add/update files/folders in Windows Bootable ISOs which makes it little
difficult because these CD/DVD Images are not simple Data disks but they are
bootable too which needs to be created differently so that it remains bootable
even after it is edited.
Recently I had to do similar
thing and had to face little difficulties and finally I was able to do this
using some open source tools, I am presenting the way I achieved it.
To edit/add remove
files/folders to a Windows ISO here are the steps.
- Mount the Windows Bootable ISO and copy everything to a temporary folder (Example C:\Temp) or extract the content of the ISO using 7Zip/WinRAR etc..
- Add files/folders content in the temporary folder where contents from ISO are extracted.
- Download ImgBurn from Here
- Install ImgBurn and launch it:
- Click on Create image file from files/folders
Explanation:
- Select the Folder where the content copied from ISO is copied and add it to Source pane.
- Select the destination where modified .ISO file will be written.
- Click on the Advanced Tab
- Select Bootable Disk Tab below
- Tick the Checkbox Make Image Bootable
- Select the boot file etfsboot.com from the boot folder of the location where you extracted the content of ISO originally.
- Mention 8 in sectors to load
- Finally Click on the Write button.
This will create a bootable ISO image with whatever content
was added to the Temporary folder where Extracted data from the ISO was located
originally.
No comments:
Post a Comment