LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   grub and splashimage (https://www.linuxquestions.org/questions/slackware-14/grub-and-splashimage-66438/)

kvikki 06-18-2003 05:02 PM

grub and splashimage
 
Ok I installid grub and I copy gentoo splashimage to slackware grub dir. It wont display it is always is black. I use grub version 0.93

Here is my grub file

default 0
timeout 10
splashimage=(hd0,4)/boot/grub/splash.xpm.gz

title=Slackware Linux
root (hd0,4)
kernel (hd0,4)/boot/bzImage ro root=/dev/hda5 hdc=ide-scsi vga=791 splash=silent
initrd /boot/initrd

# Below needed only for people who dual-boot
title=Windows XP
root (hd0,0)
chainloader (hd0,0)+1

title=Gentoo Linux
root (hd0,3)
kernel (hd0,3)/boot/bzImage root=/dev/hda4 hdc=ide-scsi

busbarn 06-18-2003 06:01 PM

if your splash image isn't 16 colors or less, it won't display. I ran in to that same problem. ONce I changed it to 16 colors, it worked like a charm.

kvikki 06-19-2003 02:20 PM

It must be, It is the same image witch gentoo use and it worked with gentoo grub

kvikki 06-19-2003 03:23 PM

I think my version of grub doesn't support splashimage where can I download a version that works

sickboylives 07-22-2003 02:01 PM

Quote:

Originally posted by busbarn
if your splash image isn't 16 colors or less, it won't display. I ran in to that same problem. ONce I changed it to 16 colors, it worked like a charm.
busbarn, you're a god! I've been playing with that image for days trying to work out what was going on in my head and never once thought to change the color depth. I was going to post a question about it on here if I could not find anything about it by searching. Now I don't even have to ask.

/me buys you a beer or ten. You rock.

jtX 08-05-2003 09:56 PM

I used the boot splash patch on grub 0.93 and used a 16 color image and it still wont display.

jtX 08-09-2003 11:33 PM

kvikki I've finally had some luck getting my boot splash to work. Try visiting the site: http://ruslug.rutgers.edu/~mcgrof/grub-images/

Here's the direct links to the latest sources and boot splash patch:
http://ruslug.rutgers.edu/~mcgrof/gr...24.orig.tar.gz
http://ruslug.rutgers.edu/~mcgrof/gr...0224-2.diff.gz


All times are GMT -5. The time now is 06:49 PM.