hi
When i boot i have this error, so there is a module who fail
4.096631] sd 2:0:0:0: Attached scsi generic sg2 type 0
4.096960] systemd[1]: Starting dracut cmdline hook...
4.097054] systemd[1]: Listening on udev Control Socket.
4.097090] systemd[1]: Reached target Sockets.
4.097533] systemd[1]: systemd-modules-load.service: Main process exited, code=exited, status=1/FAILURE
4.097778] systemd[1]: Failed to start Load Kernel Modules.
4.098032] systemd[1]: systemd-modules-load.service: Unit entered failed state.
4.098085] systemd[1]**: systemd-modules-load.service: Failed with result 'exit-code'.**
4.099859] systemd[1]: Started Create list of required static device nodes for the current kernel.
4.107225] systemd[1]: Starting Create Static Device Nodes in /dev...
4.107893] systemd[1]: Starting Apply Kernel Variables...
4.110733] systemd[1]: Started Create Static Device Nodes in /dev.
i tried to find it with
systemctl status systemd-modules-load.service
but there is not error
systemd-modules-load.service - Load Kernel Modules
Loaded: loaded (/usr/lib/systemd/system/systemd-modules-load.service; static; vendor preset: disabled)
Active: **active (exited)** since ven 2016-01-15 21:50:40 EST; 9min ago
Docs: man:systemd-modules-load.service(8)
man:modules-load.d(5)
Process: 857 ExecStart=/usr/lib/systemd/systemd-modules-load (code=exited, status=0/SUCCESS)
Main PID: 857 (code=exited, status=0/SUCCESS)
CGroup: /system.slice/systemd-modules-load.service
with journalctl -b --pri=3 i found
systemd[1]: **Failed to start Load Kernel Modules.**
systemd-modules-load[131]: **Failed to find module 'acpi_call'**
acpi_call.ko is in
/lib/modules/4.4.0-1-default/extra/
in modules.dep i see:
extra/acpi_call.ko
i create this file:
/etc/modules-load.d/acpi_call.conf
and put inside acpi_call
don’t understand why the module is not saw