卡在 18.10 上的“启动 GNOME 显示管理器”

Shy*_*nta 4 gdm boot system-installation

我最近刚刚安装了 Ubuntu 18.10。安装成功后,我重新启动了我的系统,但 Ubuntu 没有启动,它卡在显示started GNOME display manager.

我的键盘也不工作。问题是什么?如何在没有任何错误的情况下准备好完整的 Ubuntu 桌面?

hey*_*ema 5

您可能会在使用较旧的 GPU 的较旧计算机上遇到问题。尝试这个...

  • 启动到恢复模式
  • 选择根访问

类型:

sudo mount -o remount,rw /      # to remount the disk r/w

sudo pico /etc/gdm3/custom.conf # edit this file
Run Code Online (Sandbox Code Playgroud)

改变:

#WaylandEnable=false
Run Code Online (Sandbox Code Playgroud)

到:

WaylandEnable=false
Run Code Online (Sandbox Code Playgroud)

然后重启。