mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* Problems when boot new kernel 2.5.66 kernel panic
@ 2003-03-25 19:13 jds
  2003-03-26  0:04 ` Norbert Wolff
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: jds @ 2003-03-25 19:13 UTC (permalink / raw)
  To: linux-kernel

Hi my name is Jesus Delgado from Mexico City:

  I need help for resolve this problems, compile kernel 2.5.66 in rh 8, update
my lvm to lvm2 utils, devmapper, modutil 2.4.24, when try to boot with new
kernel recive this messages:

   VFS: Cannot open root device "rootvg/lvol1" or unknown-block(0,0)
   Please append a coorect "root=" boot option
   kernel panic
   VFS= Unable to mount fs on unknown-block(0,0).

   In my new kernel the modules this into kernel not how modules.


   In kernel 2.4.20 the boot OK with LVM

   Help please.


   Regards





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

* Re: Problems when boot new kernel 2.5.66 kernel panic
  2003-03-25 19:13 Problems when boot new kernel 2.5.66 kernel panic jds
@ 2003-03-26  0:04 ` Norbert Wolff
  2003-03-26 18:47 ` Bill Davidsen
       [not found] ` <20030326014652.5b9f44a3.norbert_wolff@t-online.de>
  2 siblings, 0 replies; 4+ messages in thread
From: Norbert Wolff @ 2003-03-26  0:04 UTC (permalink / raw)
  To: linux-kernel; +Cc: jds

On Tue, 25 Mar 2003 13:13:07 -0600
"jds" <jds@soltis.cc> wrote:

>    VFS: Cannot open root device "rootvg/lvol1" or unknown-block(0,0)
>    Please append a coorect "root=" boot option
>    kernel panic
>    VFS= Unable to mount fs on unknown-block(0,0).

I've exactly the the same Problem here, Kernel 2.5.66, no modules, no raid,
no lvm, tried with devfs and without it

	VFS:  Cannot open root device "301" or ide(3,1) <-- this IS my /dev/hda1
	kernel panic

- sys_mknod in mount_root for device 301 succeeds, but
- sys_mount in do_mount_root returns ENOENT for "/dev/root"

Kernel 2.5.65 compiled with the same Config-Options and the same compiler boots
correctly.

Any Suggestions ?

	Norbert

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

* Re: Problems when boot new kernel 2.5.66 kernel panic
  2003-03-25 19:13 Problems when boot new kernel 2.5.66 kernel panic jds
  2003-03-26  0:04 ` Norbert Wolff
@ 2003-03-26 18:47 ` Bill Davidsen
       [not found] ` <20030326014652.5b9f44a3.norbert_wolff@t-online.de>
  2 siblings, 0 replies; 4+ messages in thread
From: Bill Davidsen @ 2003-03-26 18:47 UTC (permalink / raw)
  To: jds; +Cc: linux-kernel

On Tue, 25 Mar 2003, jds wrote:

> Hi my name is Jesus Delgado from Mexico City:
> 
>   I need help for resolve this problems, compile kernel 2.5.66 in rh 8, update
> my lvm to lvm2 utils, devmapper, modutil 2.4.24, when try to boot with new
> kernel recive this messages:

I think you have the old modutils unless Rusty changed the version numbers
drastically. From memory they are somewhere in
  ftp:ftp.kernel.org/pub/linux/kernel/people/rusty

However, your problem *might* be initrd if the drivers are not all built
in. The stock Redhat mkinitrd called by "make install" doesn't seem to
work, and Rusty has stated he has no intentions of providing a working
one. I'm told there's a new mkinitrd at Redhat, but I haven't found it (or
even looked very hard).

If you are building it all in I can't help.

-- 
bill davidsen <davidsen@tmr.com>
  CTO, TMR Associates, Inc
Doing interesting things with little computers since 1979.


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

* Linux 2.5.65 can't mount root Partition - PANIC
       [not found]   ` <20030326015511.M32266@soltis.cc>
@ 2003-03-26 23:28     ` Norbert Wolff
  0 siblings, 0 replies; 4+ messages in thread
From: Norbert Wolff @ 2003-03-26 23:28 UTC (permalink / raw)
  To: jds; +Cc: linux-kernel

> Hi my name is Jesus Delgado from Mexico City:
>
>  I need help for resolve this problems, compile kernel 2.5.66 in rh 8,
> update
> my lvm to lvm2 utils, devmapper, modutil 2.4.24, when try to boot with new
> kernel recive this messages:
>
>   VFS: Cannot open root device "rootvg/lvol1" or unknown-block(0,0)
>   Please append a coorect "root=" boot option
>   kernel panic
>   VFS= Unable to mount fs on unknown-block(0,0).

Hi Jesus !

I have tried to hunt down our problem a lot of hours, but without Success.

Neither the bk-patches nor the mm-patches cure the panic, i've tried 3
different compilers and two binutils.

The strangest thing about this is that we seem to be the only people triggering
the bug, as there is no echo in the LKML.

I give up and go back to 2.5.65 :-(

Below some debugging statements, if there should be somewhere outside
who likes to spent his time in frustrating debugging Sessions ...

Bye
    Norbert

----
Kernel: Linux 2.5.66  (no Problems with 2.5.65 with same .config ! )
Compiler: gcc 2.95.3 (also tried 3.2.2 and 3.4-CVS)
No Modules, no lvm, no raid, no initrd, tried with and without devfs.

VFS: Cannot open root device "301" or ide(3,1)  <- my /dev/hda1 boot-partition
                                                                     (reiserfs)

sys_mount("sysfs", "/sys", "sysfs", 0, NULL) succeeds
sys_mknod for /dev/root                      succeeds
sys_mount for /dev/root   returns ENOENT     -> Panic

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

end of thread, other threads:[~2003-03-26 22:17 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-03-25 19:13 Problems when boot new kernel 2.5.66 kernel panic jds
2003-03-26  0:04 ` Norbert Wolff
2003-03-26 18:47 ` Bill Davidsen
     [not found] ` <20030326014652.5b9f44a3.norbert_wolff@t-online.de>
     [not found]   ` <20030326015511.M32266@soltis.cc>
2003-03-26 23:28     ` Linux 2.5.65 can't mount root Partition - PANIC Norbert Wolff

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®