How to install ubuntu 26. 04 lts on bare metal

How to Install Ubuntu 26.04 LTS on Bare Metal

Every two years, Canonical ships a new LTS version of Ubuntu. If you are like me who does not like short term releases, such as Ubuntu 25.04, then you are going to enjoy this guide. LTS versions of Ubuntu offer 5 years of support, which is extended up to 10 years with Ubuntu pro. On April 23rd of this year, they shipped brand new Ubuntu 26.04 LTS which is codenamed Resolute Raccoon. Raccoon? Wow, that’s kinda cool.

Anyway, I am a Ubuntu user and every 2 years I like to back it all up(my data) and install the new version. Now yes, you can upgrade from Ubuntu 24.04 LTS but that’s not available at the time of writing this. It should be available after the release of Ubuntu 26.04.1. Even if it was available, I do not like to upgrade from within my OS because the LTS to LTS upgrade brings system clutter of old config files, unused packages, third party repos etc.. I am not saying that upgrading is bad, it’s just my personal preference. I like to start fresh!

So backup everything you have(your data) on an external physical drive or cloud or your home NAS if you are a homelab enthusiast.

How to Install Ubuntu 26.04 LTS on Bare Metal

Step 1: Download Ubuntu 26.04 LTS

Download the Ubuntu 26.04 LTS ISO file for your machine’s relevant architecture. I’ll choose AMD as I have a Dell OptiPlex.

How to install ubuntu 26. 04 lts on bare metal 1

This will likely be downloaded in the Downloads directory.

Step 2: Make USB Bootable

Go to your terminal and run lsblk command to list down all your storage devices on your hardware:

lsblk

How to install ubuntu 26. 04 lts on bare metal 2

sdc is our USB, it has only 1 partition of its full size i.e. sdc1. We needed to know this because we are going to need this later when we use dd command.

See also  [Solved]: "autoreconf: not found" error

Now, we will unmount the USB just in case it was mounted, even if its not just run it just for being on the safe side:

sudo umount /dev/sdc1

How to install ubuntu 26. 04 lts on bare metal 3

Make sure your ISO file name is correct and the destination folder is chosen correctly, you can simply edit the command below as per your ISO filename and destination folder:

sudo dd if=/Downloads/ubuntu-26.04-desktop-amd64.iso of=/dev/sdc bs=4M status=progress oflag=sync

How to install ubuntu 26. 04 lts on bare metal 4

Our USB is now bootable.

How to install ubuntu 26. 04 lts on bare metal 5

Step 3: Backup Data

This is the most crucial step, backup your data in an external hard drive or a NAS(if you have one and a homelab enthusiast). If you want to learn how to build a NAS, read this article. If you’re not a homelab owner, then you can also upload your data on a cloud drive such as Google Drive but you must ensure that your data is encrypted if you are a true privacy geek. For that you can use rclone in your terminal but if you have a hard time memorizing commands then you can install Rclone UI and encrypt your files and backups and upload them on Google Drive.

Step 4: Insert Bootable USB and Restart

Insert bootable USB in your bare metal and restart your system. You will see a start screen.

How to install ubuntu 26. 04 lts on bare metal 6

Depending upon your system you’d have to press F2, F10 or F12 at the startup. My system is dell so I’ll press F12.

How to install ubuntu 26. 04 lts on bare metal 7

 

Step 5: Begin Installation of Ubuntu 26.04 LTS

In the boot menu, select USB Storage Device and hit enter key.

See also  Ubuntu Weekly Newsletter Issue 907

How to install ubuntu 26. 04 lts on bare metal 8

Select the option Try or Install Ubuntu:

How to install ubuntu 26. 04 lts on bare metal 9

You will see this screen:

How to install ubuntu 26. 04 lts on bare metal 10

Next you will see Preparing Ubuntu screen:

How to install ubuntu 26. 04 lts on bare metal 11

Select your language:

How to install ubuntu 26. 04 lts on bare metal 12

