Boot Media NotesBoot & storage guides

Independent reference · updated 2026-08-13

Notes on bootable media, firmware and disk images

Twelve reference guides on how a computer gets from the power button to a running system — written for people who prepare their own drives, without marketing language and without assumed knowledge.

Start here

The fundamentals, in order

If you are new to this, these four explain most of what the rest of the site assumes.

All 12 guides
SELECT AN IMAGE TO STARTlinux-desktop.isoserver-install.isorescue-tools.isoutility.imgONE DRIVE // MANY IMAGES // NO REFORMATTING
Fundamentals

What a multiboot USB drive is, and when one is worth setting up

One drive, several system images, and a menu at power-on. Here is what that arrangement actually does and where its limits sit.

8 min readUpdated 2026-07-28
TWO PATHS FROM POWER-ON TO AN OPERATING SYSTEMLEGACY BIOSFirmware reads sector 0440 bytes of boot code runLoader chains the kernelUEFIFirmware mounts the ESPRuns a .efi applicationBoot entries stored in NVRAMOPERATING SYSTEM
Firmware

UEFI and legacy BIOS: what the difference means for bootable media

Two firmware traditions, two routes from the power button to a running system. Knowing which one your machine is following explains most boot problems.

9 min readUpdated 2026-06-30
HOW THE DRIVE DESCRIBES ITSELFMBRLBA04 primary entries · 2 TB ceiling · single copy of the tableGPTHDRCOPY128 entries · GUID labels · checksummed, mirrored tableCHECK BEFORE YOU WRITEThe partition style has to match what the firmware expects to find.
Storage

MBR and GPT: how a drive tells the computer what is on it

Before anything can be read from a drive, something has to describe how the drive is divided. Two schemes do that job, and they are not interchangeable.

8 min readUpdated 2026-07-14
FOUR CONTAINERS, FOUR DIFFERENT JOBSISOoptical imageread as a whole deviceWIMWindows imageread as a whole deviceIMGraw sectorsread as a whole deviceVHDvirtual diskread as a whole deviceThe extension tells the loader how to interpret the bytes inside.
Fundamentals

ISO, WIM, IMG and VHD: what each disk image format actually holds

Four extensions that all describe 'a disk in a file', built for four different purposes.

8 min readUpdated 2026-07-22

In practice

When something has to work on unfamiliar hardware

Preparation, verification and a troubleshooting order that saves guessing.

THREE COPIES, TWO KINDS OF MEDIA, ONE ELSEWHEREWORKINGthe live dataLOCAL COPYseparate deviceOFFSITEdifferent locationA COPY YOU HAVE NEVER RESTORED IS AN ASSUMPTIONOpen a few files from the copy before you rewrite any drive.
Practice

Backing up properly before you rewrite any drive

Preparing bootable media is a destructive operation on whichever device you point it at. Ten minutes of preparation removes almost all of the risk.

7 min readUpdated 2026-06-27
WORK DOWN THE STACK, ONE LAYER AT A TIMEDoes the firmware list the drive at all?01Is the boot mode the one the image expects?02Does the signature check block the loader?03Is the image itself complete and intact?04
Practice

A checklist for when a bootable drive will not start

Boot problems have a small number of causes and a natural order to check them in. Working down the stack beats guessing.

9 min readUpdated 2026-08-04
WHAT ACTUALLY LIMITS THE WAITcontrollerflash typeport generationfile layoutRelative influence on how long a large image takes to load, not a benchmark result.
Hardware

Why one USB drive boots quickly and another crawls

Two drives with the same capacity and the same interface can differ by minutes on the same machine. The reasons are unglamorous and mostly invisible on the packaging.

7 min readUpdated 2026-07-16
CHOOSING THE LAYOUT OF THE DATA PARTITIONFAT324 GB file limitreads everywhereRELATIVE HEADROOMexFATlarge files finewide supportRELATIVE HEADROOMNTFSlarge files finejournalledRELATIVE HEADROOMPick for the largest file you plan to store and the machines that must read the drive.
Storage

FAT32, exFAT, NTFS: choosing a file system for a portable drive

The file system decides which machines can read your drive and how large a single file may be. Two questions, one choice.

7 min readUpdated 2026-06-21

Linux on removable media

Live sessions and what they can remember

Evaluating a system before installing it, and keeping the changes you make.

WHERE CHANGES GO ON A LIVE SESSIONWITHOUT A PERSISTENCE FILEread-only image (squashfs)RAM overlay — cleared at rebootWITH A PERSISTENCE FILEread-only image (squashfs)writable file — survives rebootSIZE IT ONCEThe overlay file is created at a fixed size; plan for the packages you install.
Linux

Persistence on a live Linux session, explained

A live session normally forgets everything at reboot. Persistence is the arrangement that lets it remember.

8 min readUpdated 2026-07-09
A LIVE SESSION LEAVES THE INSTALLED SYSTEM ALONERUNNING FROM THE DRIVEsessionmemory + removable mediaINTERNAL DISKuntouched unless you installHardware support, battery behaviour and display scaling all show up in the first ten minutes.
Linux

How to evaluate a Linux distribution before installing it

A live session is a test drive. Here is a checklist that turns twenty minutes of clicking around into a real evaluation.

9 min readUpdated 2026-07-25
SIGNATURE CHECK BEFORE EXECUTION.efi binary+ signatureFIRMWAREdb / dbx key storecompares the signatureRECOGNISED → RUNUNKNOWN → STOPWHAT THE CHECK DOES NOT DOIt confirms who signed the file, not whether the file is well written.It covers the early boot stages, not the running system afterwards.It is a firmware setting, so behaviour differs between board vendors.
Firmware

Secure Boot, explained without the jargon

Firmware that checks a signature before running a loader. A short mechanism with a long tail of practical effects.

8 min readUpdated 2026-07-19
HOW AN OPEN SOURCE TOOL IS PUT TOGETHERSOURCEpublic repositoryLICENCEterms of reuseRELEASESsigned artefactsTHREE ARTEFACTS, THREE QUESTIONSChangelog: should I update. Checksum: is my copy intact.Signature: is the checksum list itself authentic.
Open source

Source, licence, release: how open-source software is actually shipped

Three artefacts sit behind every open-source tool. Knowing what each one is for tells you a great deal about what you are running.

8 min readUpdated 2026-08-01

How to read this site

Reference material, not a shop window

Boot Media Notes is a reading site. There is nothing to download here, nothing to sign up for, and no software of any kind. Each article explains one mechanism as clearly as we can manage, states the trade-offs, and stops.

Guides are written to be read in any order, though the fundamentals make the rest easier. Every article carries the date it was last reviewed, because firmware and storage behaviour change and an unreviewed article ages badly.

Browse all guides