CUSTOM SPLASH SCREEN FOR RASPBERRY PI (RASPBIAN)
http://www.edv-huber.com/index.php/problemloesungen/15-custom-splash-screen-for-raspberry-pi-raspbian CUSTOM SPLASH SCREEN FOR RASPBERRY PI (RASPBIAN) This is a quick and dirty solution for an unanimated custom splash screen during boot. First of all, you need to install fbi: apt-get install fbi Copy your custom splash image to /etc/ and name it “splash.png”. Next, create an init.d script called “asplashscreen” in “/etc/init.d/”. I chose “asplashscreen” with an “a” at the beginning to be sure it starts first. #! /bin/sh ### BEGIN INIT INFO # Provides: asplashscreen #