ubuntu关闭图形以及grub命令行开机
grub:
insmod ext2 set root='(hd0,1)' linux /boot/vmliuz* root=/dev/sda1 ro quiet splash initrd /boot/initrd*
以前总是忽略了 root=/dev/sda1 和 ro quiet splash
正是这两行决定了系统能否正常以图形开机,如果不想以图形开机,可以修改"quiet splash" -> "text"
ubuntu图形
/etc/init.d/gdm start/stop
posted on 2012-03-18 12:01 vincent Van Gogh 阅读(604) 评论(0) 收藏 举报
浙公网安备 33010602011771号