Re: Recompiling Kernel, Boot Time Error Messages

Thomas Pornin (bip@orion.ens.fr)
Tue, 3 Feb 1998 20:15:55 +0100


In article <005801bd30c8$473092c0$4952ce80@chuck.digmo.org> you write:
>I have recompiled my kernel and stripped it down to just what I need
>and now I receive error messages upon boot up. They read something
>similiar to /usr/lib/blah........ unresoved symbols (I think). Anyways, I am
>sure they are related to the items I removed from the kernel. What do I
>do to rectify this problem?

When you compile a 2.0.31 kernel, and the modules, and do the final
"make modules_install", the modules are installed in /lib/modules/2.0.31/.
The messages are provoked by "depmod -a" which checks the modules against
the kernel.

The solution : rm -rf /lib/modules/2.0.31 , and then do the
"make modules_install" again.

--Thomas Pornin