still seedinglxnaydesign.net

Long-form histories of Linux distributions — how they started, how they ended, and what still runs. Written from release notes, mailing lists and archives, not from memory.

Piece
Procedure — service
Covers
Pre-2008 x86 live images, on emulators and on 2026 metal
Published
Verified
Sources
18 — vendor documentation, kernel release history, and six artifacts recovered from this domain's own archive
Method
Documented invocations, documented boot options, and five of this project's own kernel .config files read symbol by symbol. No image was booted to produce this page

Booting a 2006 live DVD on 2026 hardware

Four things stop a twenty-year-old live image from starting on a machine bought this decade: firmware that no longer speaks BIOS, a kernel that cannot see the disk, a kernel that cannot see the keyboard, and an X server that has never heard of the graphics card. All four have a documented way around them, and the route below is one download and one command rather than a project — though nothing on this page was timed, because nothing on this page was booted. The thing you probably want back — the compositing desktop, the wobbly windows, the cube on the desktop switcher — is the one part that does not come back, and it is worth knowing that before you start rather than after.

A two-ink printed diagram on bone-coloured paper. A single hollow cube is drawn in isometric projection as a wireframe, all twelve edges showing, nothing filled in. The whole cube is printed twice — once in ochre gold, once in charcoal — the two impressions the same size but offset from each other by a hair, so every edge reads as a pair of parallel lines with bare paper between them. Down the left and across the top the charcoal lines are solid; towards the right of the cube they thin, break into dots and stop, leaving the gold outline running on alone. Below the cube a long straight charcoal rule crosses most of the paper, with a small hollow circle and a small cross beneath it as printer’s registration marks.
Twelve edges in gold, twelve in ink, one plate laid down off-register against the other. The figure is the desktop cube of 2006, and the two impressions are the two halves of what is being asked for here: the artefact and the effect. The gold plate prints all the way round — the images, the manifests, the kernel a virtual machine will still boot. The charcoal plate thins and fails on the right, which is the compositing: Xgl needed accelerated GLX, and a virtual GPU does not have it. Nothing here is a screenshot. This site does not render fakes of desktops it cannot show you, and the shapes above are a diagram of the argument, not a picture of a machine.

Start with the disappointment: the cube is the part that does not survive

The reason anyone wants a 2006 Linux desktop back is not KDE 3.5 and not OpenOffice 2.0.2. It is the compositing demo. Xgl, David Reveman's OpenGL-backed X server, was first released on 2 January 2006, and for about eighteen months afterwards a rotating desktop cube and windows that wobbled when you dragged them were the most effective advertising free software had. The project that shipped from this domain went to some trouble over it: the manifest for the 3.0 RC1 miniEdition lists x11-base/xgl-0.0.1_p20060524 and x11-wm/compiz-0.0.7_p20060404 on a disc that also had to fit on a CD, and the site published a video of the desktop alongside the torrent.

That effect needed a real GPU with a real accelerated driver, and it is the one thing an emulator will not hand back to you. The reason is architectural rather than a missing flag. Everything else here is recoverable: go in expecting a strange and entirely coherent 2006 desktop drawn in software, and the rest of this page is about getting to it.

First, an image — and the RR4 discs are not among the survivors

Nothing from the RR4 or RR64 era appears to be mirrored anywhere, which the release-history piece documents in detail: the checksums survive, the files do not. So the practical starting points are these two, and they are twenty years apart in what they demonstrate.

archive.org/details/GentooLinux2006.0X86LiveCD · retrieved 2026-08-04

Gentoo_Linux_2006.0_x86_Live_CD.iso · 730,386,432 bytes · uploaded 2018-04-01 by an individual account, not by Gentoo

Item description states the kernel reports as linux livecd 2.6.15-gentoo-r5 Feb 13 2006

Archive-computed md5 d1d473bc277ddc5fa76434b1cdffcef4 · sha1 fb46360c5ab437d72277a88fddac3d3cf2f3dcd9

No DIGESTS file, and no checksum from Gentoo, anywhere in the item

That is a genuine 2006 Gentoo live CD, from the same tree and the same months as the DVD this address shipped, and it is small enough for every technique below. Its checksums are worth being exact about, because the distinction they draw is the whole subject of the appendix. The Internet Archive computes an MD5 and a SHA-1 for every file it stores and publishes both in the item's own manifest, so you can prove that what you downloaded is what was uploaded in 2018. Nothing in the item ties what was uploaded in 2018 to what Gentoo released in 2006: there is no DIGESTS file, and distfiles.gentoo.org/releases/x86/2006.0/ now returns 404, so the publisher's own checksums are off the mirrors. An integrity check is not a provenance check, and only the second one is missing here — but the second one is the one that matters.

The other survivor is the end of the same line — Sabayon Sabayon Linux · Ended 19.03, from March 2019, still on ibiblio and on the University of Maryland mirror with MD5 files that agree across both hosts. It will not show you a 2006 desktop, but it is verifiable and 64-bit, and every step here works on it with qemu-system-x86_64 substituted. Check what you downloaded before you spend an evening debugging a boot failure that is really a truncated file.

The four blockers, and what each one actually does to you

One: the firmware no longer speaks BIOS. A 2006 ISO boots through El Torito, a BIOS mechanism. There is no EFI System Partition on the image and no bootx64.efi for firmware to find, so a UEFI-only machine does not fail to boot the disc — it declines to list it at all. Intel signalled this in 2017, when Brian Richardson's Last Mile Barriers to Removing Legacy BIOS put a date on shipping UEFI Class 3 systems, meaning no CSM. Secure Boot is a second and separate lock: nothing pressed in 2006 is signed, and there is no shim to enrol.

Two: the image is 32-bit and the world assumes 64. The mildest of the four. Your CPU still runs 32-bit protected-mode code perfectly well, and the RR4 3.0 RC1 build even moved its CHOST from i386 to i586, so the binaries want a Pentium and nothing more exotic. What breaks is tooling defaults: the emulator binary you reach for, the hypervisor's assumption of an x86-64 guest, any firmware path that is 64-bit only.

Three: the kernel cannot see modern storage, and possibly not your keyboard. NVMe has no driver in mainline Linux until 3.3, in 2012, so an NVMe SSD is not a slow disk to a 2006 kernel, it is no disk. USB 3.0 is worse in a way people do not anticipate: the xHCI driver arrived in 2.6.31, September 2009, so on a machine whose only USB controllers are xHCI, the keyboard works under the firmware's legacy emulation and dies at the exact moment the kernel takes over. A SATA controller presented in AHCI mode is the one storage path with a real chance, and for the discs this domain shipped it is not a guess: every kernel configuration the project published has CONFIG_SCSI_SATA_AHCI=y, built in rather than modular. That settles these images and no others; a different 2006 disc is a different build.

Four: X has never heard of your graphics card. The RC1 manifest carries x11-base/xorg-server-1.0.2-r4 and 72 packages under x11-drivers, none of which knows a GPU designed after 2007. You land on the vesa driver, which needs VESA BIOS Extensions a machine booted in native UEFI mode may not provide. Kernel mode setting did not exist yet either, so the nomodeset advice that solves this class of problem on later systems is meaningless here: there is no mode setting to turn off.

The project published its own kernel configs, and all five still fetch

Most of what follows would be inference if this project had not done something almost nobody bothered with in 2006: it published the kernel configuration for each build next to the image, under /gentoo/kconfigs/. Five of those paths are in the Internet Archive's index of this domain, and unlike the lost images they are not filename-only entries — every one of them returns the file. Reading them converts four judgement calls on this page into answers.

lxnaydesign.net/gentoo/kconfigs/ · Archive captures · each fetched and read 2026-08-04

config-stable · 62,205 B · Linux 2.6.15-reiser4-r1 · generated Sun Jan 29 14:07:06 2006

config-stable-32 · 64,357 B · Linux 2.6.16-reiser4-r3 · generated Sun May 28 17:53:43 2006

config-stable-smp-32 · 64,003 B · Linux 2.6.16-reiser4-r3 · generated Sun May 28 17:55:06 2006

