[parisc-linux] Installing from network

Richard Hirst rhirst@linuxcare.com
Tue, 8 Jan 2002 17:44:20 +0000


On Tue, Jan 08, 2002 at 05:47:39PM +0100, Jaap Boender wrote:
> Hi,
> 
> I've got a 712/60, on which I'd like to install Linux. So, being of simple
> mind, I downloaded the palinux-0.9.3-base ISO image and set up DHCP so the
> 712 boots this file. This works quite well - up to a point. The image boots,
> and the installer starts; however, when it wants to install a kernel and
> drivers onto the hard drive, it hangs. I can restart the installer with Ctrl-C
> at this point, but I can't get past this point in the installation. 
> 
> Manually unpacking the drivers.tgz file from a shell gives the same result.
> 
> So, am I doing something wrong, or is it simply lack of memory (the box only
> has 16 Mb), or should I just boot another way? I'd appreciate any help.

You want to boot a file known as a lifimage, not the ISO.  The ISO is a
CD image.  If you burn a CD from the image you should find 'lifimage'
somewhere like

dists/woody/main/disks-hppa/current/lifimage

Alternatively you could grab that file from somewhere like

<http://http.us.debian.org/debian/dists/woody/main/disks-hppa/current/lifimage>

Personally I'd burn that ISO, or loopback mount it, and export it from
a server via http or nfs.

16MB is rather small though, so it might be that you won't be
successful without adding more memory.  I'd guess that it would run ok
once installed, but the installer needs 6MB for a ramdisk.  Make sure you
define a swap partition and that it is activated.

Richard