具体步骤如下:
1.打开引导配置文件
vim /etc/default/grub
2.修改GRUB_CMDLINE_LINUX_DEFAULT的值为text
3.更新启动引导
sudo update-grub
4.重启
reboot