ubuntu 16.04 启动进入命令行的解决方案 ubuntu 16.04 boot into text mode
ubuntu 16.04 启动进入命令行的解决方案 boot ubuntu 16.04into text mode
步骤如下:
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
sudo update-grub
sudo systemctl set-default multi-user.target