# Live CD

> operating system distribution/image/copy bootable from CD, DVD and possibly other similar media

**Wikidata**: [Q215552](https://www.wikidata.org/wiki/Q215552)  
**Wikipedia**: [English](https://en.wikipedia.org/wiki/Live_CD)  
**Source**: https://4ort.xyz/entity/live-cd

## Summary
A Live CD is a complete, bootable operating system that runs directly from a CD, DVD, or similar removable media without needing installation on the computer’s hard drive. It lets users test or use an operating system instantly while leaving the host system unchanged.

## Key Facts
- Classified as a subclass of “live distribution,” itself a type of operating system designed to run from removable media.
- Aliases include Live DVD, Live-CD, Live Distro, Livecd, VistaPE, CD autónomo, and LiveDVD.
- Recorded in Freebase with ID /m/06g630 (cited 28 Oct 2013).
- Quora topic tag is “LiveCD.”
- Sitelink count across Wikimedia projects: 42.
- Wikipedia articles exist in at least 10 languages: af, ar, bg, bn, ca, cs, da, de, diq, en.
- Main Commons category: “Category:Live CD.”
- OmegaWiki defined-meaning identifier: 895480.
- Notable instances include Clonezilla Live (backup/restore), GParted Live (Debian-based partition editor), and GIS Live DVD (thematic variant).

## FAQs
### Q: Does a Live CD change my installed system?
A: No. It loads into RAM and leaves the hard-drive operating system untouched; rebooting without the disc returns you to the installed OS.

### Q: Can I use a Live CD on a computer without a hard drive?
A: Yes. Because the operating system runs entirely from the disc and memory, a hard drive is optional.

### Q: What is the difference between a Live CD and a Live DVD/USB?
A: Functionally none—all are live distributions. DVD or USB simply offers more space and faster access than a 700 MB CD.

### Q: How do I create a Live CD from an downloaded image?
A: Burn the ISO file as a “disc image” (not data) with any CD/DVD writing utility; then boot from the disc.

## Why It Matters
Live CDs revolutionized personal computing by removing the risk and time once required to test or deploy an operating system. Before their arrival, evaluating alternative platforms meant re-partitioning disks or dedicating machines—tasks daunting for everyday users. With a Live CD, anyone can trial Linux, rescue files from a broken Windows install, or perform secure banking on an untrusted PC, all without altering the host system. They democratized OS experimentation, fueled the growth of Linux adoption in the 2000s, and remain the go-to tool for data recovery, forensics, and classroom demos. In short, Live CDs turned operating systems into portable, disposable appliances, shrinking the barrier between curiosity and practical use.

## Notable For
- First widespread method to run an OS instantly without installation.
- Enabled “try-before-install” marketing that boosted Linux desktop adoption.
- Continues to serve as the foundation for specialized rescue, privacy, and GIS distributions.
- Requires only 700 MB or less when delivered on CD media.
- Leaves zero persistent traces on the host computer unless explicitly configured.

## Body
### Definition and Scope
A Live CD is an operating system image engineered to boot and function entirely from CD, DVD, or functionally equivalent media. It is a subclass of the broader “live distribution” category that also covers USB and network-boot variants.

### Technical Operation
On startup, the PC firmware (BIOS/UEFI) loads a small bootloader from the disc. This loader copies a compressed root file system into RAM, creating a writable overlay so applications can run. Because RAM is volatile, changes disappear on shutdown unless the user adds persistent storage.

### Historical Context
Although read-only system demos existed earlier, the modern Live CD became prominent in the late 1990s with Linux distributions such as Knoppix. Their popularity peaked during the mid-2000s “distribution wars,” when small CDs provided an easy showcase for open-source desktops.

### Current Usage
Today Live CDs underpin disaster-recovery toolkits (Clonezilla Live), partition editors (GParted Live), and niche thematic bundles like the GIS Live DVD. Even as USB flash drives dominate, the term “Live CD” persists generically for any live distribution.

## Schema Markup
```json
{
  "@context": "https://schema.org",
  "@type": "Thing",
  "name": "Live CD",
  "description": "Operating system distribution that is bootable from CD, DVD or similar media without installation.",
  "sameAs": [
    "https://www.wikidata.org/wiki/Live_CD",
    "https://en.wikipedia.org/wiki/Live_CD"
  ],
  "additionalType": "Live distribution"
}

## References

1. Freebase Data Dumps. 2013
2. Quora