IRIX and Software

Tutorial: install Irix from Debian/Ubuntu

Hi all,
I received a request about to create a install server for IRIX from debian (it works also from Ubuntu)
It works from a dedicated PC or from VirtualBox if you configure the LAN by bridge .
This tuto also works to run Gentoo or OpenBSD images.

1/ Install your debian (search on google if you don't know how to)

2/ In your Debian/Ubuntu system install tftpd and rsh-server (you must have it for IRIX, optional for *BSD or Linux) with aptitude.
If you don't have aptitude, in a root terminal:

Code: Select all

apt-get install aptitude

then:

Code: Select all

aptitude install tftpd
mkdir /srv/tftp
chmod 777 /srv/tftp
chown nobody /srv/tftp
aptitude install rsh-server


3/ Now you have to configure the server, for example my server has an IP=192.168.0.1, my SGI has IP=192.168.0.3 with hostname="octane" and MAC=08:00:69:0e:47:98

Code: Select all

echo "192.168.0.3 octane" >> /etc/hosts
echo "192.168.0.3" > /root/.rhosts
echo "08:00:69:0e:47:98 192.168.0.3" >> /etc/ethers


4/ Copy the files from your CDs or Iso (with the mount command) in /srv/tftp, create some directories for all CDs (ex: /srv/tft/1 /srv/tftp/2 ...), If you want to try OpenBSD or Linux, put images in /srv/tftp

5/ On your SGI machine go the prompt and set:

Code: Select all

setenv -p netaddr 192.168.0.3
setenv -p srvaddr 192.168.0.1


And that all:
to make partitions , in prompt:

Code: Select all

boot -f bootp()192.168.0.1:/srv/tftp/1/stand/fx.64 --x


to run OpenBSD or Linux:

Code: Select all

boot -f bootp()192.168.0.1:/srv/tftp/imageBSD.img


And finally install Irix :
go to " install system software " then " remote directory "and

Code: Select all

192.168.0.1
and

Code: Select all

/srv/tftp/1/dist
You can also edit bootptab to customize the files available to each client.
:PI: :O2: :Indigo2IMP: :Indigo2IMP: