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

Canonical announces 12 year Kubernetes LTS

Canonical’s Kubernetes LTS (Long Term Support) will support FedRAMP compliance and receive at least 12…

16 hours ago

Ubuntu Weekly Newsletter Issue 878

Welcome to the Ubuntu Weekly Newsletter, Issue 878 for the week of February 2 –…

1 day ago

How your feedback shapes the way we support open source software

At Canonical, we firmly believe that delivering an outstanding, customer-centric support experience is impossible without…

2 days ago

How To Install osTicket v1.14 On Ubuntu 20.04

I want to share how to install osTicket v1.14 for Ubuntu 20.04 server. osTicket written…

3 days ago

How To Install WordPress On Ubuntu 20.04

Now I want to share how to install WordPress on ubuntu 20.04 server. WordPress is…

3 days ago

How To Install DNS Server (Bind9) On Ubuntu 20.04

Now I want to share the DNS server installation process on your Ubuntu 20.04 server.…

3 days ago