Categories: TutorialsUbuntu

Installation of base Ubuntu server 22.04 LTS

This tutorial will show you the simple steps of installing a modern Linux DistributionUbuntu server 22.04 LTS edition. Following most of the default options during the setup configuration for simplicity. The installation wizard is very much the same as the Ubuntu server 20.04 LTS – Minimal installation of Ubuntu server 20.04 LTS

Here are some basic data from the default installation setup settings:

  1. Installed packages – ~610 occupying 2.9G of space.
  2. 3 partitions when using automatic patition layout – boot efi, boot and root.
  3. ext4 used for the root parition.

The Ubuntu Server 22.04 LTS comes and updates to the following Linux packages:

  • Linux kernel : 5.15.
  • Python : 3.10.4
  • GLibc : 2.35
  • OpenSSL : 3.0.2
  • systemd : 249.11

The most interesting is the version of OpenSSL 3.x in an LTS (Long Term Support) release, which should be pretty stable to be included.

We used the following ISO for the installation process – Ubuntu 22.04 LTS (jammy jellyfish):

http://releases.ubuntu.com/jammy/ubuntu-22.04-live-server-amd64.iso

SCREENSHOT 1) Boot from the disk or USB – whatever you made after downloading the ISO file from Ubuntu’s official source.

On the image here the DVD is used to boot in UEFI mode installation.

Boot uefi dvd

SCREENSHOT 2) The default entry in the Grub 2 DVD or USB is “Try or Install Ubuntu Server”.

Hit enter or wait several seconds to boot in the wizard.

Grub install ubunutu

SCREENSHOT 3) Select the language of this installation wizard and hit Enter.

The English is selected as default option.

Welcome select language

SCREENSHOT 4) Select the keyboard layout and English is default.

Select the proper profile for your keyboard and hit Enter to continue.

Select keyboard layout

SCREENSHOT 5) There are two type of base installation – Ubuntu Server and Ubuntu Server (minimized).

The default is Ubuntu Server for general use, which is the proper choise for almost all purposes including human administration. Minimized version is preferred mainly for embedded devices or virtualization like containers.

Network base installation

SCREENSHOT 6) This is server installation and static configuration is selected.

By default the setup uses DHCP. Select the network interface (eno1) with a connection and hit Enter, then select “Edit IPv4” and hit Enter. The name of the network interface may differ in different servers.

Network connections interface

SCREENSHOT 7) Select “Manual” to set the IP manually.

Network connections ipv4 configuration

SCREENSHOT 8) Set the static IPv4 configuration.

A local IP is set in this example. Save and the wizard will return to the all Network connections menu.

Network connections ipv4 configuration 2

SCREENSHOT 9) Verify the IPv4 configuration and Select “Done” on the bottom and hit Enter.

Network connections ready

SCREENSHOT 10) Leave bank if it is not a requirement for your network.

Just hit Enter to continue.

Configure proxy

The post Installation of base Ubuntu server 22.04 LTS first appeared on Any IT here? Help Me!.

Ubuntu Server Admin

Recent Posts

Welcome to the Ubuntu Weekly Newsletter 883

Welcome to the Ubuntu Weekly Newsletter, Issue 883 for the week of March 9 –…

1 day ago

How to Install nvidia-smi on Ubuntu or Debian Linux

In this article, we will see how to install nvidia-smi on Ubuntu or Debian Linux.…

2 days ago

How to Install clang tool on Ubuntu or Debian Linux

In this article, we will see how to install clang tool on Ubuntu or Debian…

3 days ago

How to resolve Ubuntu 20.04 Container Signature Errors on Raspberry Pi ARM Devices

When working with Docker containers on Raspberry Pi devices, you might encounter frustrating signature verification…

3 days ago

How to fix DNS Resolution Issues with OpenVPN on Ubuntu 18.04

You’ve recently upgraded to Ubuntu 18.04 and found that your OpenVPN connection no longer resolves…

3 days ago

How to Fix Ubuntu 18.04 System Monitor Launch Issues

Have you ever tried to open System Monitor on your Ubuntu 18.04 system only to…

4 days ago