你好,我的 7559 已经安装好了,但是现在还没有重新启动系统,所以请输入 GRUB_CMDLINE_LINUX_DEFAULT="nomodeset quiet splash" 以提供帮助
翻译:
我有一台戴尔 7559,刚刚安装了 Ubuntu。但是,安装后 Ubuntu 无法启动。我已经在 grub 文件中添加了行:GRUB_CMDLINE_LINUX_DEFAULT="nomodeset quiet splash",但它仍然不起作用。帮忙吗?
答案1
您需要将其保存nouveau.modeset=0
在档案中。因此,它就像我的戴尔 Inspiron 7559 上的 Ubuntu 14.04.5 LTS 一样。
根据档案内容,您应该看到以下内容:
GRUB_CMDLINE_LINUX_DEFAULT = "quiet splash nouveau.modeset = 0"
继续,现在更新 GRUB:
sudo update-grub
Translation:
You need to have `nouveau.modeset=0` in the grub file so that Ubuntu can boot.
After that, update grub by running sudo update-grub.