Install Ubuntu Server 22.04 LTS
By Vladimir Mikhalev · Solutions Architect · Docker Captain · IBM Champion
This article is for those looking for a detailed and straightforward guide on installing Ubuntu Server 22.04 LTS.
After booting from the Ubuntu Server 22.04 installation USB stick or DVD, begin by selecting the desired language for the welcome menu.
Select “English” and press “Enter”.

Next, you can choose a keyboard layout.
Select your desired keyboard layout and click “Done”.

Now you need to specify the installation type.
Choose “Ubuntu Server” and click “Done”.

The installer will try to retrieve network settings using DHCP. You can adjust the IP address now or later.
Click “Done”.

For proxy settings, we’ll skip this step in our guide.
Simply click “Done”.

You can specify an alternate mirror address if necessary.
For this guide, leave it as default and click “Done”.

Determine the installation location. All available space will be utilized.
Choose “Use an entire disk” and then select “Set up this disk as an LVM group”.
Click “Done”.

Verify the partitions and click “Done”.

Now you need to confirm your changes.
To continue, click “Continue” and press “Enter”.

Provide the full username, server name, login, and password.
Click “Done”.

If you plan to use SSH, choose “Install OpenSSH server”.
Optionally, you can import SSH keys from Launchpad or Github.
Click “Done”.

Select any other desired services or components.
Click “Done”.

Monitor the installation progress until completion.

Once the installation is complete, click “Reboot”.

Remove the installation media.
Finally, enter the username and password you set up earlier during the installation for authentication.

Related Posts
- 1Recovering a Corrupt Exchange Database with Stellar Repair — Real-World Lab TestSysAdmin & IT Pro · We deliberately broke an Exchange 2019 server to see if Stellar Repair for Exchange could recover a dirty-shutdown EDB file. Step-by-step recovery process, lab setup, and lessons learned.
- 2Distinctions Between Terminal, Command Line, Shell, and PromptSysAdmin & IT Pro · Learn the differences between terminal, command line, shell, and prompt in Linux. A beginner-friendly guide to essential CLI concepts and tools.
- 3Install OTRS on Ubuntu ServerSysAdmin & IT Pro · Comprehensive guide to installing OTRS Community Edition on Ubuntu Server. Learn to configure PostgreSQL, Apache, SSL with Let's Encrypt, and launch OTRS securely.
- 4Install Foreman on Ubuntu ServerSysAdmin & IT Pro · Learn how to install Foreman on Ubuntu Server to manage, provision, and monitor infrastructure with Puppet integration in a few simple steps.
Random Posts
- 1Install XWiki with Docker ComposeSelf-Hosting · Step-by-step guide to install XWiki using Docker Compose with Traefik, Let's Encrypt, and PostgreSQL on Ubuntu Server. Perfect for self-hosted wikis.
- 2Create an Offline Address Book in Exchange Server 2013SysAdmin & IT Pro · Learn how to create and configure an offline address book (OAB) in Exchange Server 2013 using PowerShell and the Exchange Admin Center.
- 3Install Windows Server 2019 Server CoreSysAdmin & IT Pro · Step-by-step guide to install Windows Server 2019 Server Core. Learn how to set up a minimal, secure, and efficient Windows Server environment.
- 4What is DevOps?DevOps & Cloud · What is DevOps? Learn how it unites developers and IT with CI/CD, automation, and collaboration to ship software faster and more reliably.