<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://tech-pubs.net/wiki/index.php?action=history&amp;feed=atom&amp;title=Using_Reanimator_to_Install_IRIX</id>
	<title>Using Reanimator to Install IRIX - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://tech-pubs.net/wiki/index.php?action=history&amp;feed=atom&amp;title=Using_Reanimator_to_Install_IRIX"/>
	<link rel="alternate" type="text/html" href="https://tech-pubs.net/wiki/index.php?title=Using_Reanimator_to_Install_IRIX&amp;action=history"/>
	<updated>2026-04-24T08:23:01Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.44.2</generator>
	<entry>
		<id>https://tech-pubs.net/wiki/index.php?title=Using_Reanimator_to_Install_IRIX&amp;diff=303&amp;oldid=prev</id>
		<title>Raion: Created page with &quot;This guide uses &#039;&#039;&#039;Reanimator&#039;&#039;&#039;, described by the authors as &quot;Reanimator allows Silicon Graphics IRIX network installation using a Raspberry Pi or VirtualBox&quot; to install IRIX 6.5.  Other versions of IRIX are supported.   == Setting up the Installation == To enter Command Monitor, boot the SGI and click on &quot;Stop for Maintenance dialog&quot; or press Esc. Click on &quot;Enter Command Monitor&quot; or press &quot;5&quot; (on Indy, numbers can change on other SGI model).  Two IP client addresse...&quot;</title>
		<link rel="alternate" type="text/html" href="https://tech-pubs.net/wiki/index.php?title=Using_Reanimator_to_Install_IRIX&amp;diff=303&amp;oldid=prev"/>
		<updated>2025-09-24T02:46:17Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;This guide uses &amp;#039;&amp;#039;&amp;#039;Reanimator&amp;#039;&amp;#039;&amp;#039;, described by the authors as &amp;quot;Reanimator allows Silicon Graphics IRIX network installation using a Raspberry Pi or VirtualBox&amp;quot; to install &lt;a href=&quot;/wiki/index.php/IRIX_6.5&quot; title=&quot;IRIX 6.5&quot;&gt;IRIX 6.5&lt;/a&gt;.  Other versions of IRIX are supported.   == Setting up the Installation == To enter Command Monitor, boot the SGI and click on &amp;quot;Stop for Maintenance dialog&amp;quot; or press Esc. Click on &amp;quot;Enter Command Monitor&amp;quot; or press &amp;quot;5&amp;quot; (on Indy, numbers can change on other SGI model).  Two IP client addresse...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;This guide uses &amp;#039;&amp;#039;&amp;#039;Reanimator&amp;#039;&amp;#039;&amp;#039;, described by the authors as &amp;quot;Reanimator allows Silicon Graphics IRIX network installation using a Raspberry Pi or VirtualBox&amp;quot; to install [[IRIX 6.5]].  Other versions of IRIX are supported. &lt;br /&gt;
&lt;br /&gt;
== Setting up the Installation ==&lt;br /&gt;
To enter Command Monitor, boot the SGI and click on &amp;quot;Stop for Maintenance dialog&amp;quot; or press Esc. Click on &amp;quot;Enter Command Monitor&amp;quot; or press &amp;quot;5&amp;quot; (on Indy, numbers can change on other SGI model).&lt;br /&gt;
&lt;br /&gt;
Two IP client addresses are available:&lt;br /&gt;
&lt;br /&gt;
IRIS: setenv netaddr 192.168.9.1&lt;br /&gt;
&lt;br /&gt;
or&lt;br /&gt;
&lt;br /&gt;
IRIS2: setenv netaddr 192.168.9.2&lt;br /&gt;
&lt;br /&gt;
To reboot from disk 1 after the installation, run in Command Monitor:&lt;br /&gt;
 &amp;lt;code&amp;gt;&amp;gt;&amp;gt;setenv SystemPartition dksc(0,1,8)&lt;br /&gt;
 &amp;gt;&amp;gt;setenv OSLoadPartition dksc(0,1,0)&lt;br /&gt;
 &amp;gt;&amp;gt;setenv OSLoader sash&lt;br /&gt;
 &amp;gt;&amp;gt;setenv OSLoadFilename unix&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Partitioning the Drive ==&lt;br /&gt;
