Download and install ubuntu 22.04 LTS; Through this guide, we will learn how to install Ubuntu 22.04 LTS (Jammy Jellyfish) step by step with screenshots.
How to Download and Install Ubuntu 22.04 LTS (Jammy Jellyfish)
Use the following steps to download and install ubuntu 22.04; is as follows:
- Step 1 – Download Ubuntu 22.04 ISO File
- Step 2 – Create Bootable Installation Media
- Step 3 – Boot System with Bootable Installation Media
- Step 4 – Choose Keyboard Layout
- Step 5 – Prepare Installation
- Step 6 – Choose Installation Type
- Step 7 – Choose Your Preferred Location
- Step 8 – Create User and Set Host name
- Step 9 – Ubuntu 22.04 Installation Started
- Step 10 – Login Screen after Ubuntu 22.04 Installation
Step 1 – Download Ubuntu 22.04 ISO File
Visit the following link to download Ubuntu 22.04 LTS iso file from the ubuntu official web portal; is as follows:
Step 2 – Create Bootable Installation Media
Once ISO file is downloaded to your system then burn it into a USB Stick and make it bootable.
To make a bootable USB drive, use the Startup Disk Creator tool:
1. In the Show Applications search dialog, type Startup Disk Creator.
If the tool is not installed, the Software Center offers the option to install it.
2. In the top pane, click Other. Browse and select the Ubuntu 22.04 .iso file.
3. In the bottom pane, select your USB drive.
4. Click Make Startup disk.
Step 3 – Boot System with Bootable Installation Media
Reboot the target system on which we want to install Ubuntu 22.04. Go to its bios settings and change the boot medium from hard disk to USB drive.
When the system boots up with bootable media, we will get the following screen.
Choose ‘Try or Install Ubuntu’ and hit enter.
In the next screen, click on ‘Install Ubuntu’
Step 4 – Choose Keyboard Layout
Choose your preferred keyboard layout and then click on ‘continue’
Step 5 – Prepare Installation
In this step, we must choose the installation type. There two options, Normal and Minimal Installation. In Normal Installation, all GUI related applications will be installed whereas in minimal only basic apps will be installed.
Normal installation is the recommended one to get better desktop experience. When you have internet connection during the installation and want to install all updates & third-party graphics software and wifi drivers and additional media formats then you can choose both the options else keep them as untick.
Click on ‘Continue’ to proceed further
Step 6 – Choose Installation Type
In this step, we will be prompted to choose the installation type. Here installation type means the partitioning scheme.
Following are two installation type:
- Erase Disk and Install Ubuntu – It will erase the entire disk and will create the partitions automatically.
- Something else – To create own customize partition scheme then choose ‘Something else’.
If you are new to Ubuntu Linux, then it is recommended to go with first option. In this guide, I will demonstrate how to create custom partition scheme via something else option.
Click on ‘Continue’ and then we will get following screen,
As we can see, we have 40 GB disk space for Ubuntu 22.04 Installation. We are going to create following partitions on it.
- /boot – 2 GB (ext4 file system)
- /home – 26 GB (xfs file system)
- / – 10 GB (xfs file system)
- Swap – 2 GB (xfs file system)
To start creating partition, first create an empty partition table.
Select the Device –> Click on ‘New Partition Table’
Click on Continue,
Now Create our first partition as /boot of size 2 GB. Select the Free Space –> Click on + symbol
Click on OK.
Similarly Create /home and / partition of size 26 GB & 10 GB respectively.
Click on ‘OK’
Finally create our last partition as swap of size 2 GB.
Click on Ok to finish the partition creation.
Note : If you are using GPT disk then you must create EFI partition of size between 100 – 250 MB and reserved bios boot area of at least 1MB.
Once you are done with partition scheme, click on ‘Install Now’ option in following screen to further proceed with installation
In the next screen, choose ‘Continue’ to write changes to the disk.
Step 7 – Choose Your Preferred Location
Select the location as per your current region, it will configure time zone accordingly.
Step 8 – Create User and Set Host name
In this step, specify the local username and its password. We would be using this user after OS installation. Also specify the host name of your system.
Click on Continue to proceed further with installation
Step 9 – Ubuntu 22.04 Installation Started
As we see in the following window, installation has started, and it is in progress.
Once the installation is completed, we will be prompted to reboot the system.
Click on ‘Restart Now’ to reboot the system. Also don’t forget to change boot medium from USB to hard disk from bios settings.
Step 10 – Login Screen after Ubuntu 22.04 Installation
When the system boots up after reboot, we will get the following login screen.
Use the same user’s credentials that we have created during the installation and hit enter,
Conclusion
Download and install ubuntu 22.04; Through this tutorial, we have learned how to download and install ubuntu 22.04. Try to explore new features of Ubuntu 22.04 LTS and have fun 😊.
Recommended Linux Ubuntu Tutorials