
After a brief hardware check, a familiar image appears: a cartoon hand holding a floppy disk. This “insert disk” screen greeted millions of Commodore Amiga 500 users from the late 80s onward, becoming one of the most recognizable boot images in home computing. It’s more than a startup screen—it’s a time machine back to clacking floppy drives, CRT glow, and long gaming nights. But why did it look so bold and blocky? Because it had to. The Amiga’s Kickstart ROM—256 KB in early versions—held the core of the operating system, leaving very little room for luxuries. Instead of storing a full bitmap image, which would have consumed thousands of bytes, the boot graphic was described procedurally. A compact routine issued simple commands like “move to this point,” “draw a line,” and “fill this shape,” constructing the image live on screen. The result was tiny, reliable, and fast. Those instructions were executed directly by the Motorola 68000 CPU from Kickstart ROM. Agnus managed access to chip RAM, while Denise converted the Amiga’s planar bitplanes—typically just a couple of them at boot—into a small palette of real colors displayed on PAL or NTSC televisions. The gray and white bars shown during the memory test weren’t dithering tricks or 1-bit illusions; they were actual palette entries chosen for clarity and compatibility. Although the Amiga’s blitter and Copper were already present from the very beginning, the boot hand deliberately avoided fancy effects. The code was conservative and timing-safe, designed to work identically on every machine. And it did—across early “Fat Agnus” Amiga 500s, later revisions with expanded memory support, and both PAL and NTSC systems.

Still, the hardware’s potential was obvious. Jay Miner’s custom chipset was already capable of far more: hardware sprites, smooth scrolling, and even Hold-And-Modify (HAM) modes with thousands of colors. Demos like the bouncing Boing Ball would soon show what the same chips could do once the operating system and software took over. That personality set the Amiga apart. Other computers of the era were functional but forgettable at boot. The Macintosh Plus or SE showed a tiny black-and-white icon. IBM PCs dropped you at a blinking command prompt. The Atari ST displayed a businesslike GEM logo. The Amiga’s hand did something different—it explained itself. “Put the disk here,” it seemed to say, “and the fun can begin.” That small touch helped define the Amiga’s identity: playful, creative, and welcoming, even within tight constraints. It foreshadowed the demo scene, where groups like Fairlight and Abyss would later push the same hardware to astonishing extremes. Today, emulators like FS-UAE recreate the boot screen exactly as it appeared. High-resolution reinterpretations show up on T-shirts and posters at retro meets. Reddit threads and YouTube “first boot” videos keep the memory alive. FPGA recreations like MiSTer nod to it, and the hand itself has been parodied, modified, and celebrated for decades. The Amiga 500’s insert-disk hand captures the machine’s soul: a simple, tactile beginning to boundless creativity. In an era of instant boots and invisible storage, it reminds us when computing felt physical, communal, and alive. Grab a floppy, dust off the rig—or fire up an emulator—and feel that whirr again.














