如何在 Raspberry Pi 上隐藏所有启动文本和闪烁光标
为了隐藏 Raspberry Pi 上的所有启动消息(包括终端)和闪烁光标,编辑 /boot/cmdline.txt 并首先更改
cmdline_console_setting.txt
console=tty1为
cmdline_console_setting2.txt
console=tty3After that, add the following 为 the end of the line:
cmdline_loglevel_quiet.txt
loglevel=3 quiet logo.nologo vt.global_cursor_default=0现在你可以重启并享受无杂乱的体验。
Check out similar posts by category:
Raspberry Pi
If this post helped you, please consider buying me a coffee or donating via PayPal to support research & publishing of new posts on TechOverflow