LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu
User Name
Password
Ubuntu This forum is for the discussion of Ubuntu Linux.

Notices


Reply
  Search this Thread
Old 06-10-2006, 01:40 PM   #1
randell6564
Member
 
Registered: Nov 2005
Location: California USA
Distribution: Ubuntu,(Feisty Fawn) Windows XP(Home Edition)
Posts: 634

Rep: Reputation: 31
need help installing splash image for boot up


Hello!

I tryed the 'wiki' info provided in this forum, but it did not work.

I'm trying to install a splash image that I downloaded from 'gnome-look.org'. its sitting on my desktop and I dont know how to install it!

Can someone please give me a hand?

Thanks!

Oh yeah...

I'm using 'Dapper'
 
Old 06-10-2006, 02:44 PM   #2
aysiu
Senior Member
 
Registered: May 2005
Distribution: Ubuntu with IceWM
Posts: 1,775

Rep: Reputation: 86
Is your splash image in the format splashimagename.xpm.gz?

If so, let's assume the image is on your desktop.
Code:
sudo cp ~/Desktop/splashimagename.xpm.gz. /boot/grub/splashimagename.xpm.gz
sudo cp /boot/grub/menu.lst /boot/grub/menu.lst_backup
sudo nano /boot/grub/menu.lst
Then add in this line:
Code:
splashimage (hd0,4)/boot/grub/splashimagename.xpm.gz
This assumes that your Ubuntu partition is at /dev/hda5. If it were at /dev/hda4, it would be (hd0,3). If it were at /dev/hb1, it would be (hd1,0).

This also assumes that Ubuntu's Grub is in charge of the boot loader. I noticed you're also using Mepis, so this may not the be case.
 
Old 06-10-2006, 02:49 PM   #3
randell6564
Member
 
Registered: Nov 2005
Location: California USA
Distribution: Ubuntu,(Feisty Fawn) Windows XP(Home Edition)
Posts: 634

Original Poster
Rep: Reputation: 31
Heres my 'menu.lst':

# menu.lst - See: grub(8), info grub, update-grub(8)
# grub-install(8), grub-floppy(8),
# grub-md5-crypt, /usr/share/doc/grub
# and /usr/share/doc/grub-doc/.
download.xpm (hd0,1)/boot/grub/images/download.xpm.gzdownload.png


The image that I'm trying to use is named, 'download.xpm.'
but its not an 'xpm.gz' its just an image that i renamed and placed in the '/boot/grub/images' folder.

ubuntu partition is 'hda1'

Last edited by randell6564; 06-10-2006 at 02:51 PM.
 
Old 06-10-2006, 07:57 PM   #4
aysiu
Senior Member
 
Registered: May 2005
Distribution: Ubuntu with IceWM
Posts: 1,775

Rep: Reputation: 86
Okay. The line should read:
Code:
splashimage (hd0,0)/boot/grub/images/download.xpm.gz
I think you'll have to find a way (maybe through GIMP) to convert it to .xpm.gz instead of .png.

It also has to be a certain color range.

Read more here about the specifications for bootsplash images:
http://ruslug.rutgers.edu/~mcgrof/grub-images/
 
Old 06-11-2006, 01:10 AM   #5
randell6564
Member
 
Registered: Nov 2005
Location: California USA
Distribution: Ubuntu,(Feisty Fawn) Windows XP(Home Edition)
Posts: 634

Original Poster
Rep: Reputation: 31
Thank you sir!

I'm gonna go and do some tinkerin...

I'll let ya know what happens!
 
Old 06-11-2006, 01:39 AM   #6
randell6564
Member
 
Registered: Nov 2005
Location: California USA
Distribution: Ubuntu,(Feisty Fawn) Windows XP(Home Edition)
Posts: 634

Original Poster
Rep: Reputation: 31
Well...

strange that it still does not show up.

I went and checked my partitions with 'fdisk' just to see if Im entering the right partition in '/boot/grub/menu.lst':

Device Boot Start End Blocks Id System
/dev/hda1 1 4134 33206323+ 83 Linux
/dev/hda2 4135 4499 2931862+ 5 Extended
/dev/hda3 4500 8068 28667992+ 82 Linux swap / Solaris
/dev/hda4 8069 8578 4096575 83 Linux
/dev/hda5 4135 4499 2931831 82 Linux swap / Solaris

'hda1' IS 'ubuntu.'

I DO HAVE a '.xpm.gz' in '/boot/grub/images' so I tryed to make this work with IT, but still nothing.

Heres the '/boot/grub/menu.lst':

# menu.lst - See: grub(8), info grub, update-grub(8)
# grub-install(8), grub-floppy(8),
# grub-md5-crypt, /usr/share/doc/grub
# and /usr/share/doc/grub-doc/.
splashimage (hd0,0)/boot/grub/images/ubuntu.xpm.gz


I'll keep looking!
 
Old 06-11-2006, 01:51 AM   #7
aysiu
Senior Member
 
Registered: May 2005
Distribution: Ubuntu with IceWM
Posts: 1,775

Rep: Reputation: 86
There are only two things I can think of:

1. Are you sure it fits the right color specifications in the link I gave you before? It's not enough that it is in the .xpm.gz format. It has to be formatted in a particular way.

2. Are you sure Ubuntu's Grub is in charge of the MBR and not Mepis' Grub?
 
Old 06-11-2006, 02:00 AM   #8
randell6564
Member
 
Registered: Nov 2005
Location: California USA
Distribution: Ubuntu,(Feisty Fawn) Windows XP(Home Edition)
Posts: 634

Original Poster
Rep: Reputation: 31
I think you Nailed it!!