RR64/config-stable · 55,734 B · Linux 2.6.14-reiser4-r2 · generated Tue Nov 29 22:47:22 2005

RR64/config-stable-64 · 57,151 B · Linux 2.6.16-reiser4-r3 · generated Sat Apr 22 19:58:04 2006

In all five: CONFIG_SCSI_SATA_AHCI=y · CONFIG_ISO9660_FS=y · CONFIG_SQUASHFS=y · CONFIG_FB_VESA=y · CONFIG_USB_UHCI_HCD=m · CONFIG_USB_HID=y

32-bit builds: CONFIG_M486=y (January) → CONFIG_M586=y (May) · CONFIG_HIGHMEM4G=y · # CONFIG_HIGHMEM64G is not set

The timestamps inside the files date them better than the captures do. The November 2005 config is the 2.6.14-reiser4 kernel the download page listed for RR64 3.0b0; the January one is the 2.6.15 kernel of the 32-bit 3.0b0 series; the two dated 28 May 2006, ninety seconds apart, are the non-SMP and SMP halves of the 2.6.16 Reiser4 kernel that the release report of 18 June announced for 3.0 RC1. Four things follow, and each of them is a flag decision further down this page.

AHCI is compiled in, not modular. That is the single most useful fact in the set, because it is the difference between a disc that can see a real SATA disk on a machine set to AHCI mode and one that cannot see any disk at all. It holds across both architectures and three kernel versions, which suggests a deliberate policy rather than an accident of one build.

The kernel's CPU floor is lower than the userland's, and it moved when the userland did. CONFIG_M486 in January, CONFIG_M586 in May, three weeks before the RC1 report opened by announcing the i386-to-i586 CHOST migration. They are separate settings — one is what the kernel is compiled for, the other what everything else is — so this is a build moving in step with itself rather than one causing the other. Either way an emulated CPU from a Pentium upwards clears both floors, which is why the conservative -cpu choice below costs nothing.

The memory ceiling is four gigabytes and it is a build-time decision. CONFIG_HIGHMEM4G with HIGHMEM64G unset means these kernels were built without PAE: no amount of RAM handed to the guest gets used above the 4 GB line, and the usable figure is lower still because the PCI hole sits underneath it. Sizing a guest at 8 GB does nothing but reserve host memory.

The live-media path is the ordinary Gentoo one. ISO9660 with transparent compression and SquashFS are both built in, which is the arrangement cdroot exists to drive — Gentoo documents that option as one that "attempts to load livecd.squashfs" — so the genkernel vocabulary in the failure table below is these discs' own vocabulary and not a guess imported from a later era. The VESA framebuffer is built in too, which is the console half of the display story that the X half ends badly.

One caveat on all of this. The five files are the configurations the project published, not proof of what was compiled onto any particular ISO, and nobody can close that gap without the images themselves. They are strong evidence and they are not the artefact.

Do it in an emulator, because the emulator is period hardware

Putting a 2006 image on 2026 metal is a firmware fight with no prize at the end of it. An emulator inverts every blocker above at once, and not by working around them — by presenting the machine the disc was written for. QEMU's default x86 machine type, pc, is documented as an i440FX host PCI bridge and PIIX3 PCI to ISA bridge with 2 PCI IDE interfaces with hard disk and CD-ROM support, and its firmware is the PC BIOS from the Seabios project. That is a 1996 chipset behind a legacy BIOS: blockers one, three and four evaporate, and blocker two is a choice of binary. The current release is QEMU 11.0.3, dated 24 July 2026; older ones are fine, since the flags below have been stable for years with the one audio exception noted underneath.

The invocation, flag by flag

This is a documented invocation assembled from QEMU's own option reference, not a transcript of a session. I have not booted these images; every flag below is justified from the documentation cited at the foot of the page, and where a choice is a judgement call rather than a documented requirement I say so.

