LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   Splash images in Grub: Not working! (https://www.linuxquestions.org/questions/linux-general-1/splash-images-in-grub-not-working-150432/)

dtheorem 02-25-2004 02:47 PM

Splash images in Grub: Not working!
 
I've been trying without success to give a splash image to grub. I've got a picture called spud.xpm.gz that I've converted and want to use. my menu.lst file is:

timeout 10
color black/cyan yellow/cyan
splashimage=(hd0,0)/grub/images/spud.xpm.gz

i18n (hd0,0)/grub/messages
altconfigfile (hd0,0)/grub/menu.once
default 0

title linux
kernel (hd0,0)/vmlinuz root=/dev/hda7 devfs=mount hdc=ide-scsi acpi=ht resume=/dev/hda5 vga=791
initrd (hd0,0)/initrd.img

title failsafe
kernel (hd0,0)/vmlinuz root=/dev/hda7 failsafe devfs=nomount hdc=ide-scsi acpi=ht resume=/dev/hda5 vga=791
initrd (hd0,0)/initrd.img

title floppy
root (hd0,0)
chainloader +1

I've tried the splashimage line without the '=':
splashimage (hd0,0)/grub/images/spud.xpm.gz
I've tried getting rid of the alconfigfile, i18n, and color lines because they never show up on any of the standard examples. I really do have a spud.xpm.gz in that directory, and it really is the hda1 partition. I'm using grub that came with Mandrake 9.2 (grub 0.93).

Anybody any ideas?

homey 02-25-2004 03:23 PM

Are you sure it's not in the /boot directory? Here's an example which I have...

boot=/dev/hda
default=0
timeout=15
splashimage=(hd1,1)/boot/grub/splash.xpm.gz

aus9 03-10-2004 07:14 AM

I bow to homey's great knowledge but seem to recall that the image file must also be a low resolution file, I think 8 bits for grub to handle

somebody remember ?

melinda_sayang 03-10-2004 08:06 AM

Not all grub has splash image support especially official one. You may want to try hacked version of grub.


All times are GMT -5. The time now is 06:40 AM.