Jetzt war lange Zeit nichts ungewöhnliches, und plötzlich erhalte ich o.g. Meldung beim booten.
folgende Ausgaben habe ich mir mal angeschaut:
Code: Alles auswählen
root@debian:~# systemctl status systemd-modules-load.service
● systemd-modules-load.service - Load Kernel Modules
Loaded: loaded (/lib/systemd/system/systemd-modules-load.service; static)
Active: failed (Result: exit-code) since Sun 2021-10-03 13:18:53 CEST; 13min ago
Docs: man:systemd-modules-load.service(8)
man:modules-load.d(5)
Process: 669 ExecStart=/lib/systemd/systemd-modules-load (code=exited, status=1/FAILURE)
Main PID: 669 (code=exited, status=1/FAILURE)
CPU: 12ms
Okt 03 13:18:53 debian systemd-modules-load[688]: modprobe: ERROR: ../libkmod/libkmod-module.c:990 command_do() Error running install command 'modprobe nvidia ; modprobe -i nvidia-current-m>
Okt 03 13:18:53 debian systemd-modules-load[688]: modprobe: ERROR: could not insert 'nvidia_modeset': Invalid argument
Okt 03 13:18:53 debian systemd-modules-load[731]: modprobe: FATAL: Module nvidia-current-drm not found in directory /lib/modules/5.14.0-1-amd64
Okt 03 13:18:52 debian systemd[1]: systemd-modules-load.service: Main process exited, code=exited, status=1/FAILURE
Okt 03 13:18:52 debian systemd[1]: systemd-modules-load.service: Failed with result 'exit-code'.
Okt 03 13:18:52 debian systemd[1]: Failed to start Load Kernel Modules.
Okt 03 13:18:52 debian systemd[1]: Starting Load Kernel Modules...
Okt 03 13:18:53 debian systemd[1]: systemd-modules-load.service: Main process exited, code=exited, status=1/FAILURE
Okt 03 13:18:53 debian systemd[1]: systemd-modules-load.service: Failed with result 'exit-code'.
Okt 03 13:18:53 debian systemd[1]: Failed to start Load Kernel Modules.
TLP habe ich im Einsatz mit folgenden von mir manuell angepassten Einstellungen:
Code: Alles auswählen
WIFI_PWR_ON_AC=off
WIFI_PWR_ON_BAT=off
WOL_DISABLE=N
RUNTIME_PM_DENYLIST="bb:dd.f 11:22.3 44:55.6 01:00.0"
DEVICES_TO_DISABLE_ON_STARTUP="bluetooth"
DEVICES_TO_DISABLE_ON_BAT="bluetooth"
DEVICES_TO_DISABLE_ON_WIFI_CONNECT="bluetooth"
DEVICES_TO_DISABLE_ON_DOCK="bluetooth"
DEVICES_TO_DISABLE_ON_LAN_CONNECT="wifi bluetooth"