Although I have wiped 'mepis' recently and installed 'xubuntu',

'xubuntu' is, I am assuming in charge of the 'MBR' because it is the first to boot if I do not choose 'ubuntu!'

Oh well...

unless I can figure out a way to install 'ubuntu grub' and reverse the order, I'll live with it!

Thanks Again!
 
Old 06-11-2006, 12:22 PM   #9
aysiu
Senior Member
 
Registered: May 2005
Distribution: Ubuntu with IceWM
Posts: 1,775

Rep: Reputation: 86
Just edit the /boot/grub/menu.lst file on Xubuntu, and you should be fine. Also, make sure you put the splash.xpm.gz file on Xubuntu's /boot/grub.
 
Old 06-11-2006, 03:49 PM   #10
randell6564
Member
 
Registered: Nov 2005
Location: California USA
Distribution: Ubuntu,(Feisty Fawn) Windows XP(Home Edition)
Posts: 634

Original Poster
Rep: Reputation: 31
Quote:
Originally Posted by aysiu
Just edit the /boot/grub/menu.lst file on Xubuntu, and you should be fine. Also, make sure you put the splash.xpm.gz file on Xubuntu's /boot/grub.
I didnt even think of doing that! Thank You!

Makes perfect sense! Since 'xubuntu' is running the show, I can just place the 'bootSplash' in HER 'menu.lst.'

I'm on it, Thanks Again!
 
Old 06-11-2006, 04:07 PM   #11
randell6564
Member
 
Registered: Nov 2005
Location: California USA
Distribution: Ubuntu,(Feisty Fawn) Windows XP(Home Edition)
Posts: 634

Original Poster
Rep: Reputation: 31
Well...

ya did it again, my friend!

I edited 'xubuntus'' 'menu.lst' and now the 'splash' is showing!

Thank you Much!
 
Old 06-11-2006, 06:00 PM   #12
randell6564
Member
 
Registered: Nov 2005
Location: California USA
Distribution: Ubuntu,(Feisty Fawn) Windows XP(Home Edition)
Posts: 634

Original Poster
Rep: Reputation: 31
Ok...

THIS is Strange!

I went here: http://easylinux.info/wiki/Ubuntu_da...enu_on_boot-up

for instructions on how to install a splash image at boot up.

by using the link in the first order of operation: wget -c http://easylinux.info/uploads/ubuntu.xpm.gz

AND with Much help from 'aysiu', I now have a nice 'boot-splash' screen!

BUT...

I dont want the 'splash screen' provided in the wiki...

I want one that I choose!

So...

I go to 'gnome-look.org>splash screens' and pick one that I like.

I click on 'download' and then 'Save as' '.xpm' instead of '.php'.

I now end up with 'imagename.xpm' on my desktop (OR in /boot/grub/images, wherever I choose to save it).

I open the image with 'gimp' and resize to '640 by 480' which is the correct size for a boot-splash image.

Then I open a terminal and 'gzip imagename.xpm'.

NOW it is suppose to be ready! I then pull up my /boot/grub/menu.lst and edit it in.

After saving and rebooting, I get a message telling me that grub is unable to read the splash image!

The image provided in the 'wiki' works fine. I just cant install my own!

Wierd!
 
Old 06-11-2006, 07:40 PM   #13
aysiu
Senior Member
 
Registered: May 2005
Distribution: Ubuntu with IceWM
Posts: 1,775

Rep: Reputation: 86
Maybe your image has too many colors?
 
Old 06-11-2006, 09:36 PM   #14
randell6564
Member
 
Registered: Nov 2005
Location: California USA
Distribution: Ubuntu,(Feisty Fawn) Windows XP(Home Edition)
Posts: 634

Original Poster
Rep: Reputation: 31
Quote:
Originally Posted by aysiu
Maybe your image has too many colors?
Thats true! I guess I was just assuming that the splash images provided at 'gnome-look.org' are 'cooked' and ready to 'serve.'

It seems though that they would already be in the '.xpm.gz'

format when downloaded, but they're not. (unless I'm saving them the wrong way)

I'll try a variety and see if I can come up with one that works!

heres the link to the 'splash' that I was trying in case you care to check it out:

http://www.gnome-look.org/content/sh...?content=33550

It COULD possibly be the "color" issue!
 
Old 06-11-2006, 10:13 PM   #15
randell6564
Member
 
Registered: Nov 2005
Location: California USA
Distribution: Ubuntu,(Feisty Fawn) Windows XP(Home Edition)
Posts: 634

Original Poster
Rep: Reputation: 31
FREEKIN CRAZY!

If you go here: http://www.gnome-look.org/content/sh...?content=29985

you can get this image ALREADY in '.xpm' format, with no REAL color!

When ya right click and 'save' it, you will get it already in the '.xpm.gz' format but grub will not be able to use it!

I dont understand. That ONE splash that comes with the instructions here: http://easylinux.info/wiki/Ubuntu_da...enu_on_boot-up

installs perfectly!

I even disected it and compared it to the ones that I have been trying to create and it all seems to match up!

Wierd!
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Splash image .... MikeFoo1 Linux - Newbie 5 05-04-2005 04:27 PM
grub 0.95 splash image doralsoral Linux - Software 1 11-25-2004 11:53 PM
Boot splash image Menestrel Slackware 24 05-24-2004 11:09 PM
Installing LiLo Boot screen Splash with Redhat 9.0? Optyx Linux - Software 0 01-17-2004 11:36 PM
Splash image ? BajaNick Linux - General 17 08-14-2003 03:45 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu

All times are GMT -5. The time now is 09:50 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration