您的位置:首页 > 其它

ubuntu 16.04 启动进入命令行的解决方案 ubuntu 16.04 boot into text mode

2016-08-26 08:52 633 查看
步骤如下:

[plain]
view plain
copy

sudo vi /etc/default/grub  

Comment the line GRUB_CMDLINE_LINUX_DEFAULT=”quiet”,
by adding #at
the beginning
Change GRUB_CMDLINE_LINUX=”" to GRUB_CMDLINE_LINUX=”text”

Uncomment this line #GRUB_TERMINAL=console,
by removing the # at the beginning

[plain]
view plain
copy

sudo update-grub  

[plain]
view plain
copy

sudo systemctl set-default multi-user.target  

内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: