dockerpi icon indicating copy to clipboard operation
dockerpi copied to clipboard

No modules

Open cdupont opened this issue 4 years ago • 1 comments

My modules list is empty:

pi@raspberrypi:~$ lsmod
Module                  Size  Used by

I see this message at the startup:

[FAILED] Failed to start Load Kernel Modules.

Service is failed:

$ sudo systemctl status systemd-modules-load.service
● systemd-modules-load.service - Load Kernel Modules
   Loaded: loaded (/lib/systemd/system/systemd-modules-load.service; static; ven
   Active: failed (Result: exit-code) since Fri 2021-09-10 16:11:29 BST; 2min 15
     Docs: man:systemd-modules-load.service(8)
           man:modules-load.d(5)
  Process: 56 ExecStart=/lib/systemd/systemd-modules-load (code=exited, status=1
 Main PID: 56 (code=exited, status=1/FAILURE)

It seems that my module system fails to load. I run Raspbian Buster lite:

docker run -it  -v /2020-02-13-raspbian-buster-lite.img:/sdcard/filesystem.img lukechilds/dockerpi:vm

cdupont avatar Sep 10 '21 14:09 cdupont

I have the same problem with the most recent version of Raspberry PI OS:

$ sudo lsmod
Module                  Size  Used by

cdupont avatar Sep 10 '21 15:09 cdupont