How to Create a Bootable Linux Ubuntu USB Drive with Rufus?

CDs and DVDs are a thing of the past. Bootable USB drives are now used to reinstall operating systems, and they also let you run an OS from a portable storage device. Let’s take a detailed look at the process of creating a Linux bootable USB drive (using Ubuntu as an example) with Rufus in a Windows 10 environment. We’ll show you how to install a Linux distribution that’s popular among beginners alongside Windows 10.

What Rufus can do

Rufus is a free portable utility for creating bootable USB drives and external hard drives. It supports creating logical volumes on a flash drive and changing their labels. It can scan the drive for bad blocks, perform a low-level format (fixing logical errors) or a quick format. It adapts the bootable USB drive to work with both older BIOS computers and newer UEFI systems.

программа rufus
The application’s interface.

Creating a Linux bootable USB drive: a guide

Linux is a family of free, open-source operating systems. It stands out for the variety of builds tailored to specific purposes: home use, development, education, and entertainment.

A Linux bootable USB drive is used for:

  • Installing a UNIX-based operating system;
  • Diagnosing and servicing hardware: testing memory, checking HDDs.
  • Working with drive partitions: splitting, merging, converting.
  • Backing up and restoring data or entire volumes.
  • Booting a portable OS that can run from a portable drive on any laptop, computer, or netbook.

Linux distributions supported by Rufus

  • Mint;
  • Hive OS;
  • Arch Linux;
  • Archbang;
  • BartPE;
  • CentOS;
  • Damn Small Linux;
  • Debian;
  • Fedora;
  • FreeDOS;
  • FreeNAS;
  • Gentoo;
  • GParted;
  • gNewSense;
  • Knoppix;
  • KolibriOS;
  • Kubuntu;
  • Manjaro;
  • Parted Magic;
  • Raspbian;
  • ReactOS;
  • Red Hat;
  • REFInd;
  • Slackware;
  • Super Grub2 Disk;
  • Tails;
  • Trinity Rescue Kit;
  • Ubuntu.

Determining your PC’s configuration

To write the image correctly, you need to know your PC’s configuration (using Windows 10 as an example):

  1. Open the properties of the “This PC” folder.
  2. Check your processor’s architecture.

    разрядность системы
    The CPU type is shown in the “System type” line.

  3. Right-click the Start button and select “Disk Management.”

    How to Create a Bootable Linux Ubuntu USB Drive with Rufus?
    Disk Management.

  4. Open the properties of the drive (on the left), not the logical partition.

    стиль раздела тома накопителя
    Go to the disk’s properties and open the Volumes tab.

  5. Remember or write down the “Partition style.” You’ll need this information later.

How to download a Linux image for a bootable USB drive

You probably already know where to download the Linux distribution you need, but here are the reasons people choose Linux in the first place:

  • Free distribution.
  • Customizability — everything can be changed.
  • Easy installation.
  • Low hardware requirements — it will run on a computer with 256–512 MB of RAM.
  • Security — infecting it with a virus takes real effort.
  • Fast app installation from the store.
  • A wide range of shells or graphical environments.
  • An advanced file system.
  • A well-thought-out method for storing settings.
  • Privacy — it doesn’t collect or share information with the developer.
  • Free applications.

Writing an Ubuntu image to a bootable USB drive

It’s recommended to download the Linux distribution you like from its official website, since they’re all free. Let’s go through the process of writing Ubuntu to a USB drive with Rufus.

If you choose a different distribution or an older version of Ubuntu, pay attention to the processor architecture we checked earlier and the architecture of the image you’re downloading. They must match (x32 is the same as x86).

загрузка ubuntu
Download links on the official website.

To create the bootable USB drive:

  1. Download the ISO from the page.
  2. Copy all files off the drive (they will be erased).
  3. Launch Rufus.
  4. Select the target drive from the drop-down list if multiple devices are connected to the PC.
  5. Click “Select.”

    How to Create a Bootable Linux Ubuntu USB Drive with Rufus?
    Selecting the flash drive.

  6. Choose the image and open the ISO in Rufus.

    How to Create a Bootable Linux Ubuntu USB Drive with Rufus?
    Select the Linux image.

  7. Choose the partition scheme that matches the one your drive uses: MBR or GPT.
  8. Optionally, you can:
  • change the drive’s label;
  • split it into a couple of partitions;
  • perform a full format of the drive if you’ve had problems with file integrity;
  • scan for bad sectors.

    How to Create a Bootable Linux Ubuntu USB Drive with Rufus?
    Configuring the installation options.

  1. Click “Start.”
  2. When the dialog appears, choose the first option: “Write in ISO Image mode…”

    How to Create a Bootable Linux Ubuntu USB Drive with Rufus?
    Starting to write the image.

  3. Agree to download the missing components.How to Create a Bootable Linux Ubuntu USB Drive with Rufus?
  4. Confirm that you want to format the device.

    How to Create a Bootable Linux Ubuntu USB Drive with Rufus?
    Formatting the drive.

  5. Wait for the files to finish copying to the drive.

