1 |
原来要想默认不进入xwindows,只需编辑文件”/etc/default/grub”, |
2 |
把
GRUB_CMDLINE_LINUX_DEFAULT=”quiet splash” |
3 |
改成GRUB_CMDLINE_LINUX_DEFAULT=”quiet
splash text” |
4 |
(即在GRUB_CMDLINE_LINUX_DEFAULT项的后面加上”
text”), |
5 |
然后再运行”sudo
update-grub”即可。 |
1 |
原来要想默认不进入xwindows,只需编辑文件”/etc/default/grub”, |
2 |
把
GRUB_CMDLINE_LINUX_DEFAULT=”quiet splash” |
3 |
改成GRUB_CMDLINE_LINUX_DEFAULT=”quiet
splash text” |
4 |
(即在GRUB_CMDLINE_LINUX_DEFAULT项的后面加上”
text”), |
5 |
然后再运行”sudo
update-grub”即可。 |
本文介绍了一种方法,通过修改grub配置文件中的GRUB_CMDLINE_LINUX_DEFAULT参数来实现Linux系统启动时不自动进入XWindows环境。具体操作包括将'quietsplash'改为'quietsplashtext',然后使用'sudo update-grub'更新配置。

2755

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



