Problems when boot new kernel 2.5.66 kernel panic

Problems when boot new kernel 2.5.66 kernel panic

Post by jds » Wed, 26 Mar 2003 21:00:17



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

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in

More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

 
 
 

Problems when boot new kernel 2.5.66 kernel panic

Post by Norbert Wol » Thu, 27 Mar 2003 01:10:24


On Tue, 25 Mar 2003 13:13:07 -0600


>    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
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in

More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

 
 
 

Problems when boot new kernel 2.5.66 kernel panic

Post by Bill Davidse » Thu, 27 Mar 2003 21:00:16



> 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.

--

  CTO, TMR Associates, Inc
Doing interesting things with little computers since 1979.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in

More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

 
 
 

Problems when boot new kernel 2.5.66 kernel panic

Post by Norbert Wol » Fri, 28 Mar 2003 00:40:05


Quote:> 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
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in

More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

 
 
 

1. 2.5.66 kernel panic: fs/xfs/pagebuf/page_buf..c

Hi,

I am in the unfortunate position to run a production server with 2.5.66
since the SuperMicro CSE-742S-500 has no suitable APIC support in the
2.4.x series. Why I do not run 2.5.69? The machine panics twice a day.

2.5.66 dies once a day with "kernel panic: Aiee, killing interrupt
handler" in fs/xfs/pagebuf/page_buf.c:1287. The reason is an "invalid
operand:0000 #5" on CPU:0 with "EIP:0060:[<c024f059>] Not tainted". In
my case slapd from the OpenLDAP package caused the crash.

I have an 39320 Dual U320 SCSI controller in the machine with a Overland
PowerLoader LTO-1 (17 slots) and a Infortrend IFT 6300-12 IDE-Raid with
one 700G XFS volume configured.

Currently I am not able to backup the machine using Arkeia 5.1.7 without
running one backup process on the local machine in a long-term disk
sleep or getting a panic.

I'd like to get in touch with an person actively working on the XFS or
APIC stuff to discuss how I can contribute to stabilize the APIC code
for the Supermicro board and how to analyze/fix the XFS problem. I dot
not want to file Bugzilla entries at this time before I cannot be sure
that I missed an obvious solution.

Looking forward,

Andreas Heilwagen

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in

More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

2. USB driver fixes

3. Compile error 2.5.66-mm1 (haven't tried with 2.5.66 vanilla)

4. DSL w/Router Connection Problems

5. [2.5.66] kexec for 2.5.66 available

6. Looking for a timer with millisecond precision

7. Compilation problem with the 2.5.66 kernel

8. Backup-Scripts Needed

9. re mm/bootmem.c on 2.5.66 kernel suggestion

10. Kernel compile error with 2.5.66

11. No more saddr and recv_saddr in kernel 2.5.66

12. Panic using wireless on 2.5.66-mm1