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/