![]() |
|
![]() |
![]() |
![]() |
![]() |
|
Howto install Debian GNU/Linux on a SGI IndyStaf Wagemakers ( stafwag@f2s.com)v0.0.3, 18 Jun. 2001This document describes how you can install the base Debian Gnu/Linux distribution on your Indy. 1. Getting Debian Gnu/Linux1.1 Get the base distribution
The base distribution is available at ftp://ftp.uni-mainz.de/pub/Linux/debian-local/mips/
1.2 Get the linux kernel
You need a linux kernel that is compiled for a mips system, a pre-compiled kernel is available at
ftp://ftp.rfc822.org/pub/local/debian-mips/kernel/
2. Setup the installation host2.1 Setup a DHCP server
Install the dhcp server ( just type "apt-get install dhcp" if you are using Debian Gnu/Linux :) )
If you use a 2.4 kernel on your DHCP server you've to run
2.2 Setup the tftp service
The indy will download the linux kernel by tftp at the boot time, so we need to export /indy.
Edit /etc/inetd.conf and modify the ftp entry.
Erich Schubert reported that he had a problem with tftp and the 2.4 kernel series: With Kernel 2.4 there's a problem with a bug in the Indy's PROM: tftp doesn't work if the Port is above 32768, which is default with 2.4, and wasn't with 2.2. 2.3 Setup the nfs-server
We need a nfs root filesystem therefor we need to export /indy by nfs. 3 Installation3.1 boot timePower on your indy and select "Stop for system maintenance" during the boot phase. Select "Enter command monitor" from the main menu.
I'm not sure this really necessary but it's recommended to set the netaddr system variable to
the right ip-address. You can get the current value with the "printenv netaddr" command.
And the boot the linux kernel with the boot command
3.2 Partition your hard driveAttention: you will lose all data on your disk if you follow the next step!
Partition your hd with "fdisk /dev/sda", my partition table looks like this
3.3 Install the base fs
Format your root fs 3.4 Install the kernelInstall the kernel to your boot disk.
4. Finish your installation4.1 Boot from your hd
Reboot your system and go to the "command mode" and type:
4.2 Update your configuration
"/" is mounted as read-only in order to modify some configuration files we have to remount it.
Logon to the system and type
|
||
![]() |
![]() |