* 2.2.18 - failed to exec /sbin/modprobe -s -k binfmt-464c
@ 2001-01-31 21:17 Josh Higham
2001-02-01 0:44 ` Keith Owens
0 siblings, 1 reply; 3+ messages in thread
From: Josh Higham @ 2001-01-31 21:17 UTC (permalink / raw)
To: linux-kernel
I tried compiling a 2.2.18 kernel, and when I reboot I get
failed to exec /sbin/modprobe -s -k binfmt-464c
scrolling past the screen.
A web search reveals a comment about 2.3.99pre3, which indicates that it is
a problem with the USB config (video4linux must be compiled in the kernel?).
I am not using USB, and it is not compiled, so I am either misunderstanding
the problem, or there is something else at work here. I tried compiling
with USB as a module and video as a module (but no specific options, since
it was just a rough experiment) and that gave the same error. Compiling
without modules altogether wouldn't boot at all (stops after the
'uncompressing kernel now loading' bit).
Am I misunderstanding the problem (there were a few issues reported in the
archived message that I looked at, so it may be that the answer regarding
USB is the answer to a different question), or is there a simple (heh)
config change that I can make to get this to compile?
I would appreciate it if you could CC me in, as I am not a member of this
list.
Thanks,
Josh Higham
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: 2.2.18 - failed to exec /sbin/modprobe -s -k binfmt-464c
@ 2001-01-31 23:18 Mikael Pettersson
0 siblings, 0 replies; 3+ messages in thread
From: Mikael Pettersson @ 2001-01-31 23:18 UTC (permalink / raw)
To: jhigham, linux-kernel
On Wed, 31 Jan 2001 14:17:56 -0700, Josh Higham wrote:
>I tried compiling a 2.2.18 kernel, and when I reboot I get
>
>failed to exec /sbin/modprobe -s -k binfmt-464c
Reconfigure with CONFIG_BINFMT_ELF=y and your kernel will work again.
/Mikael
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: 2.2.18 - failed to exec /sbin/modprobe -s -k binfmt-464c
2001-01-31 21:17 2.2.18 - failed to exec /sbin/modprobe -s -k binfmt-464c Josh Higham
@ 2001-02-01 0:44 ` Keith Owens
0 siblings, 0 replies; 3+ messages in thread
From: Keith Owens @ 2001-02-01 0:44 UTC (permalink / raw)
To: Josh Higham; +Cc: linux-kernel
On Wed, 31 Jan 2001 14:17:56 -0700,
"Josh Higham" <jhigham@bigsky.net> 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 majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2001-02-01 0:45 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-01-31 21:17 2.2.18 - failed to exec /sbin/modprobe -s -k binfmt-464c Josh Higham
2001-02-01 0:44 ` Keith Owens
-- strict thread matches above, loose matches on Subject: below --
2001-01-31 23:18 Mikael Pettersson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox