Categories: TutorialsUbuntu

Minimal installation of Ubuntu server 20.04 LTS

This tutorial will show you the simple steps of installing a modern Linux Distribution – Ubuntu server 20.04 LTS edition. Following most of the default options during the setup configuration for simplicity.

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

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

We used the following ISO for the installation process – Ubuntu 20.04 LTS (Focal Fossa):

http://releases.ubuntu.com/focal/ubuntu-20.04-live-server-amd64.iso

It is a LIVE image so you can try it before installing it. The easiest way is just to download the image and burn it to a DVD disk and then follow the installation below:

SCREENSHOT 1) Boot from the disk or USB – whatever you made after downloading the ISO file from Ubuntu 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 “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.

Welcome select language

SCREENSHOT 4) The installer detectes there is an update if an Internet connection is available.

“Continue without updating” is the default option and probably the best one. Just hit Enter to continue.

Installer update

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

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

Select keyboard layout

SCREENSHOT 6) This is server installation and static configuration is selected. By default the setup uses DHCP.

Select the network interface (enp5s0) with a connection and hit Enter, then select “Edit IPv4” and hit Enter.

Network connections interface

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

Network connections ipv4 configuration

SCREENSHOT 8) Set the IPv4 configuration.

Sample comfiguration is offered here.

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 blank if it is not a requirement for your network.

Just hit Enter to continue. 3 partitions

Configure proxy

The post Minimal installation of Ubuntu server 20.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…

1 hour ago

Ubuntu Weekly Newsletter Issue 878

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

20 hours 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…

1 day 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…

2 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…

2 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.…

2 days ago