| View previous topic :: View next topic |
| Author |
Message |
tomboy n00b

Joined: 24 Oct 2002 Posts: 28
|
Posted: Mon Nov 18, 2002 10:24 am Post subject: No SplashImage in Grub! |
|
|
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 |
|
 |
doug-x07 Tux's lil' helper


Joined: 16 Nov 2002 Posts: 122 Location: Paris, France
|
Posted: Mon Nov 18, 2002 12:23 pm Post subject: |
|
|
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 |
|
 |
Yoannez Apprentice


Joined: 28 Jul 2002 Posts: 250 Location: Portugal
|
Posted: Mon Nov 18, 2002 3:21 pm Post subject: |
|
|
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 |
|
 |
tomboy n00b

Joined: 24 Oct 2002 Posts: 28
|
Posted: Mon Nov 18, 2002 4:31 pm Post subject: Thx! |
|
|
| Now it worx! |
|
| Back to top |
|
 |
Darthanubis Tux's lil' helper

Joined: 18 Oct 2002 Posts: 77
|
Posted: Thu Nov 21, 2002 1:03 pm Post subject: |
|
|
Please let us know what you did to make it work? |
|
| Back to top |
|
 |
tomboy n00b

Joined: 24 Oct 2002 Posts: 28
|
Posted: Thu Nov 21, 2002 1:35 pm Post subject: the solution |
|
|
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 |
|
 |
mb Guru


Joined: 25 Apr 2002 Posts: 355 Location: Hessen | .de
|
Posted: Thu Nov 21, 2002 2:10 pm Post subject: |
|
|
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 |
|
 |
pjp Administrator


Joined: 16 Apr 2002 Posts: 15989 Location: Colorado
|
Posted: Thu Nov 21, 2002 2:48 pm Post subject: |
|
|
Moved from Newbies. _________________ Safety is my gaol.
US Constitution | Amendments |
|
| Back to top |
|
 |
|