Results 1 to 7 of 7
hey there i'm totally hating the green in opensuse 11 i'm all for killing it can anyone please help me change my grub boot image thanx...
- 07-20-2008 #1
grub boot image
hey there i'm totally hating the green in opensuse 11 i'm all for killing it can anyone please help me change my grub boot image thanx
- 07-20-2008 #2
Open menu.lst file and put # sign before splashimage or gfxmenu line. You will have black/white GRUB Menu.
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 07-20-2008 #3
- 07-20-2008 #4
Yes you can put any picture but it must be 640x480 size, indexed to 14 colours and have .xpm format.
You can do that easily.
Let say, picture name is mypic.jpg.
Execute this
Add this code in menu.lst file :Code:convert mypic.jpg -resize 640x480 -colors 14 splash2.xpm gzip splash2.xpm mv splash2.xpm.gz /boot/grub/
I assumed that (hd0,0) is / partition of SuSe. Replace it with correct value.Code:splashimage=(hd0,0)/grub/splash.xpm.gz
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 07-26-2008 #5
It took me a while to try this any way i tried as you said followed your instructions to the letter and when i boot i get an error invalid file format do you know what could be causing this thanx
- 07-26-2008 #6Linux Guru
- Join Date
- Oct 2007
- Location
- Tucson AZ
- Posts
- 1,946
Tried doing this myself several months ago and failed. I boot w/suse linux 9.2 and after spending time trying to get a new image I found out that splashimage is not available on my old system. Should be on a newer system, just check commands on boot in Grub. I believe, if I remember correctly, the problem with using the instructions devils casper posted is suse specific because of the gfxmenu thing. DC's explanation is pretty much what I've seen as how to do it on a non-gfxmenu.
- 07-27-2008 #7
there is also a gui way of doing it through yast under bootloader grub options even that didnt work


Reply With Quote