Installing Linux (Ubuntu) on a PC from a bootable USB drive

When installing Ubuntu or another Linux distribution on a hard drive that already has Windows, it’s recommended to back up your data. Not because the installer might damage something — more often than not, inexperienced users lose data through their own mistakes. The process takes about 15–20 minutes depending on the power and condition of your hardware.

Preparing the BIOS to boot from the USB drive

To install Ubuntu from the bootable USB drive, restart your computer and open the Boot menu. This is usually done with the F11 or F12 key (check your laptop or motherboard manual for details). Press it when the splash screen appears prompting you to enter the BIOS or UEFI settings.

How to Create a Bootable Linux Ubuntu USB Drive with Rufus?
The main keys for opening the boot menu.

Select the removable drive:

  • if you have BIOS and MBR — the option with the flash drive’s name;
  • for UEFI and GPT — the entry with “UEFI:” before its name.

Installation

  1. Choose the interface language.

    How to Create a Bootable Linux Ubuntu USB Drive with Rufus?
    Selecting the language.

  2. The time zone.

    How to Create a Bootable Linux Ubuntu USB Drive with Rufus?
    Selecting the time zone.

  3. The keyboard layout.

    How to Create a Bootable Linux Ubuntu USB Drive with Rufus?
    Selecting the keyboard layout.

  4. Move the slider to “Something else” (set up partitions manually).How to Create a Bootable Linux Ubuntu USB Drive with Rufus?

From here, the instructions branch off. In our case, Ubuntu is being installed alongside Windows.

  1. Select the partition and click “Change.”

    How to Create a Bootable Linux Ubuntu USB Drive with Rufus?
    Pointing the installer to the partition.

  2. Shrink the Windows volume (it should have 15–20 GB of free space for Linux + 5–10 GB for Windows to run properly).

    How to Create a Bootable Linux Ubuntu USB Drive with Rufus?
    Configuring how disk space is used.

  3. Confirm the operation (it’s irreversible).

    How to Create a Bootable Linux Ubuntu USB Drive with Rufus?
    This may take a while, especially if the files on the disk are fragmented.

  4. After creating the partitions, click “Continue.”How to Create a Bootable Linux Ubuntu USB Drive with Rufus?
  5. Set up your account settings: name, password, computer name, and login method.How to Create a Bootable Linux Ubuntu USB Drive with Rufus?
  6. Agree to the option to import your settings from Windows into Ubuntu.

When installing on a new laptop, computer, or drive, this previous step won’t appear.

  1. Check the settings and click “Install.”

    How to Create a Bootable Linux Ubuntu USB Drive with Rufus?
    The “Back” button lets you change the settings.

  2. Click “Advanced” to manage the bootloader. Make sure it will be written to the correct HDD or SSD if your computer has multiple drives.

    How to Create a Bootable Linux Ubuntu USB Drive with Rufus?
    This step is optional.

  3. Once the files finish copying, restart your computer.

    How to Create a Bootable Linux Ubuntu USB Drive with Rufus?
    Restarting

  4. Remove the USB drive to boot into Ubuntu.

    How to Create a Bootable Linux Ubuntu USB Drive with Rufus?
    The first launch of Ubuntu.

  5. Install any missing applications and get to work.

Questions and answers

How long does it take to create a bootable USB drive with Linux?
It depends on the image size and the speed of the device — up to 10 minutes.
Which version of Linux is best suited for home use?
For beginners, we recommend Ubuntu, Manjaro, or Mint; Fedora can also be useful. For a laptop, try Elementary OS. A Linux Mint bootable USB drive, as well as one for other Linux distributions, is created the same way. The installation differs slightly.
Rating
( 4 assessment, average 5 from 5 )
Mikhail Strogunov/ author of the article
rufus-win.com
Leave a Reply