All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Stephen C. Tweedie" <sct@redhat.com>
To: Russell Coker <russell@coker.com.au>
Cc: ZVPA2@imail.etsu.edu, selinux <selinux@tycho.nsa.gov>
Subject: Re: Kernel panic: No init found with SE patched kernel 2.6.0-test6
Date: 25 Nov 2003 15:58:52 +0000	[thread overview]
Message-ID: <1069775932.6520.175.camel@sisko.scot.redhat.com> (raw)
In-Reply-To: <200311211704.56652.russell@coker.com.au>

Hi,

On Fri, 2003-11-21 at 06:04, Russell Coker wrote:

> > mount: error 19 mounting ext3
> 
> Here we are trying to mount root and failing.  The return code 19 means the 
> following (see the mount man page):

Actually, "mount" is a nash builtin, and I think the 19 is a direct
kernel error code in that case: specifically,

#define ENODEV          19      /* No such device */

from /usr/include/asm/errno.h.  This implies that the kernel has no
device driver for the specified boot device, which could mean that we've
got a badly constructed initrd for example.

Cheers,
 Stephen


--
This message was distributed to subscribers of the selinux mailing list.
If you no longer wish to subscribe, send mail to majordomo@tycho.nsa.gov with
the words "unsubscribe selinux" without quotes as the message.

  reply	other threads:[~2003-11-25 15:59 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-11-21  2:37 Kernel panic: No init found with SE patched kernel 2.6.0-test6 Achanta, Venkata Phani
2003-11-21  6:04 ` Russell Coker
2003-11-25 15:58   ` Stephen C. Tweedie [this message]
2003-11-21 14:35 ` Don Patterson
2003-11-21 14:39 ` John Hayward
2003-11-22  9:50   ` Dale Amon

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=1069775932.6520.175.camel@sisko.scot.redhat.com \
    --to=sct@redhat.com \
    --cc=ZVPA2@imail.etsu.edu \
    --cc=russell@coker.com.au \
    --cc=selinux@tycho.nsa.gov \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.