Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
No SplashImage in Grub!
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo
View previous topic :: View next topic  
Author Message
tomboy
n00b
n00b


Joined: 24 Oct 2002
Posts: 28

PostPosted: Mon Nov 18, 2002 10:24 am    Post subject: No SplashImage in Grub! Reply with quote

Hi!

My Grubconfig, menu.lst with the grub.conf symlink on it, here :

Code:

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

title=Gentoo system
root (hd0,0)
kernel /kernel/system/bzImage root=/dev/hda6 vga=0x31A

title=Gentoo safe
root (hd0,0)
kernel /kernel/safe/bzImage root=/dev/hda6

title=Windows 2000
root (hd0,2)
chainloader +1


But there is no Splashimage, just the Gray/Black - Menu!
What can i do? btw its the orig. Splashimage!

greetz, tomboy
Back to top
View user's profile Send private message
doug-x07
Tux's lil' helper
Tux's lil' helper


Joined: 16 Nov 2002
Posts: 122
Location: Paris, France

PostPosted: Mon Nov 18, 2002 12:23 pm    Post subject: Reply with quote

When you are at the grub prompt try:

Code:
grub>find (hd0,0)/boot/grub/splash.xpm.gz


If it comes back with a 15 file not found error try it again with a different path such as :
Code:
grub>find (hd0,0)/grub/splash.xpm.gz

If you manage to find the splash image like this then you can be sure that the problem is with the link you made. Make sure its a hard link and not a soft one. If you need to change the path just make sure you update grub.conf accordingly.

Hope this helps. There are plenty of other commands you can run at the grub prompt to debug your config - check the help.
_________________
#! /usr/bin/perl
if( @first != $succeed ) {
post { $question->forum && eval '$answers' };
try { $again } catch { $problem && $resolve };
bless $posters; }
Back to top
View user's profile Send private message
Yoannez
Apprentice
Apprentice


Joined: 28 Jul 2002
Posts: 250
Location: Portugal

PostPosted: Mon Nov 18, 2002 3:21 pm    Post subject: Reply with quote

Hi
Is there any splash.xpm.gz under /boot/grub/ ?
if there is then it's probably corrupt.
Try to get a new one or ask for a replacement!
_________________
The road to Perfection is too rocky ! Consider Linux as home delivery service.
Back to top
View user's profile Send private message
tomboy
n00b
n00b


Joined: 24 Oct 2002
Posts: 28

PostPosted: Mon Nov 18, 2002 4:31 pm    Post subject: Thx! Reply with quote

Now it worx!
Back to top
View user's profile Send private message
Darthanubis
Tux's lil' helper
Tux's lil' helper


Joined: 18 Oct 2002
Posts: 77

PostPosted: Thu Nov 21, 2002 1:03 pm    Post subject: Reply with quote

:?
Please let us know what you did to make it work?
Back to top
View user's profile Send private message
tomboy
n00b
n00b


Joined: 24 Oct 2002
Posts: 28

PostPosted: Thu Nov 21, 2002 1:35 pm    Post subject: the solution Reply with quote

I romeved the /boot from (hd0,0)/boot/grub/splash.xpm.gz
so it is (hd0,0)/grub/splash.xpm.gz

greetingz, tomboy
Back to top
View user's profile Send private message
mb
Guru
Guru


Joined: 25 Apr 2002
Posts: 355
Location: Hessen | .de

PostPosted: Thu Nov 21, 2002 2:10 pm    Post subject: Reply with quote

correct, grub changed the way of handling device + path entries in the .conf file...

took me 2h to figure this out :?

#mb

ps: somebody should update the install*.html on the hp
Back to top
View user's profile Send private message
pjp
Administrator
Administrator


Joined: 16 Apr 2002
Posts: 15989
Location: Colorado

PostPosted: Thu Nov 21, 2002 2:48 pm    Post subject: Reply with quote

Moved from Newbies.
_________________
Safety is my gaol.
US Constitution | Amendments
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Other Things 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