如何在 Raspberry Pi 上隐藏所有启动文本和闪烁光标

为了隐藏 Raspberry Pi 上的所有启动消息(包括终端)和闪烁光标,编辑 /boot/cmdline.txt 并首先更改

cmdline_console_setting.txt
console=tty1

cmdline_console_setting2.txt
console=tty3

After 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