qemu-system-i386 \
  -machine pc,accel=kvm \
  -cpu core2duo \
  -m 1536 \
  -cdrom Gentoo_Linux_2006.0_x86_Live_CD.iso \
  -boot order=d \
  -vga std \
  -usb -device usb-tablet \
  -audiodev pipewire,id=snd0 -device AC97,audiodev=snd0 \
  -nic none \
  -display gtk \
  -k en-us

One flag people reach for that no longer exists: -no-acpi, removed in QEMU 9.0 and now the machine property acpi=off. In practice you want ACPI disabled on the guest kernel command line instead, which is the next section.

When it fails, it fails in one of five places

Every boot option in the table below is documented by Gentoo, which is the correct reference for any live medium built from Gentoo's release tooling — which is what these discs were. Two documents, not one: the handbook's boot-options block covers the hardware flags, and the genkernel page covers the initramfs flags the handbook does not list, including cdroot, "used for loading live media". The exception is doslowusb, which is this project's own spelling from its own release report; current Gentoo documents the equivalent as slowusb, "extra pauses into the boot process for slow USB CDROMs". If one spelling is ignored, try the other. Type them at the boot: prompt after the label the splash screen offers.

Symptom → cause → what to try, in the order you will meet them
Symptom What it usually is What to try
No boot prompt at all; firmware falls through to the next device Boot order, or an image that is not what you think it is -boot order=d; on metal, CSM enabled and Secure Boot off; then checksum the ISO before touching anything else
Kernel loads, then panics with VFS: Unable to mount root fs, or the initramfs drops to a shell The init script cannot find the disc it booted from cdroot, which "attempts to load livecd.squashfs and is used for loading live media", and scandelay, which pauses "for 10 seconds during certain portions the boot process to allow for devices that are slow to initialize"; scandelay=20 for a longer wait
The same, but from a USB optical drive or USB stick USB enumeration finishing after the root device is looked for doslowusb — the flag this project's own 18 June 2006 release report lists under fixes for USB DVD and USB disk booting; slowusb is the spelling current Gentoo documents — plus scandelay
Hangs or reboots during hardware detection, often just after the APIC lines Interrupt routing or ACPI tables the kernel is too old to parse noapic, then nolapic, then acpi=off, then nosmp — one at a time, in that order
Boot completes, screen goes black or garbled when X starts No usable driver for the emulated or real display adapter nox, documented as dropping "to the command line instead", then bring X up by hand against vesa; or restart QEMU with -vga cirrus
Detection stalls for minutes on a device you do not care about Autodetection probing hardware that no longer answers the way it did nodetect to disable it wholesale, or the targeted nosata, nofirewire, nousb, nodhcp

What you will and will not see, stated plainly

What survives is the desktop itself: the panel, the menus, the theme, the applications, the fonts, the icon set, the boot splash. On a current host with KVM the 2006 software is running on a CPU it was never designed against — the release these discs shipped targets a 586 and assumes a single core, and CONFIG_HIGHMEM4G says the memory budget it was tuned for topped out at 4 GB. That is a reasoned expectation of a comfortable session rather than a benchmark; nothing on this page was measured, and a reader who finds otherwise should tell us.

You will not get compositing. Xgl was a full X server that rendered through OpenGL, so it needed accelerated GLX underneath it, and QEMU's std and cirrus adapters offer a 2006 X server no DRI at all — which leaves GLX doing indirect software rendering, enough to draw glxgears and not enough to run a compositing window manager as your desktop.

The obvious escape does not work either. QEMU's 3D-accelerated display device passes OpenGL through to the host, but the guest half of that arrangement is a virtio-gpu DRM driver that entered the Linux kernel in 4.2, in 2015, paired with a Mesa Gallium driver from the same year. A 2.6.15 kernel has no mechanism to talk to it and no way to acquire one; there is no flag that closes a nine-year gap in guest driver support.

So the one thing that sold this distribution is the one thing the safe route cannot reproduce: the artefact survives, the demo does not, and the demo was the product. If the cube is genuinely what you are after, the only route is real hardware with a GPU of the period.

The bare-metal route, and why a 2012 ThinkPad beats a 2026 desktop

