Odroid C2 8.1.2 / 8.2.0 - failed to load kernel modules

  • Hi,

    I updated my Odroid from official source (8.1.1 >> 8.1.2) and I get this message on boot screen.

    Code
    ● systemd-modules-load.service - Load Kernel Modules
       Loaded: loaded (/usr/lib/systemd/system/systemd-modules-load.service; static; vendor preset: disabled)
       Active: failed (Result: exit-code) since Fri 2017-09-22 02:15:52 CEST; 6 days ago
         Docs: man:systemd-modules-load.service(8)
               man:modules-load.d(5)
      Process: 189 ExecStart=/usr/lib/systemd/systemd-modules-load (code=exited, status=1/FAILURE)
     Main PID: 189 (code=exited, status=1/FAILURE)
    
    Warning: Journal has been rotated since unit was started. Log output is incomplete or unavailable.

    Dmesg with error: [ 0.000000@0] Initializing cgroup subsys cpuset [ 0.000000@0] Initializin - Pastebin.com

  • Your dmesg log looks fine. Your journal has been rotated so I can't see any issue. Can you please restart the systemd service:

    Code
    systemctl restart systemd-modules-load

    Then send again the log if it fails.

  • systemctl restart systemd-modules-load:

    Code
    Job for systemd-modules-load.service failed because the control process exited with error code.
    See "systemctl status systemd-modules-load.service" and "journalctl -xe" for details.

    systemctl status systemd-modules-load.service:

    journalctl -xe: BfCQ

    dmesg: bMiC

    When downgrade to 8.1.1 so works fine.