use*_*037 6 boot xorg graphics xinit
我的 Ubuntu 16.04 系统启动到 X.Org 故障安全模式(xinit失败)。我不知道为什么。该文件/var/log/Xorg.0.log包含以下内容:
/dev/dri/card0: No such file or directory
Run Code Online (Sandbox Code Playgroud)
PS:我的系统运行良好,直到我删除了 2 个未使用的内核映像(4.4.0-57和4.4.0-59)。我用4.4.0-53. 引导过程以 结束,reached target graphical failsafe runlevel fallback不再继续。
根据提问者user152037,重新安装驱动程序修复了它:
sudo apt-get install --reinstall xserver-xorg-video-intel xserver-xorg-core
sudo dpkg-reconfigure xserver-xorg
Run Code Online (Sandbox Code Playgroud)