How to install Linux in 3 steps

Operating system installations may seem mysterious, but they are actually pretty straight forward. Here are the steps for a successful Linux installation.
40 readers like this.
bash logo on green background

Opensource.com

In 2021, there are more reasons why people love Linux than ever before. In this series, I'll share 21 different reasons to use Linux. Here's how to install Linux. 

Installing an operating system (OS) is always daunting. It's something of a puzzle to most people: Installing an OS can't happen from inside the OS because it either hasn't been installed, or it's about to be replaced by a different one, so how does it happen? And worse yet, it usually involves confusing questions about hard drive formats, install destinations, time zones, user names, passwords, and a bunch of other stuff that you just don't normally think about. Linux distributions know this, and so they've worked diligently over the years to reduce the time you spend in the OS installer down to the absolute minimum.

What happens when you install

Whether you're installing just an application or a whole operating system, the process of installation is just a fancy way to copy files from one medium to another. Regardless of any user interface or animations used to disguise the procedure as something highly specialized, it all amounts to the same thing in the end: Files that were once stored on a disc or drive are copied to specific locations on your hard drive.

When it's an application being installed, the valid locations for those files are highly restricted to your file system or the part of your hard drive that your operating system knows it can use. This is significant because it's possible to partition a hard drive into separate spaces (Apple used this trick back in the early '00s for what they called "Bootcamp", allowing users to install both macOS and Windows onto a drive, but as separate entities). When you install an operating system, some special files are installed into places on your drive that are normally off-limits. More importantly, all existing data on your drive is, at least by default, erased to make room for the new system, so creating a backup is essential.

Installers

Technically speaking, you don't actually need an installer to install applications or even operating systems. Believe it or not, some people install Linux manually, by mounting a blank hard drive, compiling code, and copying files. This is accomplished with the help of a project called Linux From Scratch (LFS). This project aims to help enthusiasts, students, and future OS designers to learn more about how computers work and what function each component performs. This isn't the recommended method of installing Linux, but you'll find that in open source, it's usually true that if something can be done, then somebody's doing it. And it's a good thing, too, because these niche interests very often lead to surprisingly useful innovations.

Assuming you're not trying to reverse engineer Linux, though, the normal way to install it is with an install disc or install image.

3 easy steps to install Linux

When you boot from a Linux install DVD or thumb drive, you're placed into a minimal operating environment designed to run one or more useful applications. The installer is the primary application, but because Linux is such a flexible system, you can usually also run standard desktop applications to get a feel for what the OS is like before you commit to installing it.

Different Linux distributions have different installer interfaces. Here are two examples:

Fedora Linux has a flexible installer (called Anaconda) capable of complex system configuration.

Anaconda installer screen on Fedora

The Anaconda installer on Fedora

Elementary OS has a simple installer designed primarily for an install on a personal computer:

Elementary OS installer

Elementary OS installer

1. Get an installer

The first step toward installing Linux is to download an installer. You obtain a Linux install image from the distribution you've chosen to try.

  • Fedora is famous for being the first to update its software
  • Linux Mint provides easy options to install missing drivers
  • Elementary provides a beautiful desktop experience and several special, custom-built applications

Linux installers are .iso files, which are "blueprints" for DVD media. You can burn the .iso file to a DVD-R if you still use optical media, or you can flash it to a USB drive (make sure it's an empty USB drive, as all of its contents are erased when the image is flashed onto it). To flash an image to a USB drive, you can use the open source Etcher application.

Etcher used to flash a USB thumb drive

Etcher application can flash a USB thumb drive

You're now ready to install Linux.

2. Boot order

To install an OS onto a computer, you must boot to the OS installer. This is not common behavior for a computer because it's so rarely done. In theory, you install an OS once, and then you update it. When you opt to install a different operating system onto a computer, you're interrupting that normal lifecycle. That's not a bad thing. It's your computer, so you have the authority to do re-image it. However, it's different from the default behavior of a computer, which is to boot to whatever operating system it finds on the hard drive immediately after being powered on.

Before installing Linux, you must back up any data you have on your target computer because it will all be erased upon installation.

Assuming you've saved your data to an external hard drive, which you've then secreted away to somewhere safe (and not attached to your computer), then you're ready to proceed.

First, attach the USB drive containing your Linux installer to your computer. Power on the computer and watch the screen for some indication of how to interrupt its default boot sequence. This is usually a key like F2, F8, Esc, or even Del, but it varies depending on your motherboard manufacturer. If you miss your window of opportunity, just wait for the default OS to load, and then reboot and try again.

When you interrupt the boot sequence, your computer prompts you for boot instructions. Specifically, the firmware embedded into the motherboard needs to know what drive to look to for an operating system it can load. In this case, you want the computer to boot from the USB drive containing the Linux image. How you're prompted for this information varies, depending on the motherboard manufacturer. Sometimes, it's a very direct question complete with a menu:

Boot device menu

The boot device selection menu

Other times, you're taken into a rudimentary interface you can use to set the boot order. Computers are usually set by default to look to the internal hard drive first. Failing that, it moves on to a USB drive, a network drive, or an optical drive. You need to tell your computer to look for a USB drive first so that it bypasses its own internal hard drive and instead boots the Linux image on your USB drive.

BIOS selection screen

BIOS selection screen

This may seem daunting at first, but once you get familiar with the interface, it's a quick and easy task. You won't have to do this once Linux is installed because, after that, you'll want your computer to boot off the internal hard drive again. This is a great trick to get comfortable with, though, because it's the key to using Linux off of a thumb drive, testing a computer for Linux compatibility before installing, and general troubleshooting regardless of what OS is involved.

Once you've selected your USB drive as the boot device, save your settings, let the computer reset, and boot to the Linux image.

3. Install Linux

Once you've booted into the Linux installer, it's just a matter of stepping through prompts.

The Fedora installer, Anaconda, presents you a "menu" of all the things you can customize prior to installation. Most are set to sensible defaults and probably require no interaction from you, but others are marked with alert symbols to indicate that your configurations can't safely be guessed and so need to be set. These include the location of the hard drive you want the OS installed onto and the user name you want to use for your account. Until you resolve these issues, you can't proceed with the installation.

For the hard drive location, you must know which drive you want to erase and re-image with your Linux distribution of choice. This might be an obvious choice on a laptop that has only one drive, to begin with:

Screen to select the installation drive

Select the drive to install the OS to (there's only one drive in this example)

If you've got more than one drive in your computer, and you only want Linux on one of them, or else you want to treat both drives as one, then you must help the installer understand your goal. It's easiest to assign just one drive to Linux, letting the installer perform automatic partitioning and formatting, but there are plenty of other options for advanced users.

Your computer must have at least one user, so create a user account for yourself. Once that's done, you can click the Done button at last and install Linux.

Anaconda options complete and ready for installation

Anaconda options are complete and you're ready to install

Other installers can be even simpler, believe it or not, so your experience may differ from the images in this article. No matter what, the install process is one of the easiest operating system installations available outside of getting something pre-installed for you, so don't let the idea of installing an OS intimidate you. This is your computer. You can and should install an OS in which you have ownership.

Own your computer

Ultimately, Linux is your OS. It's an operating system developed by people from all over the world, with one interest at heart: Create a computing culture of participation, mutual ownership, and co-operative stewardship. If you're interested in getting to know open source better, then take the step to know one of its shining examples and install Linux.

What to read next
Tags
Seth Kenlon
Seth Kenlon is a UNIX geek, free culture advocate, independent multimedia artist, and D&D nerd. He has worked in the film and computing industry, often at the same time.

4 Comments

I've used Fedora for a number of years. Although you can theoretically use dnf to do an upgrade, this has a patchy success rate in my experience (thankfully, I backup before even trying this). Because of that, I prefer the use the netinstall disk and just wipe out the old version and install the new. Netinstall allows me to get all the programs I want, and you get the latest versions, too. Unfortunately, telling the installer to wipe out previous versions to free up space, then set up a new partition structure is flawed in recent years. What typically happens is that fedora ends up getting installed in a way too small part of the disk, so I have to fix this after the install, and then add the packages that wouldn't fit.

The recommended path to an upgrade has changed a lot in recent years. For a while, there was the `fedup` tools, which has since been replaced with a dnf upgrade plugin. I haven't had issues with in-place Fedora upgrades since 2017, if I'm counting correctly, so if your attempts pre-date that, you should try again on a test system.

Relevant docs: https://docs.fedoraproject.org/en-US/quick-docs/dnf-system-upgrade/

In reply to by Greg P

>What typically happens is that fedora ends up getting installed in a way too small part of the disk

This is because when you select automatic partitioning, netinstall ISO defaults to LVM+XFS ans since XFS cannot be shrinked and different people will have different use cases and different needs, 15 GB logical volume is created for the root partition and you will have the rest as unallocated space so you can use it however you like. As you mentioned, you can extend it to take up all free space on the volume group after installation, or select manual partitioning and create the partition layout which suits your use case.

In reply to by Greg P

Creative Commons LicenseThis work is licensed under a Creative Commons Attribution-Share Alike 4.0 International License.