
Kubuntu Grub Bootscreen
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
The following is needed in your GRUBs menu.lst file, you may need to adjust it depending on your configuration and where you put the downloaded file
------------------------------
#path to the image
splashimage=(hd0,0)/grub/splashimages/kubuntu-grub.xpm.gz
#the following is used to change the screen colours when splashimage is used
# Set text color to RRGGBB
foreground 86B7E9
# Set shadows and selected highlight to RRGGBB
#this is NOT the screen background but the text shadow
background 1D63AF
gullyfoyle777
13 years ago
Report
muadb
13 years ago
Report
feldegast
13 years ago
The path also depends on where you put the file, it can go anywhere that is accessible by grub
Report