Displaying an image during boot instead of the default command line scrolling textThis is based on the guide here. This solution works but there are a few seconds of text shown before the boot image appears. Install fbiCopy the splashscreen image to be usedCopy your custom splash image into: /etc/ and name it "splash.png". Presumably the resolution to use is 1920x1080px. Create A Script Paste the following into the text editor: IMPORTANT – If copying and pasting via SSH check it has pasted in correctly (pasting via FiseSSH for us caused the # lines and the esac line to be altered and need modifying back to be correct) Exit and save the file as: /etc/init.d/asplashscreen (using a name starting with 'a' will ensure it runs first) Finally make the script executable and install it for init mode: Thats it:
Getting Out Of Black ScreenIf you get a black screen at the end of booting (if you've not setup auto running the GUI etc) use CTRL + ALT + F2 to get the command prompt |