Hello Ubuntu Users, Canonical has released much awaited Ubuntu 22.04 LTS desktop operating system on 21st April 2022. Code name for Ubuntu 22.04 is Jammy Jellyfish and it is a LTS (Long Term support) release and will get updates and support for next 5 years.

In this guide, we will learn how to install Ubuntu 22.04 LTS (Jammy Jellyfish) step by step with screenshots. Before moving to installation part, let’s see what are the new features and improvement in Ubuntu 22.04 LTS.

  • New Logo – Ubuntu 22.04 comes with brand new ubuntu logo.
  • Dock Mode Improvements – This release added new functionality to dock that we can change the size of dock.
  • Liberty to change theme Colors – It allows you to change the default orange theme and personalize desktop experience.
  • Introduction to new screenshot and screencast tool – As GNOME 42 is introduced in Ubuntu 22.04, it has a new screenshot and screencast tool by default.
  • Introduction to new flutter based installer – Ubuntu 22.04 LTS comes with flutter based installer which allows you to choose ZFS and LVM while installing Ubuntu on your system.
  • New Grub (Boot loader) 2.06 – By default, OS prober feature is disabled in Grub 2.06. You need to enable it if you are planning to have dual boot system.
  • Slight Improvement in software Center.
  • Allow to configure multi-monitor settings.
  • New Linux Kernel 5.15 LTS
  • New version of Software like openssl 3.0, Python 3.10, GCC 11 and PHP 8.1.

Minimum System Requirements for Installing Ubuntu 22.04 LTS

  • 4 GB RAM or more
  • 25 GB free hard disk space
  • Dual Core Processor (2 GHz)
  • Bootable Installation Media
  • Stable Internet Connection (Optional)

Without any further ado, let’s deep dive into Ubuntu 22.04 installation steps.

1) Download Ubuntu 22.04 ISO File

Download Ubuntu 22.04 LTS iso file from the ubuntu official web portal. Use beneath URL:

  • Download Ubuntu 22.04 – Jammy Jellyfish

2) Create Bootable Installation Media

Once ISO file is downloaded on your system then burn it into a USB Stick and make it bootable.

Use Rufus on Windows operating to create bootable media and on Linux refer following guide.

  • How to Create Bootable USB Drive on Ubuntu / Linux Mint

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.

Try-Install-Ubuntu-22-04

Choose ‘Try or Install Ubuntu’ and hit enter.

In the next screen, click on ‘Install Ubuntu

Choose-Ubuntu-Option-during-installation

3) Choose Keyboard Layout

Choose your preferred keyboard layout and then click on ‘continue

Keyboard-Layout-Ubuntu-22-04-Installation

4) 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.

Installation-type-ubuntu-22-04-installation

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.

Other-Options-during-ubuntu-22-0installation

Click on ‘Continue’ to proceed further

5)  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.

Something-else-option-Ubuntu-22-04-Installation

Click on ‘Continue’ and then we will get following screen,

Default-Installation-Type-Info-Ubuntu-22-04

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

create-empty-partition-table-ubuntu-22-04-installation

Click on Continue,

Now Create our first partition as /boot of size 2 GB. Select the Free Space –> Click on + symbol

Boot-Partition-Creation-During-Ubuntu-22-04-Installation

Click on OK.

Similarly Create /home and / partition of size 26 GB & 10 GB respectively.

home-partition-creation-during-ubuntu-22-04-installattion

Slash-root-partition-creation-ubuntu-22-04

Click on ‘OK’

Finally create our last partition as swap of size 2 GB.

Swap-Partition-Creation-Ubuntu-22-04-Installation

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.

EFI-Partition-Ubuntu-22-04-Installation

Reserved-Bios-boot-area-ubuntu-22-04-installation

Once you are done with partition scheme, click on ‘Install Now’ option in following screen to further proceed with installation

Choose-Install-Now-Ubuntu-22-04-Installation

In the next screen, choose ‘Continue’ to write changes to the disk.

Write-Changes-disk-ubuntu-22-04-installation

6) Choose Your Preferred Location

Select the location as per your current region, it will configure time zone accordingly.

TimeZone-Selection-Ubuntu-22-04-Installation

7) 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.

Create-User-Set-Host-Name-Ubuntu-22-04-Installation

Click on Continue to proceed further with installation

8) Ubuntu 22.04 Installation Started

As we see in the following window, installation has started, and it is in progress.

Ubuntu22-04-Installation-Progress

Once the installation is completed, we will be prompted to reboot the system.

Restart-System-After-Ubuntu-22-04-Installation

Click on ‘Restart Now’ to reboot the system. Also don’t forget to change boot medium from USB to hard disk from bios settings.

9) Login Screen after Ubuntu 22.04 Installation

When the system boots up after reboot, we will get the following login screen.

Login-Screen-After-Ubuntu-22-04-Installation

Use the same user’s credentials that we have created during the installation and hit enter,

About-System-Info-After-Ubuntu-22-04-Installation

Great, above screen confirms that Ubuntu 22.04 is successfully installed. Try to explore new features of Ubuntu 22.04 LTS and have fun 😊.

That’s all from this guide, I hope you have found it informative. Kindly post your queries and feedback in below comments section.

The post How to Install Ubuntu 22.04 LTS (Jammy Jellyfish) first appeared on LinuxTechi.

Leave a Comment