All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Ralica Kirilova" <larry@podovinastilki.com>
To: linux-admin@vger.kernel.org
Subject: Re: Kernel panic: VFS: unable to mount fs on 09:00
Date: Fri, 30 Apr 2004 17:36:05 +0300	[thread overview]
Message-ID: <000701c42ec0$77dd3200$0500a8c0@sea> (raw)

Hi, Kevin, Glynn
Thanks for you answers and questions :)

>Glynn
>Change the "root=..." setting in lilo.conf.
>
>Essentially, your problem is that you're trying to boot directly from
>a software RAID device, but the device doesn't exist at boot time.
>
>You have to pass additional options to the kernel in order to tell it
>which devices (partitions) make up the RAID array. See
>Documentation/md.txt for details.

My lilo.conf and /etc/raidtab (which is explained in md.txt)
lilo.conf
________________
disk = /dev/md0
bios=0x80
sectors=63
heads=255
cylinders=553
partition=/dev/md1
start=63
boot=/dev/sda
map=/boot/map

prompt
timeout=150

vga=normal

# this CAN'T boot
image=/boot/bzImage.0428
    root = /dev/md0
    label = LRH0427
    read-only

#this boots
image=/boot/vmlinuz
    root = /dev/md0
    label = LinuxRaid
    read-only

#END.
________________
raidtab
________________
raiddev    /dev/md0
raid-level    1
nr-raid-disks    2
chunk-size    32
nr-spare-disks    0
persistent-superblock    1
device    /dev/sda1
raid-disk    0
device    /dev/sdb1
raid-disk    1

raiddev    /dev/md1
raid-level    1
nr-raid-disks    2
chunk-size    32
nr-spare-disks    0
persistent-superblock    1
device    /dev/sda2
raid-disk    0
device    /dev/sdb2
raid-disk    1
________________

I can't find a mistake. If younitice sth please let me know

>Kevin
>Did you run "make modules" and "make 
>modulesinstall"?
Yes.
>If its not the kernel, its the way the boot 
>loader is configured to boot the new kernel.  Is that the same?
I've posted my lilo.conf, if you find sth please let me know :)
And I run lilo, lilo -q, etc , after editing lilo.conf

I'll try to do sth with initrd. May be the problem is here.
I'll continue to search the net
Have a nice weekend :)




             reply	other threads:[~2004-04-30 14:36 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-04-30 14:36 Ralica Kirilova [this message]
2004-04-30 18:34 ` Kernel panic: VFS: unable to mount fs on 09:00 Glynn Clements
  -- strict thread matches above, loose matches on Subject: below --
2004-04-28 15:31 Ralica Kirilova
2004-04-28 18:37 ` Kevin J. Cummings
2004-04-29  7:24   ` Ralica Kirilova
2004-04-29 15:20     ` Glynn Clements
2004-04-29 20:50     ` Kevin J. Cummings
2004-05-04  7:32 ` Ralica Kirilova

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='000701c42ec0$77dd3200$0500a8c0@sea' \
    --to=larry@podovinastilki.com \
    --cc=linux-admin@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.