New kernel stops booting at ''finding module dependencies''

New kernel stops booting at ''finding module dependencies''

Post by Chuck Cusac » Mon, 07 Jun 1999 04:00:00



I have ReadHat 6.0, and just recompiled my kernel.
It boots until it gets to the
'finding module dependencies'
and then it hangs.
Any ideas why?
I did all of the steps coorectly with no errors.
I looked for info in the LDP, but couldn't
find what I needed.

Also, Anybody have problems with Gnome/Enlightenment being quirky?
For the second time, the panel crashed.  Now whenever I log back in, it
take several minutes for the screen to come up (instead of seconds)
and there is no panel. Same happens if I start a new panel.
IS there good documentation?  The included stuff isn't enough.
I still can't get programs like wmmon, wmifs, etc to come back when I
log in.

Thanks,
Chuck

messages
for very long.

--
+-------------------------------------------------+
|                Charles A. Cusack                |
|                 Graduate Student                |
|  Department of Computer Science and Engineering |
|         University of Nebraska-Lincoln          |
|                                                 |

+-------------------------------------------------+

 
 
 

New kernel stops booting at ''finding module dependencies''

Post by Silviu Minu » Tue, 08 Jun 1999 04:00:00


You may

1) have forgotten to compile some important modules. Look in
/lib/modules/old.version and see what modules you have there that you
don't have in /lib/modules/new.version
2) have not installed the modules at all. Look in /lib/modules and see
if you have a directory for your version.
3) need to do a depmod -a version     where version is the actual
version you compiled (e.g. 2.2.5 or 2.2.9)

Silviu Minut


> I have ReadHat 6.0, and just recompiled my kernel.
> It boots until it gets to the
> 'finding module dependencies'
> and then it hangs.
> Any ideas why?
> I did all of the steps coorectly with no errors.
> I looked for info in the LDP, but couldn't
> find what I needed.

> Also, Anybody have problems with Gnome/Enlightenment being quirky?
> For the second time, the panel crashed.  Now whenever I log back in,
> it
> take several minutes for the screen to come up (instead of seconds)
> and there is no panel. Same happens if I start a new panel.
> IS there good documentation?  The included stuff isn't enough.
> I still can't get programs like wmmon, wmifs, etc to come back when I
> log in.

> Thanks,
> Chuck

> messages
> for very long.

> --
> +-------------------------------------------------+
> |                Charles A. Cusack                |
> |                 Graduate Student                |
> |  Department of Computer Science and Engineering |
> |         University of Nebraska-Lincoln          |
> |                                                 |

> +-------------------------------------------------+


 
 
 

New kernel stops booting at ''finding module dependencies''

Post by Matt Gohee » Thu, 10 Jun 1999 04:00:00


I had the exact same problem due to #3.  I'd try that first.

    - Matt Goheen

You may
1) have forgotten to compile some important modules. Look in /lib/modules/old.version and see what
modules you have there that you don't have in /lib/modules/new.version
2) have not installed the modules at all. Look in /lib/modules and see if you have a directory for
your version.
3) need to do a depmod -a version     where version is the actual version you compiled (e.g. 2.2.5
or 2.2.9)

I have ReadHat 6.0, and just recompiled my kernel.
It boots until it gets to the
'finding module dependencies'
and then it hangs.
Any ideas why?
I did all of the steps coorectly with no errors.
I looked for info in the LDP, but couldn't
find what I needed.

 
 
 

New kernel stops booting at ''finding module dependencies''

Post by David McMulle » Fri, 18 Jun 1999 04:00:00




> You may
> 1) have forgotten to compile some important modules. Look in

/lib/modules/old.version and see > what modules you have there that you
don't have in /lib/modules/new.version
Quote:> 2) have not installed the modules at all. Look in /lib/modules and see if

you have a directory for

Quote:> your version.
> 3) need to do a depmod -a version     where version is the actual version
you compiled (e.g.
> 2.2.5 or 2.2.9)

Hi,

I get the problem too (btw - you can still boot with this problem by
pressing ctrl-c when it hangs at Finding Module Dependencies....) but I
cannot install my new modules.

I have enabled loadable modules support in my kernel (2.2.5), done make
bzImage and make modules - works fine. When I do make modules_install I get
the error:

make modules_install
ls: *.o: No such file or directory