Indy:&lt;br /&gt;
&lt;br /&gt;
bootp():IRIX/6.5.22/ovl1/stand/fx.ARCS -x&lt;br /&gt;
&lt;br /&gt;
bootp():IRIX/irix53/1/stand/fx.ARCS -x&lt;br /&gt;
&lt;br /&gt;
bootp():IRIX/irix62/1/stand/fx.ARCS -x&lt;br /&gt;
&lt;br /&gt;
bootp():IRIX/irix650/1/stand/fx.ARCS -x&lt;br /&gt;
&lt;br /&gt;
bootp():IRIX/irix657/1/stand/fx.ARCS -x&lt;br /&gt;
&lt;br /&gt;
Octane2:&lt;br /&gt;
&lt;br /&gt;
bootp():IRIX/6.5.30/disc1/stand/fx.64 -x&lt;br /&gt;
&lt;br /&gt;
bootp():IRIX/irix650/1/stand/fx.64 -x&lt;br /&gt;
&lt;br /&gt;
bootp():IRIX/irix657/1/stand/fx.64 -x&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;**&amp;lt;/nowiki&amp;gt; tip **&lt;br /&gt;
&lt;br /&gt;
- define a &amp;quot;part&amp;quot; variable in Command Monitor:&lt;br /&gt;
&lt;br /&gt;
Indy: setenv -p part &amp;quot;bootp():IRIX/6.5.22/ovl1/stand/fx.ARCS -x&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Octane2: setenv -p part &amp;quot;bootp():IRIX/6.5.30/disc1/stand/fx.64 -x&amp;quot;&lt;br /&gt;
&lt;br /&gt;
This way, shortcuts can run $part in Command Monitor to easily start the disk partitioning program&lt;br /&gt;
&lt;br /&gt;
Troubleshooting&lt;br /&gt;
&lt;br /&gt;
If the disk partition program doesn&amp;#039;t start, please check:&lt;br /&gt;
&lt;br /&gt;
 1. netaddr is properly configured in Command Monitor.&lt;br /&gt;
&lt;br /&gt;
 2. if the problem persists, connect your sgi computer to Reanimator using a straight-through cable, not a crossover.&lt;br /&gt;
&lt;br /&gt;
 3. in cases 1 and 2, try typing the server name before &amp;quot;:&amp;quot;, for example: &amp;quot;bootp()rbpi:IRIX/6.5.22/ovl1/stand/fx.ARCS -x&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
 This problem is described on &amp;quot;Bootpd server receives requests, but ignores them.&amp;quot; &amp;lt;nowiki&amp;gt;http://techpubs.spinlocksolutions.com/irix/remote-irix-6.5-installation-from-linux.html&amp;lt;/nowiki&amp;gt; and is logged on /var/log/daemon.log&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;http://ibgwww.colorado.edu/~lessem/psyc5112/usail/peripherals/disks/adding/sgi.html&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Warning: depending on the documentation used, the procedure can be slightly different. This guide assumes the drive is neither labeled nor partitioned.&lt;br /&gt;
