Fail to start load kernel module

hello guys please any help for this problem.thanks in advance

systemctl status systemd-modules-load.service
● systemd-modules-load.service - Load Kernel Modules
   Loaded: loaded (/usr/lib/systemd/system/systemd-modules-load.service; static>
   Active: failed (Result: exit-code) since Fri 2019-10-04 08:28:54 IST; 34s ago
     Docs: man:systemd-modules-load.service(8)
           man:modules-load.d(5)
  Process: 32364 ExecStart=/usr/lib/systemd/systemd-modules-load (code=exited, >
 Main PID: 32364 (code=exited, status=1/FAILURE)

Oct 04 08:28:54 baloch systemd[1]: Starting Load Kernel Modules...
Oct 04 08:28:54 baloch systemd[1]: systemd-modules-load.service: Main process e>
Oct 04 08:28:54 baloch systemd[1]: systemd-modules-load.service: Failed with re>
Oct 04 08:28:54 baloch systemd[1]: Failed to start Load Kernel Modules.
lines 1-12/12 (END)

this service load kernel modules specific in this files locations

/etc/modules-load.d/*.conf

/run/modules-load.d/*.conf

/usr/lib/modules-load.d/*.conf

and It fails if it does not succeed load any kernel module mentioned in *.conf files .

You need to know which of the listed modules did not loaded , and You have to know the reason and solve it ,Maybe the module itself is not present or for example secure boot deny it …Etc.
(google translate) :smiley:

try dmesg command to see boot logs.

dmesg