logo
search
list

Table of Content

What a Bootable USB Is For
What You Need
Step 1: Download the Official Linux ISO
Step 2: Write the ISO to USB (Pick Your Host OS)
Step 3: Boot the Linux USB
Live USB vs Install vs Persistence
Fix Common Bootable USB Problems
After the USB Is Ready: Setup Notes and Shareable Documents
FAQ

How to Create a Linux Bootable USB (Ubuntu Guide)

Posted by Algirdas Jasaitis

calendar

2026-07-27

views

872

likes

4

A Linux bootable USB is a flash drive rewritten with an official Linux ISO so a PC can start from that stick—to try Linux live, install it, or repair a broken system. Copying the .iso file into a folder will not work. You must use an image writer (Rufus, Disks, Etcher, or careful dd).

Canonical’s current docs call for an 8 GB or larger USB stick, an official Ubuntu Desktop image, and a backup of anything already on the stick (the write destroys all USB data). Success means the PC’s boot menu can launch Try or Install Ubuntu from the stick.

If you already know your blocker, jump to: Rufus UEFI settings, Disks restore image, dd safety, or USB won’t boot.

Concept illustration of creating a Linux bootable USB stick for Ubuntu
Write an official Linux ISO to USB with an image tool—do not just copy the ISO file—then boot from the stick in UEFI mode.

For the full PC install overview with Ubuntu, start with how to install Linux on a PC.

What a Bootable USB Is For

With a bootable Ubuntu USB you can:

  • Install or upgrade Ubuntu
  • Try Ubuntu without changing the hard drive
  • Boot Ubuntu on a borrowed PC
  • Use live tools to diagnose or repair a broken install

This is live/install media, not the same as fully installing Linux onto the USB as the system disk, and not the same as a large persistent live USB (optional advanced topic below).

What You Need

Download the ISO to your hard drive (usually Downloads). Do not download straight onto the USB stick. Wait until the download finishes completely.

Step 1: Download the Official Linux ISO

  1. Open the official Ubuntu Desktop download page (or your distro’s official page).
  2. Choose the Desktop image for your CPU (usually Intel/AMD 64-bit / amd64).
  3. Save the .iso locally and note the file path.
  4. Optional: download SHA256SUMS and verify the ISO when the project publishes checksums.

Step 2: Write the ISO to USB (Pick Your Host OS)

On Windows: Rufus (official Ubuntu path)

  1. Download Rufus from rufus.ie.
  2. Insert the USB → confirm the correct Device.
  3. Click SELECT and choose the Ubuntu ISO (if the button says DOWNLOAD, switch the dropdown to SELECT).
  4. Leave most options at defaults. If a previous stick failed to boot, set:
    • Partition scheme: GPT
    • Target system: UEFI (non CSM)
  5. Click START.
  6. Prefer Write in ISO Image mode when Rufus says the image is ISOHybrid.
  7. Confirm the data-destroy warning only after checking the device name.
  8. Wait until status shows READY, then close Rufus safely.

On Ubuntu / GNOME Linux: Disks

  1. Open Disks.
  2. Select the USB in the sidebar (not your system disk).
  3. Close apps using the stick (including the file manager).
  4. Drive options (⋮) → Restore Disk Image…
  5. Choose the ISO → Start Restoring… → enter your password.
  6. When finished, Eject the stick.

On Ubuntu: Startup Disk Creator

  1. Install if needed: sudo apt install usb-creator-gtk
  2. Insert the USB, open Startup Disk Creator.
  3. Confirm source ISO and target disk → Make Startup Disk.

Ubuntu notes this tool is aimed at Ubuntu and Ubuntu-based images (flavors/derivatives). Prefer Disks/Etcher for non-Ubuntu ISOs.

On macOS: balenaEtcher

  1. Insert the USB.
  2. Download Etcher for your Mac (Intel vs Apple Silicon builds differ).
  3. Flash from file → select the ISO → Select targetFlash!

A standard Ubuntu USB works on PCs and older Intel Macs. Running Ubuntu on Apple Silicon is a different community path (Ubuntu Asahi)—not this generic amd64 stick.

Cross-platform: balenaEtcher

Etcher is also available for Windows and Linux if you want one simple UI everywhere. Ubuntu lists it under multi-platform writers.

Advanced: dd on Linux (high risk)

Ask Ubuntu’s top terminal answers and Ubuntu’s own docs agree: target the whole disk, not a partition.

lsblk --scsi
sudo umount /dev/sdX*    # replace sdX with your USB name
sudo dd if=~/Downloads/ubuntu-XX.XX-desktop-amd64.iso of=/dev/sdX bs=4M conv=fsync status=progress

Use /dev/sdX (example: /dev/sdb), not /dev/sdb1. A wrong of= can wipe your internal drive. Prefer Disks/Etcher unless you are comfortable with block devices.

