2005-10-05 15:33:16

by umesh chandak

[permalink] [raw]
Subject: kernel panic error in 2.6.10

hi,
I have compiled the kernel 2.6.10 with KGDB
patches on FC3 .My KGDB connetion are made correct .
I have copied bzImage and System.map on test machine .
but when i press C for continuig no devlopment m/c
after connection are made.It gives me kernel panic
error like this

VFS: Cannot open root device "hda6" or
unknown-block(3,6)
Please append a correct "root=" boot option Kernel
panic - not syncing: VFS: Unable to mount root fs on
unknown-block(3,6)


my root partion is on /dev/hda6.
My grub entry is like this.


title 2.6.10 kgdb
root (hd0,5)
kernel /boot/vmlinuz-2.6.0 ro root=/dev/hda6
rootfstype=ext3 kgdbwait kgdb8250=1,57600




__________________________________
Yahoo! Mail - PC Magazine Editors' Choice 2005
http://mail.yahoo.com


2005-10-05 15:41:59

by Alejandro Bonilla

[permalink] [raw]
Subject: Re: kernel panic error in 2.6.10

On Wed, 5 Oct 2005 08:33:14 -0700 (PDT), umesh chandak wrote
> hi,
> I have compiled the kernel 2.6.10 with KGDB
> patches on FC3 .My KGDB connetion are made correct .
> I have copied bzImage and System.map on test machine .
> but when i press C for continuig no devlopment m/c
> after connection are made.It gives me kernel panic
> error like this
>
> VFS: Cannot open root device "hda6" or
> unknown-block(3,6)
> Please append a correct "root=" boot option Kernel
> panic - not syncing: VFS: Unable to mount root fs on
> unknown-block(3,6)
>
> my root partion is on /dev/hda6.
> My grub entry is like this.
>
> title 2.6.10 kgdb
> root (hd0,5)
> kernel /boot/vmlinuz-2.6.0 ro root=/dev/hda6

2.6.0?

> rootfstype=ext3 kgdbwait kgdb8250=1,57600