https://forums.kali.org/showthread.php?27191-RPi2-Kali2-0-1-boot-to-commandline-instead-of-X
Typically I have a old laptop(bought around Jan 18th 2014 i guess, Best Buy in marlborough, Massachusetts, USA. And it's Q301L of ASUS). I want faster boot with kali linux on it so I gotta disable the graphics when booting.
I did following things:
1) systemctl get-default
2) systemctl set-default multi-user.target
3) reboot
once if I want the graphics back I do
systemctl set-default graphical.target
本文介绍了一种在旧笔记本电脑上实现Kali Linux更快启动的方法,通过禁用图形界面来提升启动速度。作者详细说明了操作步骤:首先使用'systemctl get-default'查看当前默认目标,然后通过'systemctl set-default multi-user.target'设置默认目标为多用户模式,最后重启系统。如果需要恢复图形界面,只需执行'systemctl set-default graphical.target'。

394

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



