Results 1 to 1 of 1
I'm trying to do a splash background image for my grub boot menu. I've found several posts online showing how to do it and I've set mine up correctly according ...
- 01-14-2010 #1Just Joined!
- Join Date
- Dec 2009
- Posts
- 4
Grub Background Image Not Working
I'm trying to do a splash background image for my grub boot menu. I've found several posts online showing how to do it and I've set mine up correctly according to these posts. However, I can't get it to work. I've got a file in the root directory called splash.xpm.gz, which contains an xpm image. Here's the excerpt from my menu.lst file for grub:
If I boot with this setup in the menu.lst file, it boots to a blank screen with a curser in the top left. If I comment out the splashimage line and uncomment the first color line, it boots fine with a blue background, etc. Any thoughts?Code:default 0 timeout 90 #color white/blue yellow/black #color NORMAL HIGHLIGHT HELPTEXT HEADING # Splash Image splashimage=(hd0,0)/splash.xpm.gz #foreground=FFFFFF #background=0066FF ...menu options below...
Thanks...


Reply With Quote
