dhruvvyas90 / qemu-rpi-kernel

Qemu kernel for emulating Rpi on QEMU

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Containerd fails to start with kernel 4.19

erdnaxeli opened this issue · comments

Hi,

I am trying to run docker with the 4.19 kernel and containerd fails to start. Here is the error:

Apr 25 13:21:30 raspberrypi systemd[1]: Starting containerd container runtime...
Apr 25 13:21:30 raspberrypi modprobe[1059]: modprobe: ERROR: ../libkmod/libkmod.c:586 kmod_search_moddep() could not open moddep file '/lib/modules/4.19.50+/modules.dep.bin'
Apr 25 13:21:30 raspberrypi modprobe[1059]: modprobe: FATAL: Module overlay not found in directory /lib/modules/4.19.50+
Apr 25 13:21:31 raspberrypi systemd[1]: containerd.service: Main process exited, code=dumped, status=4/ILL
Apr 25 13:21:31 raspberrypi systemd[1]: containerd.service: Failed with result 'core-dump'.
Apr 25 13:21:31 raspberrypi systemd[1]: Failed to start containerd container runtime.

Thanks