On Friday 15 December 2006 01:54, Bertram Scharpf wrote:
> Hi,
>
> I try to chroot to a brand new environment, freshly unpacked
> from stage 3:
>
>   kyle # chroot /mnt/hdb/ /bin/bash
>   FATAL: kernel too old
>   kyle # uname -a
>   Linux kyle 2.6.8-3-686 #1 Tue Dec 5 21:26:38 UTC 2006 i686 GNU/Linux
>
> After that, I unpacked stage 1. The boostrap worked fine until
> during compilation of glibc a command ".././scripts/mkinstalldirs"
> stoped with (yes!): "FATAL: kernel too old".
>
> An strace of the chroot command ends with the uname function
> call yielding the above results and returning 0. Then, the
> message is output and exit is called.
>
> Google did not give me any hints.

It means your running kernel is too old for the version of glibc in your 
chroot. Either upgrade your kernel or downgrade glibc in the chroot. You can 
probably do the latter by downloading an older stage3 e.g. 2006.0 (or 
possibly 2005.x...).

-- 
Bo Andresen

Attachment: pgpd2fzBKzxCy.pgp
Description: PGP signature

Reply via email to