04-17-2018, 03:43 PM
(This post was last modified: 04-17-2018, 03:44 PM by Tim Curtis.)
Hi Gary,
Its on TODO list. I haven't looked at how to actually replace the default boot image, but I've been running the following in /boot/cmdline.txt on my Pi Touch and it supresses all the boot messages, pi logo and login prompt, and it shows a default three-dot boot image.
-Tim
Its on TODO list. I haven't looked at how to actually replace the default boot image, but I've been running the following in /boot/cmdline.txt on my Pi Touch and it supresses all the boot messages, pi logo and login prompt, and it shows a default three-dot boot image.
Code:
1. Edit /boot/cmdline.txt
2. Change:
console=tty1 to console=tty3
3. Add to end of line:
quiet splash loglevel=0 logo.nologo vt.global_cursor_default=0
-Tim