* Indigo2 setup
@ 2000-10-18 23:08 Dave Garnier
2000-10-19 5:21 ` Marcus Herbert
` (2 more replies)
0 siblings, 3 replies; 6+ messages in thread
From: Dave Garnier @ 2000-10-18 23:08 UTC (permalink / raw)
To: SGI news group
I just picked up an indigo2 with irix6.5 on it, but no install cd's. Is
it possible to install mips-linux with out the irix cd's? I would like
to wipe the drive clean, and I remember reading that you need the irix
boot loader, is this still true? Also is there a how-to, web site with
an install guide, or FAQ ?
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Indigo2 setup
2000-10-18 23:08 Indigo2 setup Dave Garnier
@ 2000-10-19 5:21 ` Marcus Herbert
2000-10-19 6:28 ` Klaus Naumann
2000-10-19 14:48 ` J. Scott Kasten
2 siblings, 0 replies; 6+ messages in thread
From: Marcus Herbert @ 2000-10-19 5:21 UTC (permalink / raw)
To: linux-mips
On Wed, Oct 18, 2000 at 06:08:41PM -0500, Dave Garnier wrote:
> I just picked up an indigo2 with irix6.5 on it, but no install cd's. Is
> it possible to install mips-linux with out the irix cd's? I would like
> to wipe the drive clean, and I remember reading that you need the irix
> boot loader, is this still true? Also is there a how-to, web site with
> an install guide, or FAQ ?
If i were you i wouldnt simply kill the installation. Get a second
harddisk, attach it either internal or external, prepare it for use with
linux and finaly swap it with the built in drive on the sled. I recommend
an IBM drive (faster and not that noisy).
http://oss.sgi.com/mips/mips-howto.html
(There is even a special indigo2 page somewhere, but i cant memorize the
URL right now. I guess Florian can help out.)
--
PGP2 Key-ID: 666/36540865 1997/06/09 <rhoenie@spam-filter.de>
GPG Key-ID: 1024D/2E2DAB44 2000-01-30 <rhoenie@spam-filter.de>
Geek-Code: GCS b O e+ h
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Indigo2 setup
2000-10-18 23:08 Indigo2 setup Dave Garnier
2000-10-19 5:21 ` Marcus Herbert
@ 2000-10-19 6:28 ` Klaus Naumann
2000-10-19 14:48 ` J. Scott Kasten
2 siblings, 0 replies; 6+ messages in thread
From: Klaus Naumann @ 2000-10-19 6:28 UTC (permalink / raw)
To: Dave Garnier; +Cc: SGI news group
On Wed, 18 Oct 2000, Dave Garnier wrote:
> I just picked up an indigo2 with irix6.5 on it, but no install cd's. Is
> it possible to install mips-linux with out the irix cd's? I would like
> to wipe the drive clean, and I remember reading that you need the irix
> boot loader, is this still true? Also is there a how-to, web site with
> an install guide, or FAQ ?
Hi,
I've written a pretty long and complete HOWTO for installing
Linux on an Indigo2.
You may read it at http://oss.sgi.com/mips/i2-howto.html .
If you have any suggestions or questions you can
join us on irc.openprojets.net / #mipslinux or mail me.
HTH, Klaus
--
Full Name : Klaus Naumann | (http://www.mgnet.de/) (Germany)
Nickname : Spock | Org.: Mad Guys Network
Phone / FAX : ++49/177/7862964 | E-Mail: (spock@mgnet.de)
PGP Key : www.mgnet.de/keys/key_spock.txt
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Indigo2 setup
2000-10-18 23:08 Indigo2 setup Dave Garnier
2000-10-19 5:21 ` Marcus Herbert
2000-10-19 6:28 ` Klaus Naumann
@ 2000-10-19 14:48 ` J. Scott Kasten
2000-10-19 16:49 ` Guido Guenther
2 siblings, 1 reply; 6+ messages in thread
From: J. Scott Kasten @ 2000-10-19 14:48 UTC (permalink / raw)
To: Dave Garnier; +Cc: SGI news group
The issue is slightly more complicated than yes or no.
It is possible to install and run linux on an SGI without any Irix
assistance at all. But you will be stuck netbooting the kernel from a
bootp/tftp server and then mounting the local disk after receiving the
kernel from another machine over the network.
If you have the Irix utilities, then it is possible to partition and
install the kernel on the hard disk in such a way that linux boots totally
off the hard disk without actually requiring Irix to be installed on the
disk, but at present you need some Irix utilities to accomplish that.
As part of the disk labeling process, the Irix format utility creates a
sizeable volume header (a separate partition) into which it dumps a
handfull of standalone binary images that can run from the SGI prom. The
most important of these is "sash" or Stand Alone SHell. This minimal
shell has the capability of reading an elf binary from an EFS or XFS
formatted partition and executing it. It's primary purpose in life is to
load the kernel "/unix", but it's also used to run certain system repair
utilities with the system totally down. You can put an elf kernel into
your EFS or XFS partition if you have one and replace /unix with it or
change the sash parameters so it loads that instead of /unix.
Secondly, you could instead put the linux kernel into that volume header
in place of sash, but you will need a coff kernel image instead of elf as
most proms only read coff. That will cause the prom to boot strap the
linux kernel itself thinking that it just loaded sash. You then have no
need for and EFS or XFS partions at all, but still, you will need some
Irix utilities to pull this off as we do not yet have linux versions that
I am aware of.
Under Irix, do a man on dvhtool to get info on modifying that volume
header. Another cute trick I learned to play was to use fmt to format the
disk and elect to make that header really large. I would then stuff both
sash and the Irix miniroot off the installation CD in there with the linux
kernel. The miniroot would have all the Irix utilities I need for editing
the disk, plus I could mount CDs or rcp data over the network to get my
linux stuff onto the box.
--
J. Scott Kasten
Email: jsk AT tetracon-eng DOT net
"In most cases, all an argument proves
is that two people were present......"
On Wed, 18 Oct 2000, Dave Garnier wrote:
> I just picked up an indigo2 with irix6.5 on it, but no install cd's. Is
> it possible to install mips-linux with out the irix cd's? I would like
> to wipe the drive clean, and I remember reading that you need the irix
> boot loader, is this still true? Also is there a how-to, web site with
> an install guide, or FAQ ?
>
>
>
>
>
>
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Indigo2 setup
2000-10-19 14:48 ` J. Scott Kasten
@ 2000-10-19 16:49 ` Guido Guenther
2000-10-19 17:08 ` J. Scott Kasten
0 siblings, 1 reply; 6+ messages in thread
From: Guido Guenther @ 2000-10-19 16:49 UTC (permalink / raw)
To: J. Scott Kasten; +Cc: Dave Garnier, SGI news group
On Thu, Oct 19, 2000 at 11:48:47AM -0300, J. Scott Kasten wrote:
>
> The issue is slightly more complicated than yes or no.
>
> It is possible to install and run linux on an SGI without any Irix
> assistance at all. But you will be stuck netbooting the kernel from a
> bootp/tftp server and then mounting the local disk after receiving the
> kernel from another machine over the network.
Not true anymore. You can partition with a patched fdisk(from Keith) and
put the kernel into the volume-header with a patched dvhtool(patch posted
a few days ago on this list) + a small kernel-patch to parse the
OSLoadPartition prom-variable. See
http://honk.physik.uni-konstanz.de/~agx/mipslinux/dvhtool/
I could only test this on an Indy since I don't have a hd in my I2. On
the Indy I put 4 kernels into the volume header and could choose freely
between them by using the OSLoader-option in the prom.
Regards,
-- Guido
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Indigo2 setup
2000-10-19 16:49 ` Guido Guenther
@ 2000-10-19 17:08 ` J. Scott Kasten
0 siblings, 0 replies; 6+ messages in thread
From: J. Scott Kasten @ 2000-10-19 17:08 UTC (permalink / raw)
To: Guido Guenther; +Cc: Dave Garnier, SGI news group
I knew some people were working on that, but I must have missed the
latest news updates. Thanks for the info.
--
J. Scott Kasten
Email: jsk AT tetracon-eng DOT net
"In most cases, all an argument proves
is that two people were present......"
On Thu, 19 Oct 2000, Guido Guenther wrote:
> On Thu, Oct 19, 2000 at 11:48:47AM -0300, J. Scott Kasten wrote:
> >
> > The issue is slightly more complicated than yes or no.
> >
> > It is possible to install and run linux on an SGI without any Irix
> > assistance at all. But you will be stuck netbooting the kernel from a
> > bootp/tftp server and then mounting the local disk after receiving the
> > kernel from another machine over the network.
> Not true anymore. You can partition with a patched fdisk(from Keith) and
> put the kernel into the volume-header with a patched dvhtool(patch posted
> a few days ago on this list) + a small kernel-patch to parse the
> OSLoadPartition prom-variable. See
> http://honk.physik.uni-konstanz.de/~agx/mipslinux/dvhtool/
> I could only test this on an Indy since I don't have a hd in my I2. On
> the Indy I put 4 kernels into the volume header and could choose freely
> between them by using the OSLoader-option in the prom.
> Regards,
> -- Guido
>
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2000-10-19 17:09 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2000-10-18 23:08 Indigo2 setup Dave Garnier
2000-10-19 5:21 ` Marcus Herbert
2000-10-19 6:28 ` Klaus Naumann
2000-10-19 14:48 ` J. Scott Kasten
2000-10-19 16:49 ` Guido Guenther
2000-10-19 17:08 ` J. Scott Kasten
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox