On Thu, 01 Jul 1999, you wrote:
> On Thu, 1 Jul 1999 19:11:56 -0400, mcooper
> <[EMAIL PROTECTED]> wrote:
>
> >Try removing the modules directory for that kernel. there should be a
> >directory under /lib/modules that is named 2.2.x remove it and do a make
> >modules_install. That should do the trick. If not then you may have picked a
> >device that is not present in your machine, and you need to track it down.
>
> Do you mean some devices the kernel knows about may not be in /dev?
no, device drivers that you have complied into the kernel. If you compiled
drivers for hardware your machine does not have, those drivers may hang your
system during dependence checking due to the fact that kmod will try to load it
to check it's dependences. Most modules will deal with this gracefully while
others may hang the machine. First things first, if you hit ctrl-c does it
continue to boot. if so it's a problem with it reading modules that are no
longer in the kernel, and doing what i said above will relieve the problem.