public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Joe Korty <joe.korty@ccur.com>
To: Christoph Pleger <Christoph.Pleger@uni-dortmund.de>
Cc: linux-kernel@vger.kernel.org
Subject: Re: NFSROOT with NFS Version 3
Date: Mon, 20 Nov 2006 08:57:16 -0500	[thread overview]
Message-ID: <20061120135716.GA14122@tsunami.ccur.com> (raw)
In-Reply-To: <20061120120750.1b1688e8.Christoph.Pleger@uni-dortmund.de>

On Mon, Nov 20, 2006 at 12:07:50PM +0100, Christoph Pleger wrote:
> Warning: Unable to open an initial console

This usually means /dev/console doesn't exist.  With many of
today's distributions, this means you didn't boot with a
initrd properly set up to run with your newly built kernel.

If you don't want to create an initrd just to get yourself
a properly set up /dev, then you need to put on the root's
true /dev those few tmpfs /dev entries that might be used
during the boot process:

    mount --bind / /mnt
    cd /mnt/dev
    mknod null c 1 3
    mknod console c 5 1
    for i in $(seq 0 9); do mknod tty$i c 4 $i; done
    cd /
    umount /mnt

Joe

  reply	other threads:[~2006-11-20 13:57 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-11-17 15:40 NFSROOT with NFS Version 3 Christoph Pleger
2006-11-17 16:20 ` Trond Myklebust
2006-11-20 11:07   ` Christoph Pleger
2006-11-20 13:57     ` Joe Korty [this message]
2006-11-20 16:33       ` Christoph Pleger
2006-11-20 17:34         ` Trond Myklebust
2006-11-20 18:06         ` Peter Staubach
2006-11-21  0:11         ` Bill Davidsen

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=20061120135716.GA14122@tsunami.ccur.com \
    --to=joe.korty@ccur.com \
    --cc=Christoph.Pleger@uni-dortmund.de \
    --cc=linux-kernel@vger.kernel.org \
    /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