Upgrading Ubuntu to 10.10 may cause an error
Modprobe: Fatal: cocould not load/lib/modules/2.6.35-22-generic/modules. Dep no such file or directory
Modprobe: Fatal: cocould not load/lib/modules/2.6.35-22-generic/modules. Dep no such file or directory
Solution:
1: sudo gedit/etc/initramfs-tools/initramfs. conf (we recommend backing up this file first)
Change modules = most to modules = dep.
2: Echo framebuffer = Y | sudo tee/etc/initramfs-tools/CONF. d/splash
3: sudo Update-initramfs-u
In another article, the author says
"Only Step 2: (2 and 3) the above commands enable the frame cache (graphic interface) during the boot ), in this way, the error information originally displayed on the text interface is not displayed. Of course, this is not an essential solution-it's just not annoying.
In addition, after this modification, I feel that the boot speed is slightly reduced. On my machine, the boot should be highlighted with five red dots to enter, but now it needs to be highlighted twice (10 red points ). I don't know if it takes a long time to get into the graphic interface in advance ."