Autor |
Nachricht |
|
Titel: How do you change the GRUB splash image?
Verfasst am: 15.04.2006, 23:02 Uhr
|
|

Anmeldung: 26. Okt 2005
Beiträge: 146
Wohnort: 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?!"
|
|
|
|
 |
|
Titel: How do you change the GRUB splash image?
Verfasst am: 16.04.2006, 00:35 Uhr
|
|
Anmeldung: 14. Mar 2006
Beiträge: 126
|
|
|
Zuletzt bearbeitet von frankqn am 29.04.2009, 21:28 Uhr, insgesamt ein Mal bearbeitet
|
|
|
|
 |
|
Titel: How do you change the GRUB splash image?
Verfasst am: 16.04.2006, 10:12 Uhr
|
|
Anmeldung: 16. Aug 2004
Beiträge: 1905
|
|
xpm splashes are not compatible with grub-gfxboot. |
|
|
|
|
 |
|
Titel: Need more info on this subject of moding grub
Verfasst am: 01.09.2006, 19:31 Uhr
|
|
Anmeldung: 07. Jun 2006
Beiträge: 31
Wohnort: 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.. |
|
|
|
|
 |
|
Titel:
Verfasst am: 02.09.2006, 12:41 Uhr
|
|
Artist


Anmeldung: 11. Aug 2005
Beiträge: 451
Wohnort: Australia
|
|
|
|
 |
|
Titel: Re: How do you change the GRUB splash image?
Verfasst am: 02.09.2006, 14:25 Uhr
|
|
Team Member


Anmeldung: 17. Dez 2003
Beiträge: 1109
Wohnort: Ganymede
|
|
w1av hat folgendes geschrieben::
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"
|
|
|
|
 |
|
Titel: RE: Re: How do you change the GRUB splash image?
Verfasst am: 02.09.2006, 22:41 Uhr
|
|
Anmeldung: 26. Okt 2005
Beiträge: 29
Wohnort: 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/
|
|
|
|
 |
|
Titel: RE: Re: How do you change the GRUB splash image?
Verfasst am: 02.09.2006, 22:56 Uhr
|
|

Anmeldung: 25. Mar 2005
Beiträge: 2133
|
|
Zitat:
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").
|
|
|
|
 |
|
Titel: Re: RE: Re: How do you change the GRUB splash image?
Verfasst am: 03.09.2006, 14:37 Uhr
|
|
Team Member


Anmeldung: 17. Dez 2003
Beiträge: 1109
Wohnort: Ganymede
|
|
ehurst hat folgendes geschrieben::
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"
|
|
|
|
 |
|
Titel: RE: Re: RE: Re: How do you change the GRUB splash image?
Verfasst am: 05.09.2006, 20:55 Uhr
|
|
Anmeldung: 21. Jan 2005
Beiträge: 454
Wohnort: 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 |
|
|
|
|
 |
|