Systemd-modules-load.service

hello -
i’m on MATE 15.04 on laptop

i have little problem at start-up : systemd-modules-load.service - Load Kernel Modules failed

fred@fred-GX720:~$ sudo systemctl status systemd-modules-load
[sudo] password for fred: 
● systemd-modules-load.service - Load Kernel Modules
   Loaded: loaded (/lib/systemd/system/systemd-modules-load.service; static; vendor preset: enabled)
   Active: failed (Result: exit-code) since lun. 2015-06-15 04:46:48 CEST; 7min ago
     Docs: man:systemd-modules-load.service(8)
           man:modules-load.d(5)
  Process: 229 ExecStart=/lib/systemd/systemd-modules-load (code=exited, status=1/FAILURE)
 Main PID: 229 (code=exited, status=1/FAILURE)

Warning: Journal has been rotated since unit was started. Log output is incomplete or unavailable.
fred@fred-GX720:~$

what’s the problem? if someone can help me…thx :wink:

If you ‘cat’ /lib/systemd/system/systemd-modules-load.service, you’ll see a series of directories to check to see what modules you are trying to load. Probably if you check /etc/modules-load.d and /usr/lib/modules-load.d that will be sufficient to begin to narrow things down.

You can run:
$ sudo /lib/systemd/systemd-modules-load

and it should tell you the offending module.

1 Like

@gravy45 yesss found it – it’s “piix” on /etc/modules-load.d
i remove it for test and all is ok at this time - thx a lot

1 Like