[Boot/Shutdown] 启动日志:failed start Load Kernel Modules.
Tofloor
poster avatar
hyw520110
deepin
2021-12-12 03:40
Author

启动日志:failed start Load Kernel Modules.

See 'systemctl status systemd-modules-load.service' for details.

systemd-modules-load.service - Load Kernel Modules
Loaded: loaded (/lib/systemd/system/systemd-modules-load.service; static; vendor preset: enabled)
Active: failed (Result: exit-code) since Sat 2021-12-11 19:34:46 CST; 2min 57s ago
Docs: man:systemd-modules-load.service(8)
man:modules-load.d(5)
Process: 557 ExecStart=/lib/systemd/systemd-modules-load (code=exited, status=1/FAILURE)
Main PID: 557 (code=exited, status=1/FAILURE)

12月 11 19:34:46 sky-PC systemd[1]: Starting Load Kernel Modules...
12月 11 19:34:46 sky-PC systemd-modules-load[557]: Failed to find module 'ashmem_linux'
12月 11 19:34:46 sky-PC systemd-modules-load[557]: Failed to find module 'binder_linux'
12月 11 19:34:46 sky-PC systemd[1]: systemd-modules-load.service: Main process exited, code=exited, status=1/F
12月 11 19:34:46 sky-PC systemd[1]: systemd-modules-load.service: Failed with result 'exit-code'.
12月 11 19:34:46 sky-PC systemd[1]: Failed to start Load Kernel Modules.

Reply Favorite View the author
All Replies
avatar
hyw520110
deepin
2021-12-22 04:27
#1

sudo modprobe ashmem_linux

modprobe: FATAL: Module ashmem_linux not found in directory /lib/modules/5.15.6-amd64-desktop

Reply View the author
avatar
hyw520110
deepin
2021-12-22 04:29
#2

ls -1 /dev/{ashmem,binder}

/dev/ashmem
/dev/binder

Reply View the author
avatar
k631583871
deepin
2022-01-27 05:56
#3

找到解决方法了吗

Reply View the author
avatar
wtf4007
deepin
2022-01-27 18:47
#4

编辑 /etc/modules-load.d/anbox.conf

注释掉 ashmem_linux 和 binder_linux,即改为

#ashmem_linux

#binder_linux

根本原因是uengine依赖anbox,anbox需要ashmem_linux和binder_linux内核模块,而deepin没有

Reply View the author
avatar
aurora
deepin
2022-02-09 17:11
#5
It has been deleted!