Four requirements, and machines from roughly 2008 to 2015 satisfy all four while nothing current satisfies any: a legacy BIOS or a working CSM, a GPU with a driver in the 2006 X tree, USB controllers that are not exclusively xHCI, and either an optical drive or firmware willing to boot from a USB one. A business laptop of that vintage — Intel integrated graphics, a real BIOS setup menu, a physical wireless switch — is a better time machine than any current desktop. In its firmware setup: CSM or Legacy boot on, Secure Boot off, SATA set to AHCI or, if the menu still offers it, IDE or Compatibility mode, USB legacy support on.

Then the media, which is where most attempts actually die: these ISOs are not hybrid images. ISOLINUX gained hybrid mode in version 3.72, and it requires the image to be post-processed with the isohybrid tool before it can be written raw to a USB stick — a technique that did not exist when these discs were built and was never retroactively applied to them. Writing a 2006 ISO to a stick with dd produces a stick the BIOS will not boot, which accounts for a great many "it just does nothing" reports.

Two ways around it. Burn a real disc, which is why a USB optical drive is the most useful object in this whole exercise; the disc's own doslowusb flag exists precisely because people were already booting that way in 2006. Or use Ventoy, currently 1.1.17, released 24 July 2026, which keeps ISOs as files on a normal partition and chainloads them. For images this old its normal mode may not cope, and memdisk mode is the fallback: it "will load the whole ISO/IMG file into memory and boot it", with "higher success rate to boot", reached with Ctrl+d in the boot menu — it was F1 before Ventoy 1.0.83, which is what most older instructions still tell you.

Memdisk mode carries a documented limit that decides the question: "the ISO file can't be too big, normally less than 1GB". The Gentoo 2006.0 CD, at 730 MB, is inside it; a 4 GB live DVD is not, and no configuration changes that. If the artefact you want is specifically a DVD-sized 2006 image, it is an optical drive and a blank DVD, or it is the emulator.

Getting files in and out of a machine with no network

The modern conveniences are all unavailable: virtio-9p shared folders, virtio-serial, guest agents, clipboard sharing — every one needs a guest driver written years after this kernel. What works is what worked then, removable media, emulated.

# in: build a second CD and attach it alongside the live image
xorriso -as mkisofs -r -J -V PAYLOAD -o payload.iso payload/
qemu-system-i386 ... -drive if=ide,media=cdrom,file=payload.iso

# out: a small raw disk the guest can format, and the host can loop-mount
qemu-img create -f raw scratch.img 512M
qemu-system-i386 ... -drive if=ide,format=raw,file=scratch.img

Partition and mkfs.vfat the scratch disk once inside the guest, and every subsequent session has a two-way channel. FAT rather than ext2 for the reason it was chosen in 2006: both ends read it without argument. On the host afterwards, losetup -P gives you the partitions and an ordinary mount gives you the files.

Never put it on a network

Keep -nic none on the QEMU line. On real hardware, unplug the cable and leave the wireless switch off.

This is not a hedge or a policy position. A 2.6.15 kernel carries every locally and remotely exploitable bug found in that branch since February 2006, none of them fixed; the browser is of the same vintage, and the one manifest that survives from this domain pins it exactly, at mozilla-firefox-bin-1.5.0.3; the TLS stack cannot negotiate anything a current server will accept even if you wanted it to. Bridging that guest to your LAN puts an unpatchable machine inside your perimeter in exchange for nothing, because there is nothing left to fetch: the Portage snapshot is a fossil, and the Entropy servers a Sabayon-era install reaches for stopped answering years ago. The full risk assessment for an unsupported system is a separate piece; for a live image booted out of curiosity, the air-gapped case is the only one worth arguing about, and -nic none gives you it for free.

Appendix: archiving an old ISO so it survives the next twenty years

Every problem on this page is downstream of somebody, twenty years ago, not doing the following. It costs ten minutes.

Read physical discs with a tool that expects failure. ddrescue -d -r3 /dev/sr0 disc.iso disc.log reads the raw device with direct access and retries, and its log lets you resume against a second copy of the same disc to fill in what the first could not read. Copying files off a mounted disc instead loses the boot catalog, and an ISO without its boot catalog is a data archive, not a bootable image.

