开机的时候一行错误代码
Tofloor
poster avatar
dongzhiqiang
deepin
2018-01-07 06:42
Author
每次开机的时候都会出现[failed] failed to start load kernel modules
Reply Favorite View the author
All Replies
avatar
lxflhy
deepin
2018-01-07 06:46
#1
不能进系统?
Reply View the author
avatar
dongzhiqiang
deepin
2018-01-07 06:48
#2
可以进入系统,只是经常看到它,就来问问
Reply View the author
avatar
RucLinux
deepin
2018-01-07 06:51
#3
应该是kernel内核的某个模块没有启动
apt-get update
dpkg --configure -a
apt-get dist-upgrade
apt-get -f install
reboot
Reply View the author
avatar
dongzhiqiang
deepin
2018-01-07 06:57
#4
执行过了,仍然有这个问题
Reply View the author
avatar
jalright
deepin
2018-01-07 07:23
#5
cat /etc/modules-load.d/modules.conf
cat /etc/modules.conf
看下这里面是否加载了什么模块,之前好像有一个sogou的模块,现在好像不用了,注释掉就可以了
Reply View the author
avatar
dongzhiqiang
deepin
2018-01-07 07:26
#6
奥,好的
Reply View the author