&lt;br /&gt;
Press Enter a couple of times to select the default system disk on SCSI controller 0, ID 1, lun 0&lt;br /&gt;
&lt;br /&gt;
fx&amp;gt; [l]abel&lt;br /&gt;
&lt;br /&gt;
fx/label&amp;gt; [c]reate&lt;br /&gt;
&lt;br /&gt;
fx/label/create&amp;gt; [a]ll&lt;br /&gt;
&lt;br /&gt;
fx/label/create&amp;gt; ..&lt;br /&gt;
&lt;br /&gt;
fx/label&amp;gt; [sy]nc&lt;br /&gt;
&lt;br /&gt;
fx/label&amp;gt; ..&lt;br /&gt;
&lt;br /&gt;
fx&amp;gt; [r]epartition&lt;br /&gt;
&lt;br /&gt;
fx/repartition&amp;gt; [ro]otdrive&lt;br /&gt;
&lt;br /&gt;
fx/repartition/rootdrive: type of data partition = (xfs)&lt;br /&gt;
&lt;br /&gt;
fx/repartition&amp;gt; /exit&lt;br /&gt;
&lt;br /&gt;
== Setting up the installer ==&lt;br /&gt;
- Enter System Maintenance menu, press 2 or click on &amp;quot;Install system software&amp;quot;&lt;br /&gt;
&lt;br /&gt;
- Press 2 or click on &amp;quot;From remote directory&amp;quot;&lt;br /&gt;
&lt;br /&gt;
- Enter &amp;quot;rbpi&amp;quot; or &amp;quot;debian&amp;quot; (according to the installation platform) as &amp;quot;server name&amp;quot;, NOT the IP address&lt;br /&gt;
&lt;br /&gt;
- For example:&lt;br /&gt;
&lt;br /&gt;
Indy:&lt;br /&gt;
&lt;br /&gt;
IRIX/6.5.22/ovl1/dist&lt;br /&gt;
&lt;br /&gt;
Octane2:&lt;br /&gt;
&lt;br /&gt;
IRIX/6.5.30/disc1/dist for Octane2&lt;br /&gt;
&lt;br /&gt;
General table for each IRIX version:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!IRIX version&lt;br /&gt;
!Remote directory&lt;br /&gt;
|-&lt;br /&gt;
|5.3&lt;br /&gt;
|IRIX/irix53/1/dist&lt;br /&gt;
|-&lt;br /&gt;
|6.2&lt;br /&gt;
|IRIX/irix62/1/dist&lt;br /&gt;
|-&lt;br /&gt;
|6.3&lt;br /&gt;
|IRIX/irix63/1/dist&lt;br /&gt;
|-&lt;br /&gt;
|6.5.0&lt;br /&gt;
|IRIX/irix650/1/dist&lt;br /&gt;
|-&lt;br /&gt;
|6.5.7&lt;br /&gt;
|IRIX/irix657/1/dist&lt;br /&gt;
|-&lt;br /&gt;
|6.5.22&lt;br /&gt;
|IRIX/6.5.22/ovl1/dist&lt;br /&gt;
|-&lt;br /&gt;
|6.5.30&lt;br /&gt;
|IRIX/6.5.30/disc1/dist&lt;br /&gt;
|}&lt;br /&gt;
If asked for system name or IP, specify the name/IP according the netaddr variable in Command Monitor:&lt;br /&gt;
&lt;br /&gt;
IRIS for 192.168.9.1&lt;br /&gt;
&lt;br /&gt;
IRIS2 for 192.168.9.2&lt;br /&gt;
&lt;br /&gt;
Troubleshooting&lt;br /&gt;
&lt;br /&gt;
If the installer program doesn&amp;#039;t start, please check:&lt;br /&gt;
&lt;br /&gt;
 1. netaddr is properly configured in Command Monitor.&lt;br /&gt;
&lt;br /&gt;
 2. if the problem persists, connect the sgi computer to Reanimator using a straight-through cable, not a crossover.&lt;br /&gt;
&lt;br /&gt;
 3. if the problem persists again, try booting the installer program using the &amp;quot;hard way&amp;quot;, booting from Command Monitor.&lt;br /&gt;
&lt;br /&gt;
 - Indy, 6.5.22 and RBPi: bootp():IRIX/6.5.22/ovl1/dist/miniroot/unix.IP22 or bootp()rbpi:IRIX/6.5.22/ovl1/dist/miniroot/unix.IP22&lt;br /&gt;
&lt;br /&gt;
 - Indy, 6.2 and RBPi: bootp():IRIX/irix62/1/stand/sashARCS or bootp()rbpi:IRIX/irix62/1/stand/sashARCS&lt;br /&gt;
&lt;br /&gt;
 - Indy, 5.3 and RBPi: bootp():IRIX/irix53/1/stand/sashARCS or bootp()rbpi:IRIX/irix53/1/stand/sashARCS&lt;br /&gt;
&lt;br /&gt;
 - Octane2, 6.5.20 and RBPi: bootp():IRIX/6.5.30/disc1/stand/sash64 or bootp()rbpi:IRIX/6.5.30/disc1/stand/sash64&lt;br /&gt;
