old-www/HOWTO/4mb-Laptops-2.html

93 lines
3.5 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<HTML>
<HEAD>
<META NAME="GENERATOR" CONTENT="SGML-Tools 1.0.9">
<TITLE>4mb Laptop HOWTO: The Laptops</TITLE>
<LINK HREF="4mb-Laptops-3.html" REL=next>
<LINK HREF="4mb-Laptops-1.html" REL=previous>
<LINK HREF="4mb-Laptops.html#toc2" REL=contents>
</HEAD>
<BODY>
<A HREF="4mb-Laptops-3.html">Next</A>
<A HREF="4mb-Laptops-1.html">Previous</A>
<A HREF="4mb-Laptops.html#toc2">Contents</A>
<HR>
<H2><A NAME="s2">2. The Laptops</A> </H2>
<P>This section describes the laptops that I have used this procedure on,
the problems faced when installing Linux on them and the solutions to those
problems (in outline).
<H2><A NAME="ss2.1">2.1 Basic Specifications</A>
</H2>
<H3>Compaq Contura Aero </H3>
<P>
<UL>
<LI>25MHz 486SX CPU</LI>
<LI>4mb RAM</LI>
<LI>170mb Hard Disk</LI>
<LI>1 PCMCIA Type II slot</LI>
<LI>External PCMCIA 3.5" Floppy drive
<BLOCKQUOTE>The PCMCIA floppy drive has a proprietary interface which is partly handled
by the Aero's unique BIOS. The Linux PCMCIA drivers can't work with it. According
to the PCMCIA-HOWTO, if the drive is connected when the laptop boots it will
work as a standard drive and Card Services will ignore the socket but it is
not hot-swappable. However, I found that the drive becomes inaccessible as
soon as Card Services start unless there is a mounted disk in the drive. This
has implications for the installation process - these are covered at the relevant
points. </BLOCKQUOTE>
</LI>
</UL>
<H3>Toshiba T1910 </H3>
<P>
<UL>
<LI>33MHz 486SX CPU</LI>
<LI>4mb RAM</LI>
<LI>200 mb Hard Disk</LI>
<LI>Internal 3.5" Floppy drive</LI>
<LI>1 PCMCIA Type II/III slot</LI>
</UL>
<H2><A NAME="ss2.2">2.2 The Problem</A>
</H2>
<P>The small hard disks and the lack of an internal floppy on the Aero make
the installation more tricky than normal but the real problem is the RAM. None
of the current distributions has an installation disk that will boot in 4mb,
not even if the whole hard disk is a swap partition.
<P>The standard installation uses a boot disk to uncompress a root-partition
image (either from a second floppy or from CD-ROM) into a ram-disk. The root-image
is around 4mb in size. That's all the RAM available in this scenario. Try it
and it freezes while unpacking the root-image.
<H2><A NAME="ss2.3">2.3 The Solution</A>
</H2>
<P>The answer is to eliminate the ram-disk. If you can mount root on a physical
partition you will have enough memory to do the install. Since the uncompressed
ram-disk is too big to fit on a floppy, the only place left is on the hard
disk of the laptop. The steps are:
<P>
<OL>
<LI>Find something that will boot in 4mb ram and which can also create ext2
partitions.</LI>
<LI>Use it to create a swap partition and a small ext2 partition on the laptop's
hard disk.</LI>
<LI>Uncompress the installation root-image and copy it onto the ext2 partition.</LI>
<LI>Boot the laptop from the installation boot-disk, pointing it at the ext2
partition on the hard disk.</LI>
<LI>The installation should go more or less as normal from here.</LI>
</OL>
<P>The only question was whether a distribution that wouldn't install (under
normal circumstances) on the laptops would run on them. The short answer is
"Yes".
<P>If you're an old Linux hand then that's all you need to know. If not, read
on - some of the steps listed above aren't as simple as they look.
<HR>
<A HREF="4mb-Laptops-3.html">Next</A>
<A HREF="4mb-Laptops-1.html">Previous</A>
<A HREF="4mb-Laptops.html#toc2">Contents</A>
</BODY>
</HTML>