On Wed, 31 Jan 2001 14:17:56 -0700, 
"Josh Higham" <[EMAIL PROTECTED]> wrote:
>failed to exec /sbin/modprobe -s -k binfmt-464c

You compiled your kernel with support for ELF objects as a module.  You
execute an ELF program, the kernel tries to autoload the ELF module
using modprobe which is an ELF program.  But you need ELF support to
run modprobe, curse and recurse.

Compile the kernel with builtin ELF, not a module.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/

Reply via email to