1833016 Members
2301 Online
110048 Solutions
New Discussion

DLKM not initialized

 
SOLVED
Go to solution
Ali Sunderji
Occasional Advisor

DLKM not initialized

Happy Easter all..

I just configured an A500-5X 11.0 OS ..its up and running but I got the following WARNING in the syslog:

WARNING: modpath: DLKM is notinitialized

I have not seen this before..any ideas

Many thanks in advance
2 REPLIES 2
S.K. Chan
Honored Contributor
Solution

Re: DLKM not initialized

You got a situation whereby the current version of the kernel does not match the current version of the symbol table (symtab) in /stand/dlkm.
DLKM is the dynamic loadable kernel module used in 11.x onwards. What you can do is "match" 'em and the error will go away. The steps are :-
# cd /stand/build
# /usr/lbin/sysadm/system_prep -s system
# mk_kernel -s system
# kmupdate /stand/build/vmunix_test
# shutdown -ry 0
Bill McNAMARA_1
Honored Contributor

Re: DLKM not initialized

kmadmin -s

you may also want to have a look at the /etc/rc.log for errors after boot.

the kminit script is responsible for loading dlkms if there are any.

kmtune -l | grep Module | grep -v "-"

Later,
Bill
It works for me (tm)