I have Fedora 14 installed on my system. It's mounted at /mnt/fedora. I'm trying to chroot into it using:
Code:
sudo chroot /mnt/fedora/
but I get this error message:
Code:
FATAL: kernel to old.
I have the latest Fedora kernel release installed: vmlinuz-2.6.35.12-90.fc14.i686.

I also have openSUSE 11.3 using kernel: vmlinuz-2.6.34.7-0.7-default and Sabayon using kernel: kernel-genkernel-x86-2.6.37-sabayon, both of which I can successfully chroot into.

Any idea why I'm getting the error with Fedora 14?

Thanks.