Firstly you would have to define what you think what 'elegant and uncluttered' looks like...I wonder simply how I can get an elegant and unclutttered boot sequence with Raspbian.
As a place to start, the Pi boots with the command line argument you find in /boot/cmdline.txt. You could start by trying "quiet splash" or either there. If it doesn't work since it's not configured for that, you may have to build your own kernel and configure things from there.lunchbox wrote:I didn't mean that to sound so subjective. Install Debian on a regular pc and you'll typically have grub and plymouth. If I remember correctly there is a quiet boot which goes directly from the grub prompt to black screen and then a splashscreen. Edit the conf for grub to see a flood of boot messages by default like I get with raspbian. Ubuntu does this but they also bypass the grub prompt by default unless there's more than one os installed. hit escape to see the boot messages. That's what I want, if it is possible. I want a quiet boot with no messages, just a blank screen then the splash screen. That's what you'll get with "quiet splash" set as whatever option that's supposed to be in grub. Raspbian doesn't use grub.
Code: Select all
exec /etc/init.d/rc S &
chvt 6
clear
fbi -once -timeout 20 -noverbose -nocomments -noedit /etc/splash.png
chvt 1
clear