标签:www. res grub 就会 tps mod 文本 高级 模式
一 安装步骤
**https://www.cnblogs.com/asdf89/p/9599661.html**
二 启动后停留在logo界面,无法进入系统
1 重新启动,在启动选择页先选择ubuntu高级选项,然后随便选择一个kernel的恢复模式,会进入到一个菜单画面,然后选择
dpkg这个选项,然后点击OK,好了重启系统后在菜单画面选择resume,就是第一个选项。(我不记得是选择dpkg后进入系统的还是resume进入系统的了,其实只要进入系统能编辑到grub就可以了)
2.进入系统后,打开终端,编辑grub
输入 sudo gedit /etc/default/grub
然后就会弹出grub的编辑文本,然后找到quiet splash,在后面添加nomodeset
就是将 GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
修改为: GRUB_CMDLINE_LINUX_DEFAULT="quiet splash nomodeset"
然后保存关闭
再在终端中输入sudo update-grub
然后我启动就没问题了
标签:www. res grub 就会 tps mod 文本 高级 模式
原文地址:https://www.cnblogs.com/lemonning/p/10340512.html