mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* Kernel Panic Error in 2.6.10 !!!!
@ 2005-10-05 17:35 umesh chandak
  2005-10-05 17:42 ` Badari Pulavarty
  0 siblings, 1 reply; 5+ messages in thread
From: umesh chandak @ 2005-10-05 17:35 UTC (permalink / raw)
  To: linux-kernel

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.10 ro root=/dev/hda6
rootfstype=ext3 kgdbwait kgdb8250=1,57600


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

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

* Re: Kernel Panic Error in 2.6.10 !!!!
  2005-10-05 17:35 Kernel Panic Error in 2.6.10 !!!! umesh chandak
@ 2005-10-05 17:42 ` Badari Pulavarty
  2005-10-05 17:48   ` umesh chandak
  0 siblings, 1 reply; 5+ messages in thread
From: Badari Pulavarty @ 2005-10-05 17:42 UTC (permalink / raw)
  To: umesh chandak; +Cc: lkml

On Wed, 2005-10-05 at 10:35 -0700, 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)

You might need initrd or make sure "ide" is configured
in your kernel.

Thanks,
Badari


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

* Re: Kernel Panic Error in 2.6.10 !!!!
  2005-10-05 17:42 ` Badari Pulavarty
@ 2005-10-05 17:48   ` umesh chandak
  2005-10-05 18:20     ` Jiri Slaby
  2005-10-05 18:23     ` Arjan van de Ven
  0 siblings, 2 replies; 5+ messages in thread
From: umesh chandak @ 2005-10-05 17:48 UTC (permalink / raw)
  To: Badari Pulavarty; +Cc: linux-kernel

hi,
thanks for reply . 
 
But as i am using  gbdb patches on my test machine .i
don't need initrd ,i am sure about it .and I can enter
in my other kernel options . So I have my ide
configured ,is this correct ?  
--- Badari Pulavarty <pbadari@gmail.com> wrote:

> On Wed, 2005-10-05 at 10:35 -0700, 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)
> 
> You might need initrd or make sure "ide" is
> configured
> in your kernel.
> 
> Thanks,
> Badari
> 
> 


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

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

* Re: Kernel Panic Error in 2.6.10 !!!!
  2005-10-05 17:48   ` umesh chandak
@ 2005-10-05 18:20     ` Jiri Slaby
  2005-10-05 18:23     ` Arjan van de Ven
  1 sibling, 0 replies; 5+ messages in thread
From: Jiri Slaby @ 2005-10-05 18:20 UTC (permalink / raw)
  To: umesh chandak; +Cc: Badari Pulavarty, linux-kernel

On 10/5/05, umesh chandak <chandak_pict@yahoo.com> wrote:
> hi,
> thanks for reply .
>
> But as i am using  gbdb patches on my test machine .i
> don't need initrd ,i am sure about it .and I can enter
> in my other kernel options . So I have my ide
> configured ,is this correct ?
Do you have /dev/console and /dev/null in /dev (not udev's files, but
spec files on /dev/hda6), this is known problem on fcs.
read http://www.fi.muni.cz/~xslaby/unpr/kernel.html, it's all in
czech, i haven't translate it yet, sorry, but find mkdir /tmp/dev

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

* Re: Kernel Panic Error in 2.6.10 !!!!
  2005-10-05 17:48   ` umesh chandak
  2005-10-05 18:20     ` Jiri Slaby
@ 2005-10-05 18:23     ` Arjan van de Ven
  1 sibling, 0 replies; 5+ messages in thread
From: Arjan van de Ven @ 2005-10-05 18:23 UTC (permalink / raw)
  To: umesh chandak; +Cc: Badari Pulavarty, linux-kernel

On Wed, 2005-10-05 at 10:48 -0700, umesh chandak wrote:
> hi,
> thanks for reply . 
>  
> But as i am using  gbdb patches on my test machine .i
> don't need initrd ,i am sure about it 

fedora core basically makes an initrd mandatory (udev and all); if you
had used "make istall" it'd have been set up for you fully automatic
including the bootloader


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

end of thread, other threads:[~2005-10-05 18:23 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-10-05 17:35 Kernel Panic Error in 2.6.10 !!!! umesh chandak
2005-10-05 17:42 ` Badari Pulavarty
2005-10-05 17:48   ` umesh chandak
2005-10-05 18:20     ` Jiri Slaby
2005-10-05 18:23     ` Arjan van de Ven

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®