I want a boot without any banner, images and messages, so I have used these configuration:
vi /boot/cmdline.txt
- Replace "console=tty1" by "console=tty3" to redirect boot messages to the third console.
- Add "loglevel=3" to disable non-critical kernel log messages.
- Add "logo.nologo" to the end of the line to remove the Raspberry PI logos from displaying
vi /boot/config.txt
- add "disable_splash=1" at the end of the file.
mv /etc/issue /etc/issue.save
mv /etc/motd /etc/motd.save
touch ~/.hushlogin
sudo systemctl disable getty@tty1.service
all ok but I still see a strange white screen for 1 sec before the Playing screen, someone can help me ?