Re: 2.6.11.7 kernel panic on boot on AMD64

From: Randy.Dunlap
Date: Wed Apr 27 2005 - 17:38:27 EST


On Wed, 27 Apr 2005 16:03:42 +0200
Ruben Puettmann <ruben@xxxxxxxxxxxxx> wrote:

> hy,
> I'm trying to install linux on an HP DL385 but directly on boot I got
> this kernel panic:
>
> http://www.puettmann.net/temp/panic.jpg
>
> Config attached.

Looks like this code in init/main.c:

if (late_time_init)
late_time_init();

sees a garbage value in late_time_init (garbage being
%eax == 0x00307974.743d656c, which is "le=tty0\n",
as in "console=tty0").

How long is your kernel boot/command line?
Please post it.

---
~Randy
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/