Hit next and here you can explore accessibility in Ubuntu, just click Next:

How to install ubuntu 26. 04 lts on bare metal 13

You can select your keyboard layout and variant here and also you can do a small test below in the test field and click Next:

How to install ubuntu 26. 04 lts on bare metal 14

Connect to your network, its recommended then click Next:

How to install ubuntu 26. 04 lts on bare metal 15

Here select Install Ubuntu option and click Next:

How to install ubuntu 26. 04 lts on bare metal 16

I’ll select Interactive installation and click Next:

How to install ubuntu 26. 04 lts on bare metal 17

Then you can select Default selection and click Next:

How to install ubuntu 26. 04 lts on bare metal 18

Check these two options: Install third-party software for graphics and Wi-Fi hardware and Download and install support for additional media formats.

How to install ubuntu 26. 04 lts on bare metal 19

Totally optional, but highly recommended. After that hit Next.

If you are like me coming from Ubuntu 24.04 LTS then it will give you two options here: one is to install Ubuntu 26.04 LTS alongside Ubuntu 24.04 or Erase Ubuntu 24.04 completely and install Ubuntu 26.04 LTS. I will choose to erase Ubuntu 24.04 as I have already backed up all my data and do not need it.

How to install ubuntu 26. 04 lts on bare metal 20

On the next screen, choose No encryption and click Next:

How to install ubuntu 26. 04 lts on bare metal 21

Enter your name, your computer’s name, your username that you want to set and password. Uncheck Use Active Directory if you won’t use it.

How to install ubuntu 26. 04 lts on bare metal 22

Next select your timezone:

How to install ubuntu 26. 04 lts on bare metal 23

Next review your choices and then click on Install:

How to install ubuntu 26. 04 lts on bare metal 24

Installation process will begin and all you have to do is sit back and relax:

How to install ubuntu 26. 04 lts on bare metal 25

How to install ubuntu 26. 04 lts on bare metal 26

Once installed, you will have this option to either continue testing or restart, I’d highly recommend to restart at this point. So click on Restart Now.

How to install ubuntu 26. 04 lts on bare metal 27

It will ask you to remove the installation media so remove your USB and hit enter key:

How to install ubuntu 26. 04 lts on bare metal 28

Enter your password and login, you will see this Welcome screen by Ubuntu, just click Next:

See also  Extended Security Maintenance for Ubuntu 18.04 (Bionic Beaver) begins 31 May 2023

How to install ubuntu 26. 04 lts on bare metal 29

Choose styling and accent color of your Ubuntu, I’d like to go with default styling and accent color, you can always choose a different one based on your liking:

Just finish the process, and you are all set to use Ubuntu 26.04 LTS.

How to install ubuntu 26. 04 lts on bare metal 30

Step 6: Update and Upgrade Repo

Open terminal by pressing CTRL + ALT + T and run this command:

sudo apt update

How to install ubuntu 26. 04 lts on bare metal 31

Then run this command to upgrade packages:

sudo apt upgrade -y

How to install ubuntu 26. 04 lts on bare metal 32

Conclusion

At the time of writing this article, upgrading to Ubuntu 26.04 LTS is not available within Ubuntu if you are using Ubuntu 24.04 LTS. You have to create a bootable USB and install it externally where you have two options such as either you install Ubuntu 26.04 LTS alongside Ubuntu 24.04 LTS or Erase Ubuntu 24.04 completely and install Ubuntu 26.04 LTS. If you opt for the second option then it is highly recommended that you back up your data.

I do not like to upgrade from within my OS due to some inherent shortcomings such as old distro config files coming to new distro and many other complexities due to the nature of work I do. Nonetheless if you want to upgrade then wait till Aug, 2026 when Ubuntu 26.04.1 is released. By then it will be available to upgrade from within Ubuntu 24.04 LTS.


Discover more from Ubuntu-Server.com

Subscribe to get the latest posts sent to your email.

Comments

No comments yet. Why don’t you start the discussion?

    Leave a Reply