Lying about somewhere in my loft, I uncovered a Targa TS30AS laptop, from sometime in the early to mid 1990s. I’d thrown out the battery ages ago, and the machine is almost as old as me, so I had a certain nostalgia using the DOS/Windows 95 system that was installed on it.
Nevertheless, I wanted to see if it could be pushed a little further. The specs of this machine are laughable by today’s standards: 8miB of RAM, a ~75 or 100mHz CPU (a 486DX2) and a 500miB hard drive. This beast is ancient, without doubt.
Nevertheless, it fell well within the system requirements for version 1.1 buzz of Debian GNU/Linux. It has no network card, of course, so it had to be installed with a stack of floppies. An archive of this release for the i386 architecture is available here.
After some beating, I did get it to work. And, to demonstrate to the world how sad I am, here it is on video. If you turn the volume up really loud, then you can hear me doing some (slightly incorrect) narrative patter over the top, but if you want to cut to the meat of the scenario, skip to 1:46.
Despite the distribution’s age, the installer was relatively friendly. If you’ve been through an Ubuntu or Debian installation from the ‘alternate’ CD, you won’t have a problem with it at all.
The first act is to write the images to the disks. You need a floppy drive, and six floppies. The general command for writing images to floppies under Linux is dd, so, to write the boot image to a disk, use this command:
# dd if=boot1440.bin of=/dev/fd0
Don’t forget to (a) become root beforehand, using sudo or other means, and (b) check where your floppy drive actually is. As I understand it, USB floppies are a bit different, as they work more like USB mass storage devices. If the floppy is mounted, you’ll also have to unmount it beforehand.
Under Windows, a better solution might be RaWrite for Windows. Google is your friend here.
Very conveniently, along with the install disks there is an installation guide (PostScript, HTML). Read that thoroughly beforehand. And it goes without saying that if you have important documents on your ancient PC (and why you would, I don’t know) then back ‘em up, because installing Debian 1.1 will hose your hard drive.
Software wise, there isn’t much installed on the machine. I am somewhat restricted by the fact that the machine has no CD-ROM or network card, and therefore can’t use dselect. At present, it has vi, man, fortune and joe installed on it – everything else comes from the base installation. In laymen’s terms, there is only the bare minimum of stuff on this system.
It is possible to split a package and then merge it back together again on the other side, but this takes ages, and I wouldn’t want to try installing a modern desktop environment like KDE or GNOME using this method. Debian 1.1 does have X11 in the repositories, but without any ‘modern’ window managers. Bottom line: if you’re afraid of the console, don’t do it.
