Bootable media

How to Create a Bootable Linux USB

A bootable USB is simple to create, but the image-writing step is destructive to the selected USB device. Back up the drive and verify the target before you write.

Technical review: 9 September 2026

What a bootable Linux USB is for

The same flash drive can be repurposed for installation, a live desktop or rescue media, depending on the image you write. Writing the image replaces the USB drive’s existing contents; copying the ISO file to the drive as a normal file is generally not the same as making bootable media.

Safe workflow on Windows, macOS or Linux

  1. Download the ISO from the distribution’s official site.
  2. Use the project’s verification guidance where available.
  3. Insert a USB drive whose contents you have already backed up.
  4. Open the imaging tool and select the ISO.
  5. Identify the USB target by size and model. Do not select your internal system disk.
  6. Write the image and let the tool complete verification if it offers that step.
  7. Reboot and use your computer’s boot menu to select the USB device.

What specifications actually matter

  • Capacity: 16GB is enough for many current installer images, but 32GB or more gives comfortable headroom and reuse for rescue tools.
  • Connector: USB-C plus USB-A is convenient across mixed hardware, but adapters are also valid.
  • Speed: faster read/write performance reduces imaging and boot time; it does not make the Linux distribution itself more compatible.
  • Durability: a rescue drive that lives on a keyring or in a toolkit benefits from a robust connector design.

Which bootable-media method should you choose?

Starting systemPractical methodMain risk to control
WindowsUse a reputable image-writing utility recommended by the distribution.Selecting the wrong removable device or an unofficial ISO.
Linux desktopUse the distribution’s graphical image writer when available.Confusing the target USB with another disk.
Linux command lineUse a documented raw-image method only when you can identify the block device confidently.A wrong output device can overwrite another disk.
macOSUse a supported image writer or documented diskutil/dd workflow.Writing to the wrong /dev/disk device; verify the disk identifier first.

Frequently asked questions

Can I make a Linux USB by copying the ISO file to the drive?

Usually no. Installation media is normally created by writing the image with an image-writing tool, which replaces the USB drive’s existing layout and data.

How large should a Linux installer USB be?

An 8GB drive is sufficient for Ubuntu’s current documented bootable-media workflow, while a larger drive can be useful when you want reusable rescue media or multiple images. Always confirm the image size before writing it.

Technical references checked

Technical review: 9 September 2026. Distribution, hardware and training details can change; recheck first-party documentation before a risky system change or purchase.

Useful next steps