linux-admin.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Re: Kernel panic: VFS: unable to mount fs on 09:00
@ 2004-04-30 14:36 Ralica Kirilova
  2004-04-30 18:34 ` Glynn Clements
  0 siblings, 1 reply; 8+ messages in thread
From: Ralica Kirilova @ 2004-04-30 14:36 UTC (permalink / raw)
  To: linux-admin

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 :)




^ permalink raw reply	[flat|nested] 8+ messages in thread
* Kernel panic: VFS: unable to mount fs on 09:00
@ 2004-04-28 15:31 Ralica Kirilova
  2004-04-28 18:37 ` Kevin J. Cummings
  2004-05-04  7:32 ` Ralica Kirilova
  0 siblings, 2 replies; 8+ messages in thread
From: Ralica Kirilova @ 2004-04-28 15:31 UTC (permalink / raw)
  To: linux-admin

Hi, all
I have a Linux box (Linux Slackware 9.1, uname -r --> 2.4.22),
 with two SCSI Seagate hard disks,
I have software RAID1 running.
Everything is OK.
So I try to precompile the kernel

make clean
make oldconfig     // use this in order to not to have mistake in
configuration.
                            // this is running kernel configuration
make dep, make, make bzImage,
make modules, make modules_install, make install

cp new image in /boot, add new image in lilo, run lilo, reboot
The error:
Kernel panic: VFS: unable to mount fs on 09:00

I don't know if I explained it right.

 Any help is appriciated

P.S. Sorry for my bad english




^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2004-05-04  7:32 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-04-30 14:36 Kernel panic: VFS: unable to mount fs on 09:00 Ralica Kirilova
2004-04-30 18:34 ` 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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).