From: "William J. Earl" <wje@fir.esd.sgi.com>
To: "Alistair Lambie" <alambie@wellington.sgi.com>
Cc: Mike Shaver <shaver@neon.ingenia.ca>,
linux@cthulhu.engr.sgi.com, kneedham@ottawa.sgi.com
Subject: Re: It booooooooooots!
Date: Tue, 8 Apr 1997 17:00:43 -0700 [thread overview]
Message-ID: <199704090000.RAA14784@fir.esd.sgi.com> (raw)
In-Reply-To: <9704091148.ZM9065@windy.wellington.sgi.com>
Alistair Lambie writes:
> On Apr 9, 10:27am, Mike Shaver wrote:
> > Subject: It booooooooooots!
> > Sending BOOTP and RARP requests............
> >
> > Doesn't seem to want to find the server again for the NFS root thing,
> > but that's probably a config problem.
> >
>
> I used to have that...you probably haven't got a rarp server set up, so it
> can't find its address. One of the things David was going to add was that
> ability to read it out of NVRAM...but that wasn't high on the priority list!
> For now, the only way is to have a rarp server. The other way is to have the
> root file system on hard disk....but to do that you need to boot linux and copy
> it across.
> Kind of the chicken and the egg situation!
Can you pass the information to the kernel via the command line arguments
or the environment variables? (argc, argv, and environ are passed in $a0, $a1,
and $a2 by the PROM or sash to the kernel on entry, just as they are passed
to a main program in a regular process; you can look for the "netaddr" environment
variable to find your IP address:
netaddr=192.111.24.24
Set netaddr at the prom this way:
setenv -p netaddr 192.111.24.24
prev parent reply other threads:[~1997-04-09 0:01 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
1997-04-08 22:23 It booooooooooots! Mike Shaver
1997-04-08 23:37 ` William J. Earl
[not found] ` <9704091140.ZM8508@windy.wellington.sgi.com>
1997-04-09 0:02 ` William J. Earl
1997-04-09 5:25 ` Ralf Baechle
1997-04-09 5:25 ` Ralf Baechle
1997-04-09 18:37 ` William J. Earl
1997-04-09 11:48 ` Alistair Lambie
1997-04-08 23:56 ` Mike Shaver
1997-04-08 23:56 ` Mike Shaver
1997-04-09 12:06 ` Alistair Lambie
1997-04-09 0:00 ` William J. Earl [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=199704090000.RAA14784@fir.esd.sgi.com \
--to=wje@fir.esd.sgi.com \
--cc=alambie@wellington.sgi.com \
--cc=kneedham@ottawa.sgi.com \
--cc=linux@cthulhu.engr.sgi.com \
--cc=shaver@neon.ingenia.ca \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox