The system is running in low-graphics mode
开机启动ubuntu发现报了一个错: 问题描述 解决方案一 When the message that "your system is running in low-graphics mode" appears, press Ctrl + Alt + F1 , then login with your credentials. And then, run the following commands: sudo apt-get install --reinstall ubuntu-desktop. sudo reboot.之前在ubuntu上配置过一些东西,我不希望重新安装,此法不行。 解决方案二 LightDM启动失败,上图中的最右端是红色的failed提示。导致开机提示最开始出现的那个错误。 经过本人实际验证,发现了一种十分有效的解决方式: 第一步,开机之后,按住ctrl+alt+f2~f6,进入ubuntu的命令行模式; 第二步,敲下这样一行命令: sudo apt-get install gdm 由于gdm是一个显示管理软件(display manager program),这时用它替换掉启动失败的LightDM. 第三步,重启 reboot 至此问题解决了,至少我们又可以进入GUI界面了,只是和之前的炫酷的登陆界面有所区别而已,毕竟GDM和LightDM是不同的软件。