Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Grub Splashimage
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Installing Gentoo
View previous topic :: View next topic  
Author Message
v3trae
n00b
n00b


Joined: 14 Aug 2006
Posts: 58

PostPosted: Sat Sep 23, 2006 5:56 pm    Post subject: Grub Splashimage Reply with quote

[/code]Turning on the grub splash image makes a really distorted image appear for a few seconds then it goes back to verbose mode. Any ideas?


Here is my grub.conf.

Code:

default 0
timeout 1
#splashimage=(hd0,0)/etc/bootsplash/UnitedLinux

title=Gentoo
root (hd0,0)
kernel /boot/kernel root=/dev/sda3



Thank you
Back to top
View user's profile Send private message
Angry_Red_Antz
Tux's lil' helper
Tux's lil' helper


Joined: 31 Mar 2005
Posts: 103
Location: Pittsfield, Massachusetts, But 100% Boricua

PostPosted: Sat Sep 23, 2006 6:22 pm    Post subject: Reply with quote

This is what's mines looks like:
Code:

default 0

timeout 25
splashimage=(hd0,0)/boot/grub/splash.xpm.gz

title=Gentoo linux-2.6.17-r8

root (hd0,0)
kernel /boot/linux-2.6.17-r8 root=/dev/hda3

does it help?
_________________
Show me the Linux!
Back to top
View user's profile Send private message
grenwald
n00b
n00b


Joined: 05 Aug 2006
Posts: 21
Location: Clermont-Ferrand / France

PostPosted: Sat Sep 23, 2006 8:18 pm    Post subject: Reply with quote

I think this line :
Quote:
timeout 1

is a part of the problem.
With this line, you tell grub to wait 1 second before boot the default entry. So if you just increase this value, it should work
_________________
there's only 10 types of people
Those who understand binary and the others
Back to top
View user's profile Send private message
DOSBoy
Tux's lil' helper
Tux's lil' helper


Joined: 26 Jun 2005
Posts: 84

PostPosted: Sat Sep 23, 2006 8:42 pm    Post subject: Re: Grub Splashimage Reply with quote

v3trae wrote:

Code:

#splashimage=(hd0,0)/etc/bootsplash/UnitedLinux



There's your problem, I believe. Bootsplash is similar to gensplash - it provides eye-candy that is shown after the kernel has been started.

A quick check of http://packages.gentoo.org doesn't turn up a grub-themes package or similar - so you'll have to find splashimages yourself. The standard grub package installs one to /boot/grub/splash.xpm.gz (or at least it did for me).

You can make your own splash images - I think they're 640x480, 14 colour. I googled for "grub splash image".
http://ruslug.rutgers.edu/~mcgrof/grub-images/ <-- How to make your own images.
http://gentoo-wiki.com/HOWTO_Splash_image_in_GRUB <-- Covers just about everything to do with grub splash images, and has links to a couple of sites with images to download.

HTH.


Last edited by DOSBoy on Sun Sep 24, 2006 8:40 am; edited 1 time in total
Back to top
View user's profile Send private message
cyrillic
Watchman
Watchman


Joined: 19 Feb 2003
Posts: 7313
Location: Groton, Massachusetts USA

PostPosted: Sun Sep 24, 2006 1:03 am    Post subject: Re: Grub Splashimage Reply with quote

DOSBoy wrote:
Grub splashimages need to be on /boot (because that's all grub's going to be able to see).

GRUB splashimages can go anywhere you want them to, but you do have to specify the partition and the path correctly -- in v3trae's case, it would be on (hd0,2) not (hd0,0).

I agree, however, that it won't work even with the correct path, because bootsplash images are in a different format than GRUB splashimages.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Installing Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum