Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the simply-static domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /var/www/html/wp-includes/functions.php on line 6121
自定义树莓派开机画面

自定义树莓派开机画面

https://blog.csdn.net/aphero/article/details/43124689

https://www.freesion.com/article/3137879416/

https://www.pianshen.com/article/22171676330/

https://www.cnblogs.com/gzggyy/archive/2012/08/07/2626574.html

https://www.jianshu.com/p/dcddafcaeab2

启动时去掉树莓派logo、打印信息等,只需要修改boot下的cmdline.txt,具体如下:
sudo nano /boot/cmdline.txt
-将“console=tty1”替换为“console=tty3”,将引导消息重定向到第三控制台-添加“loglevel=3”以禁用非关键内核日志消息,如果文本光标也需要隐藏,那么在/boot/cmdline.txt文件中添加“vt.global_cursor_default=0”。
logo.nologo 作用: 去掉raspberry Logo
更改后,要进入控制台,只需在引导过程中或引导后按Alt+F3。