Results 1 to 8 of 8
Hi
How to change the GRUB graphic in SUSE 10.1?...
- 03-06-2007 #1Just Joined!
- Join Date
- Mar 2007
- Location
- Iran-tehran
- Posts
- 35
GRUB graphic
Hi
How to change the GRUB graphic in SUSE 10.1?
- 03-06-2007 #2
there are size, color and format restrictions for GRUB image.
pick up any image and covert it to 640x480 size, 14 colors and xpm format.
open /boot/grub/menu.lst file and replace splash image name with new_splash.Code:convert anyimage.jpg -resize 640x480 -colors 14 new_splash.xpm gzip new_splash.xpm mv new_splash.xpm.gz /boot/grub/
change filename only and leave everything else in line as it is.Code:splashimage=(hdx,x)/grub/new_splash.xpm.gz
reboot machine.It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 03-06-2007 #3Just Joined!
- Join Date
- Mar 2007
- Location
- Iran-tehran
- Posts
- 35
i do this before but it doesn't work
- 03-06-2007 #4
could you explain a bit more? which part didn't work?
Last edited by devils casper; 03-06-2007 at 11:10 AM.
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 03-06-2007 #5Just Joined!
- Join Date
- Mar 2007
- Location
- Iran-tehran
- Posts
- 35
i do evry thing that u say but nothing changed. i add the menu.lst additional line and copy the splash.xpm.gz in /boot/grub/, but the deault GRUB graphic is still there.
my distribution is suse 10.1.
i should note that there is no *.xpm.gz in /boot/grub/ and no line similar to "splashimage=(hdx,x)/grub/new_splash.xpm.gz" in menu.lst
what now?
thanks
- 03-06-2007 #6
post the contents of menu.lst file here.
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 03-06-2007 #7
SuSE's GRUB is not your usual GRUB, it is gfx grub. You need special themes to change it.
Put your hand in an oven for a minute and it will be like an hour, sit beside a beautiful woman for an hour and it will be like a minute, that is relativity. --Albert Einstein
Linux User #425940
Don't PM me with questions, instead post in the forums
- 03-06-2007 #8Just Joined!
- Join Date
- Mar 2007
- Location
- Iran-tehran
- Posts
- 35
special themes?
Hmmmmmmmmmmmmmmmmmmmmmm?
what kind of themes? where can i get one? and how does it work?


Reply With Quote