Ubuntu设置为命令行登录
root@ubuntu:~# vi /etc/default/grub
改:
11 #GRUB_CMDLINE_LINUX_DEFAULT="quiet splash" 12 GRUB_CMDLINE_LINUX_DEFAULT="quiet splash text"
root@ubuntu:~# update-grub
root@ubuntu:~# reboot
root@ubuntu:~# vi /etc/default/grub
改:
11 #GRUB_CMDLINE_LINUX_DEFAULT="quiet splash" 12 GRUB_CMDLINE_LINUX_DEFAULT="quiet splash text"
root@ubuntu:~# update-grub
root@ubuntu:~# reboot