&lt;br /&gt;
 Check the directories of your IRIX version to find the right installer program.&lt;br /&gt;
&lt;br /&gt;
Select option &amp;quot;13. admin&amp;quot; --&amp;gt; &amp;quot;11. mkfs&amp;quot; --&amp;gt; (y)es --&amp;gt; yes --&amp;gt; &amp;quot;21. return&amp;quot; (numbers can change depending on the Inst version)&lt;br /&gt;
&lt;br /&gt;
When formatting a partition, follow spinlocksolutions&amp;#039;s advice:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;If working with a new disk, the installer will ask to format partitions and the block size to use. Use 4096kB block size for disks larger than 4GB, 512B otherwise.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== IRIX Installation ==&lt;br /&gt;
Load the selections file according to the IRIX version installed. Check the right file on Reanimator&amp;#039;s main menu, for example:&lt;br /&gt;
&lt;br /&gt;
Use &amp;quot;rbpi&amp;quot; or &amp;quot;debian&amp;quot; according to the installation platform&lt;br /&gt;
&lt;br /&gt;
6.5.22: Select option &amp;quot;13. admin&amp;quot; --&amp;gt; &amp;quot;15. load filename&amp;quot; --&amp;gt; irix@rbpi:i/6.5.22.txt --&amp;gt; &amp;quot;21. return&amp;quot;&lt;br /&gt;
&lt;br /&gt;
6.5.30: Select option &amp;quot;13. admin&amp;quot; --&amp;gt; &amp;quot;15. load filename&amp;quot; --&amp;gt; irix@rbpi:i/6.5.30.txt --&amp;gt; &amp;quot;21. return&amp;quot;&lt;br /&gt;
&lt;br /&gt;
6.5.7: Select option &amp;quot;13. admin&amp;quot; --&amp;gt; &amp;quot;15. load filename&amp;quot; --&amp;gt; irix@rbpi:i/6.5.7.txt --&amp;gt; &amp;quot;21. return&amp;quot;&lt;br /&gt;
&lt;br /&gt;
2024/05/24 update: It seems that NFS is not installed. After installation, reboot and install the source irix@IP_Reanimator:i/IRIX/irix65x/nfs/dist, for example:&lt;br /&gt;
&lt;br /&gt;
Reference: &amp;lt;nowiki&amp;gt;https://forums.sgi.sh/index.php?threads/nfs-weirdness.563/&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
 &amp;lt;code&amp;gt;# inst&lt;br /&gt;
 1. from [source ...]&lt;br /&gt;
 Install software from: irix@192.168.9.100:i/IRIX/irix65x/nfs/dist&lt;br /&gt;
 Inst&amp;gt; conflicts&lt;br /&gt;
 &lt;br /&gt;
 nfs.sw.nis (1274627335) is incompatible with eoe.sw.base (1289434520)&lt;br /&gt;
   1a. Do not install nfs.sw.nis (1274627335)&lt;br /&gt;
   1b. Open new distribution to resolve conflict&lt;br /&gt;
 &lt;br /&gt;
 nfs.sw.nfs (1274627335) is incompatible with eoe.sw.base (1289434520)&lt;br /&gt;
   2a. Do not install nfs.sw.nfs (1274627335)&lt;br /&gt;
   2b. Open new distribution to resolve conflict&lt;br /&gt;
 ...&lt;br /&gt;
 Inst&amp;gt; conflicts 1b&lt;br /&gt;
 Install software from: irix@192.168.9.100:i/IRIX/6.5.22/ovl1/dist&lt;br /&gt;
 &lt;br /&gt;
 Install software from: done&lt;br /&gt;
 &lt;br /&gt;
 Inst&amp;gt; go&amp;lt;/code&amp;gt;&lt;br /&gt;
