Re: kernel panic, a cry for help

Manfred Spraul (manfred@colorfullife.com)
Wed, 5 Sep 2001 20:24:04 +0200


> ive started with a rescue disk, /sbin/init is present, lilo.conf seems
fine,
> where might i go next?

run fsck.
then mount the root device.
Try to chroot into the root device (could fail)
Then verify the core packages with the package manager from your distro.
(rpm -Va or rpm --root /tmp/rootmount -Va)
Then check all libraries match the installed cpu - If you upgrade to an
i686 glibc with a K6 cpu you'd run into a similar error message.

Good luck,
Manfred

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