9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: Russ Cox <rsc@swtch.com>
To: Fans of the OS Plan 9 from Bell Labs <9fans@cse.psu.edu>
Subject: Re: [9fans] ethernet detection problems
Date: Fri, 25 Nov 2005 08:57:34 -0500	[thread overview]
Message-ID: <ee9e417a0511250557p72996ee1yee8dc637dff16a1b@mail.gmail.com> (raw)
In-Reply-To: <Pine.LNX.4.63.0511241946190.29829@eon.cs.ucr.edu>

You built the pc kernel, but that's the pc terminal kernel
that mounts its root file system over the network.
You need to build one of the bigger kernels that can
boot from local disk.  These include copies of either kfs
(pcdisk) or fossil (pcf) in the kernel image so that they
can be used to mount the local disk to provide the root.

To build one of these, cd /sys/src/9/pc; mk 'CONF=pcf'
(or 'CONF=pcdisk').  Sorry for not mentioning that before.

You can figure out which one you're using by ls -l /srv.
If there is a /srv/fscons, you are using fossil.  If there
is a /srv/kfs.cmd you are using kfs.

Russ


  parent reply	other threads:[~2005-11-25 13:57 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-11-25  4:57 Ray Amberg
2005-11-25  6:00 ` Federico Benavento
2005-11-25 17:35   ` jmk
2005-11-25 13:57 ` Russ Cox [this message]
  -- strict thread matches above, loose matches on Subject: below --
2005-11-28  1:29 YAMANASHI Takeshi
2005-11-28  1:42 ` Russ Cox
2005-11-06  6:41 Ray Amberg
2005-11-06 14:42 ` Russ Cox
2005-11-07 10:45   ` Charles Forsyth
2005-11-06 21:22 ` Federico Benavento

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=ee9e417a0511250557p72996ee1yee8dc637dff16a1b@mail.gmail.com \
    --to=rsc@swtch.com \
    --cc=9fans@cse.psu.edu \
    /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;
as well as URLs for NNTP newsgroup(s).