sudo service lightdm stop
以文本方式启动:
Edit /etc/default/grub with your favourite editor, e.g. nano:
sudo nano /etc/default/grub
Find this line:
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
Change it to:
GRUB_CMDLINE_LINUX_DEFAULT="text"
Update GRUB:
sudo update-grub
本文介绍如何将Linux系统的启动模式从默认的图形界面切换为文本模式。通过编辑grub配置文件并更改GRUB_CMDLINE_LINUX_DEFAULT参数,可以实现这一设置。此外,还提供了具体的命令示例。
5438

被折叠的 条评论
为什么被折叠?



