View previous topic :: View next topic |
Author |
Message |
newbie_100 Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
![](images/avatars/777921084135e9a035b1d.png)
Joined: 17 Jan 2004 Posts: 335 Location: Ashdod, IsraHell
|
Posted: Sat Jan 17, 2004 10:02 am Post subject: can't load gentoo - kernel module problem (?) |
|
|
hi everyone.
i have installed gentoo from stage1, compiled the kernel myself and installed grub and hotplug (if that helps...)
after i finished installing gentoo i've restarted the computer and got this error:
Code: | kmod: failed to exec /sbin/modprobe -s -k binfmt-464c, errno = 8 |
it just prints this msg over and over agaun and wont load gentoo...
can someone help me? |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
JRV Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
Joined: 10 Jan 2004 Posts: 291
|
Posted: Sat Jan 17, 2004 10:43 am Post subject: Re: can't load gentoo - kernel module problem (?) |
|
|
Have you compiled in (not as module) ELF-binary support?
As in,
Code: | # CONFIG_BINFMT_ELF is not set |
in /usr/src/linux/config?
Last edited by JRV on Sat Jan 17, 2004 10:53 am; edited 1 time in total |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
newbie_100 Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
![](images/avatars/777921084135e9a035b1d.png)
Joined: 17 Jan 2004 Posts: 335 Location: Ashdod, IsraHell
|
Posted: Sat Jan 17, 2004 10:46 am Post subject: |
|
|
i'm not sure...i think so...
how do i check? and do i need it? |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
JRV Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
Joined: 10 Jan 2004 Posts: 291
|
Posted: Sat Jan 17, 2004 10:57 am Post subject: |
|
|
newbie_100 wrote: | how do i check? and do i need it? |
Yes, you definitely need it, as the ELF-executable binary format is the format of all/most executables on your system. Go to /usr/src/linux on your new system (with the boot cd or something, then it would be /mnt/gentoo/usr/src/linux) and look at the file called "config". Search for CONFIG_BINFMT_ELF and see if it is set as a module or not activated at all... |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|