关于Ubuntu不启动X,直接进入字符界面

Easiest method:

change "quiet splash" to "text" in file /boot/grub/grub.cfg



The follow ref url:

http://forum.ubuntu.org.cn/viewtopic.php?p=3070982


正确方法如下(亲测13.10和14.04Beta2)

第一步:

代码:
一、查看文件/etc/init/rc-sysinit.conf,在第14行附近:确认“env DEFAULT_RUNLEVEL=2”。2是新装系统默认的,确保不被修改。
二、编辑文件 /etc/init/lightdm.conf,在第12行附近,原句“ and runlevel [!06]” 改为“ and runlevel [!026]”。

第二步:
代码:
编辑/etc/default/grub

GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
改成
GRUB_CMDLINE_LINUX_DEFAULT="text"
其实只要把"quiet splash"修改为其它字符就可以了,这是系统启动是ubuntu那个logo和下面那个闪动的小亮点。
别忘了update一下grub

第三步:
代码:
想进入X,直接startx,绝对装B利器!


你可能感兴趣的:(Ubuntu)