Javier Zayas Photography/Getty Images

Before you can enjoy the user-friendly, flexible, secure, and reliable Linux operating system, there's still one thing you need to handle first: installing the OS. 

Keep in mind that modern Linux installers are very easy. With a few quick clicks, you're on your way to enjoying the power, flexibility, and security of this open-source platform. 

The gateway to that open-source world is a bootable USB drive that allows you to install the OS on your computer.

Don't worry; even that step is simple. Let me show you how.

How to create your bootable USB drive

What you'll need: To create a bootable USB drive, you'll need the following:

There are a lot of tools to help you create a bootable USB drive, such as Ventoy, Rufus, Etcher, dd, Fedora Media Writer, Popsicle, and more. The one tool I've used for years is UNetbootin, which is available for Linux, MacOS, and Windows. You can easily install UNetbootin by downloading the executable file to your desktop and running it. (It installs like most applications on both MacOS and Windows.) Even better, you can install UNetbootin on a Ubuntu-based distribution by first adding a new repository with the command:

sudo add-apt-repository ppa:gezakovacs/ppa

Update apt with:

sudo apt-get update

Install UNetbootin with the command:

sudo apt-get install unetbootin -y

With UNetbootin installed, it's time to create your first bootable USB drive, ready to install Linux.

Also: The best Linux laptops

1. Insert your USB drive

The first thing to do is insert your USB drive into the computer you installed UNetbootin on. Ensure the system recognizes the drive and note its name.

2. Start UNetbootin

From your computer's desktop menu, click to launch the UNetbootin application.

3. Select your distribution

Select from a pre-configured list of distributions from the UNetbootin window. 

Make sure to also select the most recent version of that distribution from the Select Version dropdown in the upper right corner.

Creating a bootable USB drive with UNetbootin is very easy.

Screenshot by Jack Wallen/ZDNET

4. Select your USB drive

Make sure USB Drive is selected in the Type dropdown and then choose the name of your USB drive from the Drive dropdown. Select the right drive because UNetbootin will erase everything on the drive you choose. I would suggest removing all external drives except the one that will serve as your bootable drive. Or, you can issue the command lsblk to see a list of all attached drives. Look for the correct drive from the list in the output.

5. Burn the image

Click OK and the process will start. First UNetbootin will download the necessary ISO, then it will extract and copy the files, install the bootloader, and complete the process. 

The process shouldn't take more than five to 15 minutes. You might find that UNetbootin seems to stall out halfway through the extracting and copying files phase. Be patient and it will finish.

UNetbootin should be able to create your USB drive in under 15 minutes.

Screenshot by Jack Wallen/ZDNET

When the process completes, click Exit, safely eject the USB drive, and you're ready. You can now insert the USB drive into the machine that will serve as your new Linux desktop, boot the machine, and start installing the operating system.