On macOS, advanced users can use diskutil + dd to /dev/rdiskN after unmounting—same risk profile.

Multi-ISO sticks: Ventoy (optional)

Ventoy lets you copy multiple ISOs to one stick and pick at boot. Ubuntu currently warns that some Ventoy releases (for example 1.1.11) have broken Ubuntu installs—if install fails on Ventoy, switch to Rufus/Disks/Etcher for a single ISO write.

Step 3: Boot the Linux USB

  1. Insert the stick into the target PC.
  2. Restart (or power on).
  3. If it does not start automatically, open the one-time boot menu (common keys: F12, Esc, F2, F10—OEM specific).
  4. Select the UEFI USB entry if both UEFI and Legacy appear.
  5. On Intel Macs, hold Option/Alt and choose the gold EFI Boot entry.

You should reach Try or Install Ubuntu (or your distro’s live menu).

Live USB vs Install vs Persistence

TypeWhat it does
Standard bootable/live USBBoots a live session and/or installer; usual result of Rufus/Disks/Etcher
Install Linux from USBCopies Linux to the internal drive; remove the stick after install
Persistent live USBSaves files/settings across reboots (extra setup; size limits vary)
Full OS installed on USBTreats the stick as the system disk (slower, wear, advanced)

For most people searching linux bootable usb, the goal is the standard live/install stick in the first row.

Fix Common Bootable USB Problems

PC ignores the USB and boots Windows

Use the one-time boot menu, not only Boot Order changes. Pick the UEFI USB device. Try another port (prefer rear motherboard ports on desktops).

Rufus stick won’t boot on a modern laptop

Recreate with GPT + UEFI (non CSM) per Ubuntu’s Rufus note.

You only copied the ISO file to the stick

That will not boot. Re-write with an image tool.

dd finished but USB is empty/unbootable

Wrong device, stick too small, or you targeted a partition. Re-check lsblk and flash the whole disk node. Ubuntu notes a too-small stick can fail silently.

Secure Boot

Current Ubuntu Desktop generally supports Secure Boot. Fix GPT/UEFI flashing and boot-menu selection before turning Secure Boot off as a first resort.

Stick works to Try Ubuntu but install fails later

That is usually a disk/BitLocker/RST install issue, not a failed bootable USB. Keep the stick; fix the installer disk step next.

After the USB Is Ready: Setup Notes and Shareable Documents

linux bootable usb gets the machine started. After that, people usually write a short setup checklist, record firmware steps, or save a troubleshooting note for the next install.

WPS Office for Linux is a practical post-install desktop suite for that handoff: Writer for setup notes, Spreadsheet for boot/device checklists, Presentation for training material, and PDF tools when you need a fixed copy.

WPS Office Writer on a Linux desktop editing an incident report DOCX with a familiar ribbon toolbar
WPS Writer on Linux: turn setup notes, terminal findings, and troubleshooting steps into a DOCX or PDF that teammates can open easily.
What you need nextWhat WPS gives you
Write setup notes or a boot checklist after creating mediaStrong .docx / .xlsx / .pptx layout fidelity when files move between Linux, Windows, and macOS
One place for notes, sheets, slides, and PDFsFree core suite: Writer, Spreadsheet, Presentation, plus PDF view/edit/convert tools
A familiar desktop UI for switchersRibbon-style apps with a lighter footprint than many heavy suites
A trusted install pathOfficial DEB (Ubuntu/Debian/Mint) and RPM packages from the vendor

Download the current 64-bit package from the official WPS Office for Linux download page (choose Deb on Ubuntu), then install the local file with sudo apt install ./wps-office_VERSION_amd64.deb. Once the system boots, move your notes from the terminal into DOCX or PDF so the next recovery or install is easier to follow.

FAQ

How do I make a Linux bootable USB quickly?
Download an official ISO, write it with Rufus (Windows), Disks/Startup Disk Creator (Ubuntu), or Etcher (macOS), then boot the stick from the firmware boot menu.

What size USB do I need?
Ubuntu’s current bootable-USB docs call for 8 GB or larger.

Is Rufus or Etcher better?
On Windows, Ubuntu documents Rufus. Etcher is the simple cross-platform choice. On Ubuntu itself, Disks is the first recommended GUI path.

Can I put several Linux ISOs on one stick?
Yes with tools like Ventoy, but if Ubuntu install breaks on a given Ventoy release, use a single-ISO writer instead.

Is a bootable USB the same as installing Linux?
No. The stick boots a live/installer environment. Installing Linux means writing the OS to your computer’s internal drive (or deliberately to another disk).

Why did copying the ISO to USB fail?
Install media must be written as a disk image. File-copy leaves a non-bootable stick.

Algirdas Jasaitis

15 years of office industry experience, tech lover and copywriter. Follow me for product reviews, comparisons, and recommendations for new apps and software.