安装ubuntu花屏卡死 AMD显卡
安装ubuntu花屏卡死 AMD显卡
参考:http://wiki.ubuntu-tw.org/index.php?title=FAQinstall
2、选择语言后,按F6[其它选项],在按ESC退出。
3、屏幕下方会有一行"开机选项"[一段可编辑的文字]
4、找到quite splash,其后空一格,输入nomodeset,[--删掉]
5、enter进入安装。
初次使用,安装成功后
1、GRUB界面,按e,找到"quite splash",空一格输入nomodeset
2、ctrl+x 启动系统
3、sudo gedit /etc/default/grub
4、找到
GRUB_CMDLINE_LINUX_DEFAULT="quite splash"
改成
GRUB_CMDLINE_LINUX_DEFAULT="quite splash nomodeset"
保存文档
5、更新GRUB
sudo update-grub