| Author |
Message |
|
|
Post subject: How do you change the GRUB splash image?
Posted: Apr 15, 2006 - 11:02 PM
|
|

Joined: Oct 26, 2005
Posts: 146
Location: Out There
|
|
I would like to know how to change the GRUB boot splash image. I like the default one, but I want to be able to change it. I downloaded a few pre-made splash images and saved them as *.xpm in my /boot/grub. I put this line in my menu.lst:
splashimage=(hd0,1)/boot/grub/blu.xpm.gz
But when I re boot it does not work!  |
_________________ "Kanotix....what, me worry?!"
|
| |
|
|
|
 |
|
|
Post subject: How do you change the GRUB splash image?
Posted: Apr 16, 2006 - 12:35 AM
|
|
Joined: Mar 14, 2006
Posts: 126
|
|
|
Last edited by frankqn on Apr 29, 2009 - 09:28 PM; edited 1 time in total
|
| |
|
|
|
 |
|
|
Post subject: How do you change the GRUB splash image?
Posted: Apr 16, 2006 - 10:12 AM
|
|
Joined: Aug 16, 2004
Posts: 1905
|
|
| xpm splashes are not compatible with grub-gfxboot. |
|
|
| |
|
|
|
 |
|
|
Post subject: Need more info on this subject of moding grub
Posted: Sep 01, 2006 - 07:31 PM
|
|
Joined: Jun 07, 2006
Posts: 31
Location: planet earth
|
|
| Tryed the tip's from several post about moding grub to make it pretty..But no success..LILO can be moded rather easy.. |
|
|
| |
|
|
|
 |
|
|
Post subject:
Posted: Sep 02, 2006 - 12:41 PM
|
|
Artist


Joined: Aug 11, 2005
Posts: 451
Location: Australia
|
|
|
|
|
 |
|
|
Post subject: Re: How do you change the GRUB splash image?
Posted: Sep 02, 2006 - 02:25 PM
|
|
Team Member


Joined: Dec 17, 2003
Posts: 1109
Location: Ganymede
|
|
|
w1av wrote:
I would like to know how to change the GRUB boot splash image. I like the default one, but I want to be able to change it. I downloaded a few pre-made splash images and saved them as *.xpm in my /boot/grub. I put this line in my menu.lst:
splashimage=(hd0,1)/boot/grub/blu.xpm.gz
But when I re boot it does not work!
You can build your own pretty easily.
Code:
apt-get source kanotix-graphics
Change the background.pcx in the source and build. |
_________________ Ubuntu - An ancient African word for "Can't install Debian"
|
| |
|
|
|
 |
|
|
Post subject: RE: Re: How do you change the GRUB splash image?
Posted: Sep 02, 2006 - 10:41 PM
|
|
Joined: Oct 26, 2005
Posts: 29
Location: OKC
|
|
| Very nice artwork, Cathbard! Can anyone tell me how to lock-in the setting for framebuffer resolution? It defaults to 1024x786, and I'm looking at a 19" flat face CRT. I'd prefer to have it remember I like 1280x1024. |
_________________ Ed
------------
http://ed.asisaid.com/
|
| |
|
|
|
 |
|
|
Post subject: RE: Re: How do you change the GRUB splash image?
Posted: Sep 02, 2006 - 10:56 PM
|
|

Joined: Mar 25, 2005
Posts: 2133
|
|
|
Quote:
setting for framebuffer resolution?
Ed, please post contents of /etc/X11/xorg.conf in a code box so I can take a look at your current settings. If you're using fbdev driver, boot from LiveCD with cheat code "xmodule=vesa" to test whether you can get at least VESA resolutions & screen refresh rates. |
_________________ And I ain't got no worries 'cause I ain't in no hurry at all (Doobie Brothers, "Black Water").
|
| |
|
|
|
 |
|
|
Post subject: Re: RE: Re: How do you change the GRUB splash image?
Posted: Sep 03, 2006 - 02:37 PM
|
|
Team Member


Joined: Dec 17, 2003
Posts: 1109
Location: Ganymede
|
|
|
ehurst wrote:
Very nice artwork, Cathbard! Can anyone tell me how to lock-in the setting for framebuffer resolution? It defaults to 1024x786, and I'm looking at a 19" flat face CRT. I'd prefer to have it remember I like 1280x1024.
You need to pass the resolution to GRUB on boot w/ the vga= parameter. Edit /boot/grub/menu.lst and add something like so:
Code:
title Debian GNU/Linux, kernel 2.6.17.7-mz-rt-2
root (hd0,1)
kernel /boot/vmlinuz-2.6.17.7-mz-rt-2 root=/dev/sda2 ro ramdisk_size=10 0000 lang=us apm=power-off nomce vga=0x31A splash=silent
boot
vga=0x31a is equivalent to 1280x1024 @ 16 bits. |
_________________ Ubuntu - An ancient African word for "Can't install Debian"
|
| |
|
|
|
 |
|
|
Post subject: RE: Re: RE: Re: How do you change the GRUB splash image?
Posted: Sep 05, 2006 - 08:55 PM
|
|
Joined: Jan 21, 2005
Posts: 454
Location: NYC/NJ Area
|
|
I have the above vga=0x31a in my menu.lst but it still defaults to 1024x786..............the fonts are too big,I like em smaller when its booting and I can see whats going on.Also you have a capital "A" and my config shows lowercase "a" if that matters.
I dont use splash.
Very nice grub theme,I am about to use that if its ok.
Thank you |
|
|
| |
|
|
|
 |
|
|