If I then do a depmod -a 2.2.5-15 (as suggested above to fix this problem) I
get loads and loads of

/lib/modules/2.2.5-15/xxxx.o: unresolved symbol(s)

errors.

One note is that this is an upgrade install from redhat 5.2 with kernel
2.0.36....

Any ideas?

Dave.
--
David McMullen
Systems Engineer, SIG (Europe)

 
 
 

New kernel stops booting at ''finding module dependencies''

Post by stefan keller-tuber » Tue, 22 Jun 1999 04:00:00


I have been experiencing the "finding module dependencies" hang problem
with my Red Hat 6.0 new installation too. It seems that a number of
other postings describe the same problem.

If there has already been a constructive solution posted to this genre
of problem, I apologise - my news feed does not seem to have picked it
up.

In my case, I have reinstalled redhat 6.0 from scratch a couple of times
and I have tried what seems like dozens of different combinations of
make menuconfig options and each kernel build has failed in the same
place - at the "finding module dependencies" stage of booting. I can't
rule out that I've done something stupid in selecting various 2.2.5-22
kernel options but having built many different (older) versions of the
kernel in the past, I've hopefully not done something wildly dumb.

When my kernel builds reach the "finding module dependencies" stage, the
hard drive hammers away for about another 5 seconds and then everything
stops. With one particular kernel configuration combination I tried (and
can't remember the options any more), after about 30 seconds, the system
reported a number of parsing errors in the module.dep file. depmod -a to
create a new version of this file didn't change this behaviour and
neither did make clean and rebuilding the same options - also the
manually created modules.dep file didn't have errors in the lines which
were alleged to have errors in them. After changing the particular
configuration again, I could never reproduce this behaviour - only the
hang at "finding module dependencies" :-)

I have also noticed that after a make modules_install, the
/lib/modules/2.2.5-22 directory contains lots of subdirectories and .o
files but there is no modules.dep file. Is the modules.dep file supposed
to be created after the first successful boot of the new kernel?

Has anybody been able to find the reason for this problem and propose a
solution?

Thanks,
Stefan Keller-Tuberg




> > You may
> > 1) have forgotten to compile some important modules. Look in
> /lib/modules/old.version and see > what modules you have there that you
> don't have in /lib/modules/new.version
> > 2) have not installed the modules at all. Look in /lib/modules and see if
> you have a directory for
> > your version.
> > 3) need to do a depmod -a version     where version is the actual version
> you compiled (e.g.
> > 2.2.5 or 2.2.9)

> Hi,

> I get the problem too (btw - you can still boot with this problem by
> pressing ctrl-c when it hangs at Finding Module Dependencies....) but I
> cannot install my new modules.

> I have enabled loadable modules support in my kernel (2.2.5), done make
> bzImage and make modules - works fine. When I do make modules_install I get
> the error:

> make modules_install
> ls: *.o: No such file or directory

> If I then do a depmod -a 2.2.5-15 (as suggested above to fix this problem) I
> get loads and loads of

> /lib/modules/2.2.5-15/xxxx.o: unresolved symbol(s)

> errors.

> One note is that this is an upgrade install from redhat 5.2 with kernel
> 2.0.36....

 
 
 

1. New kernel causes 'infinite' finding module dependencies...

I just recompiled the kernel and have triple checked all of my options,
yet when I reboot with this new kernel, it sits at the "Finding module
dependencies..." for  a very long time (so far, on the order of an
hour). Anyone know what I should look for on this?

--
Doug Nordwall                       "Who's the bigger fool?
New Mexico Highlands University     The fool or the fool who follows
him?"

2. Music Editor Utility For Linux?

3. insmod: 'couldn't find the kernel version the module was compiled for'

4. NOT defined "MSG_WAITALL"

5. Hanging on 'Finding Module Dependencies'

6. GTK Programs will not compile... Any suggestions?

7. Hangs on 'finding module dependencies'

8. Can one rent a Network Sniffer from somewhere?

9. Error: 'Can't load module '/kernel': no such file or directory

10. 'uname' is not updated after installing new '2.4.20' kernel??

11. 'Find' 'Updatedb' or find database replacement for Solaris 2.X?

12. Can't boot: Find module dependencies

13. Can't boot Caldera -- LILO stops at 'LI'