Categories: Ubuntu

How to Create an ISO from Current Installation in Ubuntu 22.04

Most operating systems and large size applications come in ISO format which includes all the required installation files. An ISO file is an ideal representation of all files and folders placed in a single file that can be easily shared. You can easily create your current installation back in an ISO format in Ubuntu 22.04.

In this article, we will learn different methods to create an iso file in Ubuntu.

How to Create an ISO from Current Installation in Ubuntu 22.04

There are different third-party utilities that will let you create an ISO from Current installation in Ubuntu 22.04. However, before moving towards creating an iso, you will first need to backup your data using the Backups

Sponsored
application which is already available in Ubuntu. Go to the application and search the Backups.

Click on the Backups icon to run it.

Drag the cursor to the right to set the backup automatically.

Click on the “Back Up Now” button.

Set your password and click on the “Forward” option.

This will begin the backup.

Once the backup is completed you can then begin performing the below methods to create an ISO of Ubuntu backup file.

1: Using the Brasero Utility

Brasero is an open source disk burning application developed for Linux based operating systems. It features a simple and clean graphical interface that will let you create an iso file from current installation with ease.

To install Brasero on Ubuntu 22.04, open the terminal using Ctrl+Alt+T and then execute the following command.

$ sudo apt install brasero

Once the installation is completed, run the Brasero using the “brasero” command in the terminal. You can also run the application from the Ubuntu Application search bar by searching the name Brasero.

Click on the application to open it on your Ubuntu desktop.

Sponsored

Now to create an iso from the current installation in Ubuntu, choose the “Data project” option.

Click on the “+” icon to add the files to the Data project.

Select the Backup file and click the “Add” button.

When the required files are included, you can then click on the “Burn” option.

Choose your directory where you want to store your ISO file as well as give the file name for the ISO as “Backup.iso” in the “Name” option. Then, click on the “Create Image” option to begin creating the image .

Once the image is created, you can then click on the iso file to view its contents.

2: Using Mkisofs Utility

There is another utility called Mkisofs that allows you to create an ISO from current installation in Ubuntu 22.04. This utility runs on Ubuntu terminal and the basic syntax to write commands in the terminal is given below:

$ mkisofs -o file_name.iso> path_of_directory>

As we are creating an ISO file of the Backup directory. Therefore, the above command will look like below.

$ mkisofs -o Backup.iso ~/Backup

The above command will create “Backup.iso” file in the home directory which contains the contents of all the folders present in the Backup directory.

Conclusion

The ISO file is an archive file that contains the image/copy of the original data. In this article, we have learned two easiest methods to create an ISO file on Ubuntu. You should follow the one which you think might be suitable for you. If you want to backup, you will first need to create the backup file and then use the above methods to successfully create an ISO file.

Ubuntu Server Admin

Recent Posts

Cut data center energy costs with bare metal automation

Data centers are popping up everywhere. With the rapid growth of AI, cloud services, streaming…

24 hours ago

Build the future of *craft: announcing Starcraft Bounties!

Our commitment to building a thriving open source community is stronger than ever. We believe…

24 hours ago

NodeJS 18 LTS EOL extended from April 2025 to May 2032 on Ubuntu

The clock was ticking: Node.js 18’s upstream End of Life (EOL) The OpenJS Foundation is…

24 hours ago

Native integration now available for Pure Storage and Canonical LXD

June 25th, 2025 – Canonical, the company behind Ubuntu, and Pure Storage, the IT pioneer…

2 days ago

Revolutionizing Web Page Creation: How Structured Content is Slashing Design and Development Time

Co-authored with Julie Muzina A year ago, during our Madrid Engineering Sprint, we challenged ourselves…

3 days ago

Ubuntu Weekly Newsletter Issue 897

Welcome to the Ubuntu Weekly Newsletter, Issue 897 for the week of June 15 –…

4 days ago