A Live CD (also called a Live DVD or Live USB) is a self-contained operating system that runs directly from a removable medium such as a CD, DVD, or a USB flash drive. It is designed to boot a computer without installing software on the internal storage, leaving the host system unchanged unless the user explicitly chooses to modify it. Live systems normally load key components into memory and run applications (programs) from the medium while performing hardware detection during booting.

Many live images are based on Linux distributions, which is why the term "live distro" is common, but the live concept can apply to other operating systems as well. Typical live environments treat the source medium as read-only and use an overlay or temporary filesystem in RAM for runtime changes. Some live media support persistence, permitting selected user data and settings to be stored back to the removable device or a separate storage area so those changes survive reboot.

Key characteristics

  • Bootable: includes a bootloader and kernel so the system can start without an installed OS.
  • Self-contained: bundles a minimal or full desktop environment and essential system utilities.
  • Non-destructive by default: does not alter internal partitions unless the user runs an installer or recovery tool.
  • Hardware detection: configures devices such as graphics, network and storage during startup to work on a range of machines.
  • Variants: optical media are typically read-only; USB media can be writable and faster and may support persistence.

The live idea developed as optical drives became widespread and later adapted to USB storage. Early experimental projects explored running complete systems from external disks; later efforts produced user-friendly, general-purpose live images. One of the most influential early projects that popularized running a full desktop from removable media was Knoppix, which demonstrated automatic hardware discovery and practical performance for everyday tasks.

Live media serve many practical roles: system rescue and recovery (repairing boot loaders, recovering files), evaluating an operating system without committing to installation, providing installers that run from the media, offering privacy‑oriented sessions that leave minimal traces on the host, and delivering portable work or teaching environments. Specialized distributions supply utilities for disk imaging, partitioning, antivirus scanning and forensic analysis.

Advantages include convenience, safety for the host, and portability. Performance depends on the medium: optical discs are slower and more limited than USB drives or RAM‑resident images. Security benefits from isolated sessions and read-only options, but users should still verify sources and integrity of images before booting unknown media to reduce risk.

Creating a live image commonly involves writing an ISO or hybrid image file to the chosen medium with a disk‑imaging or media‑writing tool. Many projects publish downloadable images and step‑by‑step instructions for creating a bootable CD, DVD or USB device. Because live environments are useful for troubleshooting, testing and teaching, they remain a widely used method for distributing and trying operating systems without modifying a host computer.