【笔记】解决 could not load /lib/modules/2.6.35-22-generic/modules.dep
今天给ubuntu升级到10.10 ,但是开机出现错误
modprobe:FATAL: could not load /lib/modules/2.6.35-22-generic/modules.dep No such file or directory
modprobe:FATAL: could not load /lib/modules/2.6.35-22-generic/modules.dep No such file or directory
解决办法:
1:sudo gedit /etc/initramfs-tools/initramfs.conf(建议先备份一下这个文件)
把MODULES=most改为MODULES=dep
2:echo FRAMEBUFFER=y | sudo tee /etc/initramfs-tools/conf.d/splash
3:sudo update-initramfs -u
参考资料:
http://forum.ubuntu.org.cn/viewtopic.php?f=77&t=297091
http://forum.ubuntu-gr.org/viewtopic.php?f=4&t=14532&start=0




最新评论