Publish a checksum next to the file, not in a forum post. sha256sum disc.iso > disc.iso.sha256. If the project published its own checksums, keep those too, verbatim, in a separate file — they are the only thing that can ever tie your copy to what shipped. That is exactly where the archive item quoted above falls down: the host will tell you what it received in 2018, and nobody can tell you whether what it received in 2018 was a faithful copy or a re-master.

Keep the torrent file if one exists. A .torrent carries a SHA-1 for every piece of the exact bytes it was made from, which makes it an independent verification of an image whose checksum file has been lost — a property worth far more now than the swarm it was written for. This is not a hypothetical here. Two of this domain's torrent filenames are in the archive's index; one of them still returns a torrent rather than a page captured years later, and it is for a release whose .md5 file did not survive:

lxnaydesign.net/gentoo/torrents/RR4-Linux-3.0.RC1-miniEdition.torrent · Archive capture 2006-09-25 · fetched and parsed 2026-08-04

28,364 bytes · created 2006-07-01 09:15:31 UTC by Azureus 2.4.0.2 · tracker linuxtracker.org

comment: RR4 Linux 3.0 RC1 miniEdition

payload: RR4-Linux-3.0.RC1-miniEdition.iso, 726,630,400 bytes, plus its .md5 at 68 bytes

piece length 524,288 bytes · 1,386 pieces · 1,386 SHA-1 hashes

info hash 53363deebce512df96b454f4cc220a84d00a06f4

Read what that recovers. Six of this domain's MD5 files survive and this release is not among them — but the torrent gives the exact byte length of the ISO, a hash of every 512 KiB of it, and an info hash that identifies the release unambiguously. If a copy of that image ever surfaces on somebody's shelf, it can be checked to a finer resolution than the project's own MD5 would have allowed, twenty years after the tracker went quiet. Metadata outlived the files, which is the argument for keeping metadata.

Write a README, and be specific about what you did not verify. Where the bytes came from, the URL, the date, the checksum you computed, the checksum the project published if you found one, and a plain sentence about what remains unproven. Then put a copy somewhere that is not your house.

Standing — 2026-08-04

Still true
QEMU's pc machine is i440FX/PIIX3 with IDE, behind SeaBIOS, and remains the correct target for pre-2008 x86 guests; 11.0.3 is the current stable release, dated 2026-07-24. The Gentoo boot options quoted above are current documentation, in the handbook and on the genkernel page. Ventoy 1.1.17 shipped 2026-07-24 with memdisk mode intact. Sabayon 19.03 is still downloadable from ibiblio and the UMD mirror with agreeing MD5 files. All five of this domain's published kernel configs, and its RC1 miniEdition torrent, still fetch from the Internet Archive.
Ended / rotted
Xgl was removed from the X.org server in favour of AIGLX on 12 June 2008, in a commit titled "Remove xgl." The RR4 and RR64 images themselves appear not to survive anywhere, and Gentoo's own 2006.0 release directory is off the distfiles host. Sabayon's Entropy repositories no longer answer.
Actively wrong
Any instruction telling you to write a 2006 ISO to a USB stick with dd — those images pre-date isohybrid and it cannot work. Any instruction using -soundhw, removed in QEMU 7.1, or -no-acpi, removed in QEMU 9.0. Any suggestion that nomodeset helps a pre-KMS kernel. Any Ventoy guide giving F1 for memdisk mode, which changed to Ctrl+d at 1.0.83.
Not established
Whether the archive.org Gentoo 2006.0 item is a faithful copy of what Gentoo released. The Archive's own MD5 and SHA-1 prove only that the file has not changed since 2018; the publisher's DIGESTS are gone, so provenance cannot be established at all. What a 2006 disc other than this domain's has compiled into its kernel — the five configs settle RR4 and RR64 and say nothing about anyone else's build, and they are published configurations rather than a dump from a booted image. Which -cpu model is optimal rather than merely sufficient; the recommendation above clears the documented floor and was not measured against alternatives. Whether the 2006 discs are affected by any of the boot regressions reported against very old guests on recent QEMU releases; I found no report either way that names an image this old.

