public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Paul Dickson <paul@permanentmail.com>
To: Arjan van de Ven <arjan@infradead.org>
Cc: rahul@genebrew.com, ram.gupta5@gmail.com, linux-kernel@vger.kernel.org
Subject: Re: booting without initrd
Date: Thu, 8 Jun 2006 18:43:25 -0700	[thread overview]
Message-ID: <20060608184325.5c470dcf.paul@permanentmail.com> (raw)
In-Reply-To: <1149813659.3124.31.camel@laptopd505.fenrus.org>

On Fri, 09 Jun 2006 02:40:59 +0200, Arjan van de Ven wrote:

> On Thu, 2006-06-08 at 13:40 -0400, Rahul Karnik wrote:
> > On 6/7/06, Ram Gupta <ram.gupta5@gmail.com> wrote:
> > > I am trying to boot with 2.6.16  kernel at my desktop running fedora
> > > core 4 . It does not boot without initrd generating the message "VFS:
> > > can not open device "804" or unknown-block(8,4)
> > > Please append a correct "root=" boot option
> > > Kernel panic - not syncing : VFS:Unable to mount root fs on unknown-block(8,4)
> > 
> > AFAIK Fedora sets up the kernel command line with "root=LABEL=/" in
> > grub.conf and therefore needs the initrd in order to work correctly.
> > If you do not want an initrd, then change this to
> > "root=/dev/<your_disk>" in grub.conf. 
> 
> it's more than that; also udev is used from the initrd to populate a
> ramfs /dev, if you go without the initrd you need to populate the
> *real* /dev manually first

Looking through my rc.sysinit (pre-fc6), udev gets started after root is
mounted (I haven't looked at the initrd).

More than likely, something isn't compiled into the kernel (either left
as a module or left out entirely) that is required to access the root
volume.  Without the initrd, no modules can be loaded nor lvm started to
find the root volume.

Where is your root volume and which filesystem are you using.

	-Paul


  reply	other threads:[~2006-06-09  1:43 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-06-07 16:13 booting without initrd Ram Gupta
2006-06-07 18:00 ` Jan Engelhardt
2006-06-08 17:40 ` Rahul Karnik
2006-06-08 14:39   ` Mark Lord
2006-06-08 17:58     ` David Lang
2006-06-08 19:56     ` Mark Rustad
2006-06-08 20:32     ` Måns Rullgård
2006-06-09  0:40   ` Arjan van de Ven
2006-06-09  1:43     ` Paul Dickson [this message]
2006-06-09  3:33       ` Joe Korty
2006-06-09 20:44 ` Yaroslav Klyukin

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=20060608184325.5c470dcf.paul@permanentmail.com \
    --to=paul@permanentmail.com \
    --cc=arjan@infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=rahul@genebrew.com \
    --cc=ram.gupta5@gmail.com \
    /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