Slashdot Mirror


Antique Distros?

An anonymous reader asks: "I've got an old 486 that isn't doing anything (it has RedHat 6.2 on it and even that barely works), and I have been considering installing an even older distribution to make it more usable. I'm looking for something I can download still, has a good bit of programs, has X, and is still a relatively reasonable download for a 56K modem. I would like to download the distro with my new computer, then burn a CD or do something like that to install it on my old computer. The computer is a 486 at 33Mhz with 16MB RAM and a 1.5GB HDD. Any suggestions would be greatly appreciated."

9 of 96 comments (clear)

  1. Best idea... by ActiveSX · · Score: 3, Informative

    Your best bet is to roll your own, following the instructions at Linux From Scratch. It takes some time, but you can squeeze every bit of performance out of that machine that way.

  2. Don't use old tools by Professor+Collins · · Score: 5, Informative
    By forcing yourself to downgrade to older system software, you are foolishly limiting yourself from running the hundreds of new and useful apps that have been released for Linux lately, most of which depend on the latest versions of the kernel and libc (or binary-compatible substitutes). Not to mention there are hundreds of security holes in old Linux distros that have only been patched in the latest versions of the included software.

    I too faced this dilemma when trying to make use of a batch of 486 machines donated to our computer lab. My solution required a bit of elbow grease, but ensured that my machines both ran acceptably and had the latest and most secure versions of software available to them:

    • I built a Gentoo Linux system on the Athlon XP 2000+ machine in the lab, targetting all the software for 486 (gcc -O3 -m486 -march=486 -fomit-frame-pointer -s) and building a very stripped-down 2.4 kernel with only the bare necessities. I also replaced the standard GNU shell tools with BusyBox and GNU libc with uC-libc. On this fast machine, the compilation cycle didn't take long, and I was able to build and install everything into a temporary /install directory in less than four hours.
    • Once that was done, i tarred up the /install directory I had built and burned it onto an ISO along with a bootimage from tomsrtbt mini-Linux distro.
    • I then booted each 486 machine in turn from the CD, and used a shellscript I had written which created an ext2 partition, formatted it, and untarred the contents of my custom gentoo setup onto the disk, and set up grub to boot into it.
    With all this done, I was able to quickly and easily convert these seemingly worthless 486 machines into reasonable X terminals. Gentoo's e-merge infrastructure ensures that maintenance is easy, and that I have full control over the compilation process. This way, I can tailor every app to get maximum performance out of the limited but still substantial power of the 486 chip.
  3. One thing to be wary of by Tim_F · · Score: 4, Informative

    A lot of older distros (Mandrake and RedHat) will no longer be supported. So be wary if you're going to put this machine on the net. It may be very likely that there are security holes in some of the packages, and your machine could be easily hacked.

  4. Re:Early Slackware by Pyromage · · Score: 3, Informative

    Why old? That's a waste: I have an old 486DX50mhz running slack 8.1 beautifully.

  5. i can't suggest a distro, but i can suggest an os by honold · · Score: 2, Informative

    openbsd. it runs great on my soekris net4501 (486/133 - 64mb - 32mb compact flash disk). you can follow the procedure outlined here in the openbsd faq to get up and running on a system with less than 32mb of ram

  6. FreeBSD works great by pillohead · · Score: 2, Informative

    I have a 486 w/ 16MB of RAM and a 700 MB hard drive that FreeBSD 4.7 happily resides on. I just use NFS to mount my main machine's port tree and have access to all those apps ported to FreeBSD. Sorry I forgot... BSD is dead.

  7. Re:One option by questionlp · · Score: 4, Informative
    You don't have to download all four ISO images, but instead, you can download the mini ISO install image for FreeBSD 4.7 and use Ports to download and build the stuff that you need. You can also use CVSup to pull down the sources and enable compression over slower links.

    The only problem is that the installer for the more recent FreeBSD versions require more than 8MB of RAM (12MB is the bare minimum I think). For firewall and/or router purposes, try out ClosedBSD which is based on PicoBSD (which in turn is based on an earlier release of FreeBSD). You can download the ISO from there.

    For even a smaller install, NetBSD might do the trick, as well as OpenBSD.

  8. OpenBSD and NetBSD by Ivan+Raikov · · Score: 5, Informative

    Assuming you have more than 4 or 8MB of RAM, I would suggest try putting FreeBSD [freebsd.org] on it.

    I'd also suggest trying out OpenBSD; I've been running it on an old ThinkPad wtih 486/25MHz processor and 12 MB of RAM. I can run Emacs 20.x and the OpenSSH server on that machine, and still have about 6 - 8 MB of free RAM. I use it mostly as a type-writer, but GCC 2.95 is perfectly usable on it.

  9. My votes: Slackware 3.0, or perhaps Red Hat 4.2. by JessLeah · · Score: 3, Informative

    These distros were what I was using years and years hence. I recall running a stripped-down Slack 3.0 on a '386-16 laptop with 4MB of RAM and an 80MB HDD. (No kidding. It was an AT&T Safari-- remember those? If you squinted just right, you could swear the front of the case said "Satan" instead of "Safari". Or maybe that was the demons in my head taunting me. ;) )

    Red Hat 4.2 used to run just dandy on desktops I had with around the level of hardware power you're talking about.

    If you want to be lean and mean, go with Slackware. If you want something a bit more user-friendly/desktop-ish, go with Red Hat. However, I must say that installing Slackware 3.0 was never terribly hard for me. It was the first time I installed Linux, and the whole process went rather smoothly. If you know any existing modern distros well enough, Slack 3 should be a cakewalk for you.