Sources & method

This is a procedure assembled from vendor documentation, kernel release history and six archive artifacts, all read on 4 August 2026. No image described here was booted to produce it, on hardware or in an emulator: every flag is justified from the option reference cited below, every boot option is quoted from Gentoo's own documentation, every statement about what these discs contain comes from configuration files the project published and this site re-fetched and parsed, and every place where a judgement was made rather than a document followed is marked as such in the text. That is a real limitation and it comes with its compensation — a procedure built this way can be checked line by line against its sources, and the failure table is arranged so that a reader who hits something not listed knows immediately that they are past the edge of what is documented here.

  1. QEMU, “i440FX PC (pc)”, qemu.org/docs/master/system/i386/pc.html — chipset composition, PIIX3 IDE, SeaBIOS as the machine's firmware.
  2. QEMU, “Invocation”, qemu.org/docs/master/system/invocation.html-cdrom on IDE1 master, -boot order=d, -vga std and cirrus, -usb, usb-tablet, -nic none, -m default of 128 MiB, -accel, -audiodev, -display, -k.
  3. QEMU, “Removed features”, qemu.org/docs/master/about/removed-features.html-soundhw removed in 7.1, -no-acpi removed in 9.0, versioned machine types at 5.1.0 and older removed.
  4. QEMU project front page, qemu.org — current stable release 11.0.3, dated 24 July 2026.
  5. Gentoo Wiki, “Handbook:AMD64/Blocks/Booting”, wiki.gentoo.orgnox, scandelay, nodetect, noapic, nolapic, nodhcp, docache and its two-times-the-CD RAM requirement, acpi=off, nosmp, nosata, nofirewire, nousb, slowusb, quoted directly.
  6. Gentoo Wiki, “Genkernel”, wiki.gentoo.org/wiki/Genkernel — the initramfs command-line parameters the handbook does not list, including cdroot, quoted directly.
  7. Ventoy, “memdisk”, ventoy.net/en/doc_memdisk.html — behaviour, the sub-1 GB guidance, and the hotkey change from F1 to Ctrl+d at 1.0.83.
  8. Ventoy, news, ventoy.net/en/doc_news.html — release 1.1.17, 2026-07-24.
  9. Syslinux Wiki, “Doc/isolinux”, wiki.syslinux.org — hybrid mode from ISOLINUX 3.72 and the required isohybrid post-processing step.
  10. Kernel Newbies, “Linux 2.6.31”, kernelnewbies.org/Linux_2_6_31 — USB 3.0 and xHCI support added, September 2009.
  11. NVM Express, “Linux Driver Information”, nvmexpress.org — “NVMe technology has been supported since kernel 3.3”. The same page notes a contemporaneous backport to 2.6-series kernels; the specification itself post-dates these discs by years either way.
  12. Mesa 3D documentation, “VirGL”, docs.mesa3d.org/drivers/virgl.html, with the virtio-gpu DRM driver's arrival in Linux 4.2 reported by Phoronix, June 2015 — secondary, used only to date guest-side virgl support.
  13. X.org server commit d15b3790, “Remove xgl.”, authored and committed by Adam Jackson 2008-06-12 — primary, the removal date. Context on the two competing approaches at the time: LWN, “AIGLX vs. Xgl”, March 2006, lwn.net/Articles/174726/. Xgl's first release on 2 January 2006 is as recorded in the Wikipedia article on Xgl, secondary, read 2026-08-04, and is the one date on this page resting on a tertiary source.
  14. Phoronix, “Intel Planning To End Legacy BIOS Support By 2020”, 2017-11-18, phoronix.comsecondary, reporting Brian Richardson's UEFI Plugfest presentation Last Mile Barriers to Removing Legacy BIOS and the UEFI Class 3 target.
  15. Internet Archive item GentooLinux2006.0X86LiveCD, with its file manifest — filename, 730,386,432 bytes, upload date 2018-04-01, uploader type, the description's kernel string, the Archive-computed MD5 and SHA-1, and the absence of any publisher checksum or DIGESTS file. distfiles.gentoo.org/releases/x86/2006.0/ was requested the same day and returns 404.
  16. Internet Archive captures of lxnaydesign.net/gentoo/kconfigs/config-stable (2006-02-25), config-stable-32 and config-stable-smp-32 (2006-07-05, 2006-09-11), RR64/config-stable (2005-12-26) and RR64/config-stable-64 (2006-06-02). Fetched with the id_ modifier so the Archive returns the original bytes, and read directly. Source for every CONFIG_ symbol, file size and generation timestamp on this page.
  17. Internet Archive capture of lxnaydesign.net/gentoo/torrents/RR4-Linux-3.0.RC1-miniEdition.torrent (2006-09-25). Fetched and decoded here: announce URL, comment, creation date, creating client, payload names and lengths, piece length, piece count and info hash are computed from the file, not quoted from a page about it.
  18. This site's own archive research, reported in full elsewhere: the release report of 18 June 2006 for the i386-to-i586 CHOST migration and the doslowusb fix, and the 3.0 RC1 miniEdition manifest for xorg-server-1.0.2-r4, xgl-0.0.1_p20060524, compiz-0.0.7_p20060404, mozilla-firefox-bin-1.5.0.3 and the 72 packages under x11-drivers. Nothing from the Internet Archive is reproduced on this site; those pages state what the records contain in this publication's own words.

