All of lore.kernel.org
 help / color / mirror / Atom feed
From: Bill Davidsen <davidsen@prodigy.com>
To: "Jeffrey W. Baker" <jwbaker@acm.org>
Cc: linux-kernel@vger.kernel.org
Subject: Re: 2.4.12 cannot find root device on raid
Date: Tue, 23 Oct 2001 11:12:14 -0400	[thread overview]
Message-ID: <3BD588CE.FBCB081E@prodigy.com> (raw)
In-Reply-To: <Pine.LNX.4.33.0110180755090.5641-100000@windmill.gghcwest.com>

"Jeffrey W. Baker" wrote:
> 
> On Thu, 18 Oct 2001, Norbert Preining wrote:
> 
> > Hi!
> >
> > I have the following problem:
> >
> > kernel 2.4.12, md and raid1 compiled into the kernel.
> > /dev/hdb old linux installation
> > /dev/md0 -> /dev/hde1,/dev/hdg1 new installation
> >
> > When I boot my old installation the md device is automatically configured
> > by the kernel and I can mount it (reiserfs) without any problems.
> >
> > When I try to boot the new installation with the same kernel the md device
> > is initialized, but the kernel cannot mount the root device. I get msgs
> > about FAT problems and about mounting root as msdos.
> >
> > Here some config files:
> > lilo.conf:
> > image = /boot/lx-2.4.12
> >       root = /dev/hdb1
> >       label = old
> > image = /boot/lx-2.4.12
> >       root = /dev/md0
> >       label = new
> >       optional
> 
> To use a md as root, you need to add a kernel command line:
> 
> md0=1,/dev/hde1,/dev/hdg1
> 
> Put that in the append= line of lilo.conf or type it at the lilo command
> prompt.
> 
> See also Documentation/md.txt in the Linux source tree.

The line you provide doesn't look anything like the two forms in the
md.txt you mention. Or rather it looks like a blending, but neither of
them is md0= in form. I have to look at the code to see which is
correct, possibly yours, since the 
  append = "md=0,/dev/sda1,/dev/sdb1"
line doesn't seem to work :-(

The md.txt says the persistent superblock form is:
  md=<md device no.>,dev0,dev1,...,devn
which doesn't seem to work for me.

-- 
bill davidsen (davidsen@prodigy.com)
  Prodigy Internet Server Group
  Project Leader, USENET news
  914-448-1241

  reply	other threads:[~2001-10-23 15:12 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-10-18 13:01 2.4.12 cannot find root device on raid Norbert Preining
2001-10-18 14:56 ` Jeffrey W. Baker
2001-10-23 15:12   ` Bill Davidsen [this message]
2001-10-25  4:35     ` Neil Brown
2001-10-25 18:02       ` bill davidsen
2001-10-25 19:57         ` Ookhoi
2001-10-31 17:19           ` Bill Davidsen
2001-10-19 18:44 ` Francois Romieu

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=3BD588CE.FBCB081E@prodigy.com \
    --to=davidsen@prodigy.com \
    --cc=jwbaker@acm.org \
    --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 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.