How to Create an ISO Image from Your Operating System

Delia
6 min readSep 30, 2021

--

It is very important to backup your operating system just in case. Thus when your system crashes due to various problems, you can quickly roll it back to the state where the backup was taken.

If the backup is ISO image, then you can enjoy some more benefits compared with other image backup format:

  • The ISO image itself is bootable so you can use it to restore your PC when you have boot issues.
  • It is very convenient to demploy it to other devices.
  • It can be standalone from backup tools or cloud services.
  • You can view its content by mounting it as a virtual drive.
  • You can run the ISO image on a virtual machine.

Create Windows 10/11 ISO from the current installation

Windows 10/11 has built-in feature DISM that allows you to capture Windows image under recovery environment. To use it, you need a Windows 10/11 recovery media or installation disk. With that prepared, you can follow the steps below to capture Windows 10 as well as Windows 11 recovery image. Below will take Windows 10 as an example.

1. Boot your PC from the recovery media or installation media.

2. If you boot from the installation disc, you can press Shift + F10 at Windows Setup screen to bring out command prompt. If you boot from a recovery media, then select Troubleshoot > Advanced options > Command Prompt.

3. Type the following command and press Enter.

“dism /Capture-Image /CaptureDir:C:\/ImageFile:D:\windows10\install.wim /Name:windows10 /description:2018–01–10

Note: The drive letter may change under recovery mode, so the Windows installation drive may not be C: drive. In that case, you need to replace the drive letter “C” where the Windows installed, and replace “D:\windows10” in ImageFile switch with the target location path where you want to save the custom image.

This process might take a while and you cannot turn off the PC during the time. Please be patient until it finishes.

How to make the ISO image file bootable

The created image file can be used to reset Windows 10/11 PC. To make it as a bootable ISO image, follow these steps, here will take Windows 10 as an example:

1. Open Windows 10 installation disc in File Explorer. Copy its contents and paste to a folder on your internal or external hard drive. For example, copy them to a folder named “iso-files” located on D: drive. You can also mount a Windows 10 ISO and copy its content.

2. Copy the custom image install.wim created before to the Source folder and replace the original one.

3. Download and install the latest Windows Assessment and Deployment Kit (ADK) for Windows 10. You only need to select Deployment Tools to install.

4. Run the command following command on an elevated command prompt.

oscdimg.exe -m -o -u2 -udfver102 -bootdata:2#p0,e,b[path of the iso-files]\boot\etfsboot.com#pEF,e,b[path of the iso-files]\efi\microsoft\boot\efisys.bin [path of the iso-files][new location to save the iso image of the current windows]

The command is kind of complicated. To make it easy, you can also use free tool as Folder2ISO to create an ISO image out of the folder you created in step 1.

Easier way to prepare a system image and bootable media

If you find above steps of creating an ISO image cumbersome and error-prone, you can try another software to create system image and bootable media. Thus if your system crashes or even fails to access Windows, you can safely restore it to an earlier state without losing data. Also, this works well when you want to go back to previous version, such as return Windows 11 to Windows 10.

Normally you can achieve similar goals by using Windows Backup and Restore and Create a recovery drive, but they are both functionally deficient and may also not work for various reasons. So I prefer to use a comprehensive yet free backup software, AOMEI Backupper Standard, for example.

  • It’s a freeware works with all PCs running Windows 11/10/8.1/8/7/Vista/XP.
  • It contains powerful backup & restore features for system/file/partition/disk.
  • It can create and manage multiple automatic backup tasks with different schedules.
  • You can create a bootable media with USB or CD/DVD to boot a faulty PC in WinPE and perform system restore.
  • You are even allowed to restore system image to different hardware (requires AOMEI Backupper Professional).

How to create an image backup from your operating system

1. Download the free backup software, then install and launch it.

2. Select System Backup under Backup Tab. In daily use, you can also choose other options as needed.

3. The program will automatically include required partitions for a full system restore. Just specify a destination location to store the backup image.

4. You can set up a Schedule to automate the task and perform incremental or differential backup to backup only changed files each time. After that, click Start Backup to execute it.

Scheme: Create a backup scheme to auto delete backup images older than x days (available in Professional edition). It can help you save storage space.

The created system backup task will show in the Home page. You can either manage it directly, or go to Restore tab for system recovery.

How to create a bootable media

1. Go to Tools tab and choose Create Bootable Media.

2. Select the bootable disc type, it’s recommended to choose Windows PE. The created disc is compatible with both legacy/MBR and UEFI/GPT.

3. Then you can select bootable media as USB, CD/DVD, or export the ISO file directly. Click Next to start creating the media.

With the created bootable media and system image, you can easily restore Windows to an earlier normal state.

Tips:

  • You can also choose Recovery Environment to enable the boot option of WinPE, where you can perform backup and restore even when the computer fail to access Windows.
  • If your computer fails without any preparation, you could create the system image and bootable media on another working computer, and use them to perform Universal Restore on the faulty PC.

In addition to creating ISO image from your operating system using DISM, you can also create custom system image and bootable drive via AOMEI Backupper. With it, you can set up a scheduled backup to keep your system image up to date, and choose incremental or differential mode to save only changed files each time.

--

--

Delia
Delia

Written by Delia

0 Followers

Sharing tips and solutions about Windows 10, data protection, disk partition, etc.