No hardware, software or service named here has any relationship with this site: no sponsorship, no affiliate links, no review units, nothing. The Disclosures page states the standing policy, and errors on this page belong on Corrections, dated.

Corrections to this page — 2026-08-04

1. Standing said the per-release kernel .config files this domain published "appear not to survive anywhere". All five fetch from the Internet Archive, intact, with their generation timestamps inside them. They now have a section of their own, and the claim has moved from ended / rotted to still true.

2. Whether a 2006 disc could see an AHCI SATA controller was filed as not established, on the ground that the configs which would settle it were gone. They are not gone: CONFIG_SCSI_SATA_AHCI=y in all five, across both architectures and three kernel versions. The blocker-three paragraph now answers the question instead of deferring it.

3. The archive.org item was described as having "no checksum of any kind". The Archive computes and publishes an MD5 and a SHA-1 for every file it stores, and both are in that item's manifest. What is missing is a checksum from the publisher, which is a different claim, and the page now makes it. The file size was given as 696.6 MB, a mebibyte figure; it is 730,386,432 bytes. "A private account" was wrong about a visible uploader and has gone.

4. "Every boot option in the table below is documented in Gentoo's own installation handbook" was false for two of them. cdroot is documented on the genkernel page, not in the handbook, and the handbook spells the USB pause option slowusb, not this project's 2006 doslowusb. Both are now cited where they actually live, and the scandelay quotation, which had an "of" the handbook does not have, is now exact.

5. The memory advice rested on "memory past roughly 3.5 GB is unreachable" with nothing behind it. The recovered configs give the real reason — CONFIG_HIGHMEM4G and no PAE — and the handbook's docache requirement of twice the CD's size in RAM, which the recommended 1,536 MB does not comfortably meet for a 730 MB image.

6. Two sentences predicted what a reader would experience — "you will get one", "it will feel quicker than it did on the hardware of the time" — on a page whose method states nothing was booted. Both now argue from the build's own numbers and say plainly that nothing was measured.

7. "This domain published a torrent for every release in 2006" was an assumption. One torrent was found in the archive and parsed: 1,386 piece hashes for a release whose .md5 file did not survive. The appendix now shows the artifact instead of asserting the practice.

8. Firefox "1.5" was stated for a disc no manifest covers. The version is now cited to the manifest that does list it, at 1.5.0.3. The Phoronix piece on Intel and legacy BIOS was dated 2017-11-20; it is 2017-11-18. Xgl's removal date, previously carried on Wikipedia's authority, is now cited to the X.org commit that did it.