美文网首页
Ubuntu14.04.1 设置默认启动命令行界面

Ubuntu14.04.1 设置默认启动命令行界面

作者: momxmo | 来源:发表于2020-05-08 11:11 被阅读0次

修改/etc/default/grub
GRUB_CMDLINE_LINUX_DEFAULT=”quiet splash”改为:GRUB_CMDLINE_LINUX_DEFAULT=” text”
然后执行命令
sudo update-grub2
sudo update-grub

Ctrl+Alt+F1使用命令行界面 停掉GDM服务:sudo update-rc.d -f gdm remove
重新启动sudo reboot -n

相关文章

网友评论

      本文标题:Ubuntu14.04.1 设置默认启动命令行界面

      本文链接:https://www.haomeiwen.com/subject/ilomghtx.html