If there is no selections file for the IRIX version, one must write the sources manually: select option &amp;quot;1. from [source]&amp;quot; and add the right sources, type &amp;quot;rbpi&amp;quot; or &amp;quot;debian&amp;quot; for server name, SKIP &amp;quot;/&amp;quot; before &amp;quot;i&amp;quot;. For example:&lt;br /&gt;
&lt;br /&gt;
Indy: use &amp;quot;rbpi&amp;quot; or &amp;quot;debian&amp;quot; according to the installation platform&lt;br /&gt;
&lt;br /&gt;
irix@rbpi:i/IRIX/6.5.22/ovl1/dist&lt;br /&gt;
&lt;br /&gt;
irix@rbpi:i/IRIX/6.5.22/ovl2/dist&lt;br /&gt;
&lt;br /&gt;
irix@rbpi:i/IRIX/6.5.22/ovl3/dist&lt;br /&gt;
&lt;br /&gt;
irix@rbpi:i/IRIX/6.5.22/apps/dist&lt;br /&gt;
&lt;br /&gt;
irix@rbpi:i/IRIX/irix65x/f1/dist&lt;br /&gt;
&lt;br /&gt;
irix@rbpi:i/IRIX/irix65x/f2/dist&lt;br /&gt;
&lt;br /&gt;
irix@rbpi:i/IRIX/irix65x/nfs/dist&lt;br /&gt;
&lt;br /&gt;
(optional) irix@rbpi:i/IRIX/irix65x/devl/dist&lt;br /&gt;
&lt;br /&gt;
(optional) irix@rbpi:i/IRIX/irix65x/devf13/dist&lt;br /&gt;
&lt;br /&gt;
Octane2: use &amp;quot;rbpi&amp;quot; or &amp;quot;debian&amp;quot; according to the installation platform&lt;br /&gt;
&lt;br /&gt;
irix@rbpi:i/IRIX/6.5.30/disc1/dist&lt;br /&gt;
&lt;br /&gt;
irix@rbpi:i/IRIX/6.5.30/disc2/dist&lt;br /&gt;
&lt;br /&gt;
irix@rbpi:i/IRIX/6.5.30/disc3/dist&lt;br /&gt;
&lt;br /&gt;
irix@rbpi:i/IRIX/6.5.30/apps/dist&lt;br /&gt;
&lt;br /&gt;
irix@rbpi:i/IRIX/6.5.30/capps/dist&lt;br /&gt;
&lt;br /&gt;
irix@rbpi:i/IRIX/irix65x/f1/dist&lt;br /&gt;
&lt;br /&gt;
irix@rbpi:i/IRIX/irix65x/f2/dist&lt;br /&gt;
&lt;br /&gt;
irix@rbpi:i/IRIX/irix65x/nfs/dist&lt;br /&gt;
&lt;br /&gt;
(optional) irix@rbpi:i/IRIX/irix65x/devl/dist&lt;br /&gt;
&lt;br /&gt;
(optional) irix@rbpi:i/IRIX/irix65x/devf13/dist&lt;br /&gt;
&lt;br /&gt;
For IRIX 6.5.7: use &amp;quot;rbpi&amp;quot; or &amp;quot;debian&amp;quot; according to the installation platform&lt;br /&gt;
&lt;br /&gt;
irix@rbpi:i/IRIX/irix657/1/dist&lt;br /&gt;
&lt;br /&gt;
irix@rbpi:i/IRIX/irix657/2/dist&lt;br /&gt;
&lt;br /&gt;
irix@rbpi:i/IRIX/irix657/apps/dist&lt;br /&gt;
&lt;br /&gt;
(optional) irix@rbpi:i/IRIX/irix65x/devf/dist&lt;br /&gt;
&lt;br /&gt;
(optional) irix@rbpi:i/IRIX/irix65x/devl/dist&lt;br /&gt;
&lt;br /&gt;
irix@rbpi:i/IRIX/irix65x/f1/dist&lt;br /&gt;
&lt;br /&gt;
irix@rbpi:i/IRIX/irix65x/f2/dist&lt;br /&gt;
&lt;br /&gt;
irix@rbpi:i/IRIX/irix65x/nfs/dist&lt;br /&gt;
&lt;br /&gt;
Depending on the IRIX version and computer model, the installation procedure can be slightly different. Search videos on Youtube or documentation about IRIX installation on your model.&lt;/div&gt;</summary>
		<author><name>Raion</name></author>
	</entry>
</feed>