Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[INSTALL] Probleme mit grub splash image
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
viper26
Tux's lil' helper
Tux's lil' helper


Joined: 24 Sep 2003
Posts: 132
Location: Brilon

PostPosted: Sun Nov 09, 2003 9:50 am    Post subject: [INSTALL] Probleme mit grub splash image Reply with quote

hallo,

hab leider das problem das kein boot splash angezeigt wird.
meine grub conf:

Code:

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

title=GEHA OS
root (hd0,0)
kernel (hd0,0)/boot/kernel-2.4.20-gentoo-r8 root=/dev/hda3 vga=791
initrd (hd0,0)/boot/initrd-2.4.20-gentoo-r8


und wenn ich dmesg aufrufe:

Code:

vesafb: framebuffer at 0x41000000, mapped to 0xc880d000, size 1536k
vesafb: mode is 1024x768x16, linelength=2048, pages=1
vesafb: protected mode interface info at c000:48d6
vesafb: scrolling: redraw
vesafb: directcolor: size=0:5:6:5, shift=0:11:5:0
Looking for splash picture... no good signature found.
Console: switching to colour frame buffer device 128x48
fb0: VESA VGA frame buffer device
pty: 256 Unix98 ptys configured


was hab ich falsch gemacht?
danke im voraus.
Back to top
View user's profile Send private message
Macrobiotus
Apprentice
Apprentice


Joined: 06 Oct 2002
Posts: 230

PostPosted: Sun Nov 09, 2003 10:17 am    Post subject: Reply with quote

Hallo Viper26!
Eine Liste deiner Partitionen würde vielleicht helfen ( z.B. /etc/fstab ).
Aber wenn GRUB ansonsten funktioniert (?)
Ich denke mal (-Schuß ins Blaue-), dass z.B. irgendwie der Weg zum splash-image nicht richtig angegeben sein könnte.

Meinst du das Hintergrundbild wird nicht angezeigt, oder Gentoo startet direkt, ohne Auswahlmöglichkeit?
Back to top
View user's profile Send private message
sirro
Veteran
Veteran


Joined: 20 Jul 2003
Posts: 1472
Location: aachen.nrw.de.eu

PostPosted: Sun Nov 09, 2003 10:26 am    Post subject: Re: [INSTALL] Probleme mit grub splash image Reply with quote

viper26 wrote:
Code:
splashimage=(hd0,0)/boot/grub/splash.xpm.gz
[...]
kernel (hd0,0)/boot/kernel-2.4.20-gentoo-r8 root=/dev/hda3 vga=791
initrd (hd0,0)/boot/initrd-2.4.20-gentoo-r8


Wenn deine Root-Partion /dev/hda3 ist und der Kernel auf hd(0,0) liegt, gehe ich mal davon aus, dass hda1 deine /boot ist, richtig?
In dem Fall müsste es eigentlich heißen:
Code:
splashimage=(hd0,0)/grub/splash.xpm.gz
[...]
kernel (hd0,0)/kernel-2.4.20-gentoo-r8 root=/dev/hda3 vga=791
initrd (hd0,0)/initrd-2.4.20-gentoo-r8

Zumindest ist das die Art wie ich es in meiner grub.conf stehen habe.

Das seltsame ist, dass dein Kernel/deine initrd dann eigentlich auch nicht gefunden werden dürfte, da er ja in der gleichen Notation angegeben wurde.
Back to top
View user's profile Send private message
viper26
Tux's lil' helper
Tux's lil' helper


Joined: 24 Sep 2003
Posts: 132
Location: Brilon

PostPosted: Sun Nov 09, 2003 10:34 am    Post subject: Reply with quote

also meine fstab:

Code:

 /etc/fstab: static file system information.
# $Header: /home/cvsroot/gentoo-src/rc-scripts/etc/fstab,v 1.13 2003/07/17 19:5$
#
# noatime turns off atimes for increased performance (atimes normally aren't
# needed; notail increases performance of ReiserFS (at the expense of storage
# efficiency).  It's safe to drop the noatime options if you want and to
# switch between notail and tail freely.

# <fs>                  <mountpoint>    <type>          <opts>                 $

# NOTE: If your BOOT partition is ReiserFS, add the notail option to opts.
/dev/hda1               /boot           ext2            noauto,noatime         $
/dev/hda3               /               ext3            noatime                $
/dev/hda2               none            swap            sw                     $
/dev/cdroms/cdrom0      /mnt/cdrom      iso9660         noauto,ro


sirro:

meine system bootet ja auch so mit der grub conf.
würd nur gern anstatt ner konsole ein boot bild haben. nicht nur konsole.
meine bootsplash datei wird ja auch gefunden nur er mekert eine falsche signature an, weiss aber nicht warum?!
Back to top
View user's profile Send private message
Macrobiotus
Apprentice
Apprentice


Joined: 06 Oct 2002
Posts: 230

PostPosted: Sun Nov 09, 2003 11:57 am    Post subject: Reply with quote

Quote:
würd nur gern anstatt ner konsole ein boot bild haben. nicht nur konsole.
meine bootsplash datei wird ja auch gefunden nur er mekert eine falsche signature an, weiss aber nicht warum?!


??

1 was genau meckert *er* denn?
2 nur konsole? Siehst du denn das bootgrubmenu in dem man (bei mehreren EInträgen auswählen kann) oder startet gentoo direkt bis zum konsolenlogin?


-- mein *er* ist eine *sie*. Wenn ich sauer bin auch mal ein *es* ;-)
Back to top
View user's profile Send private message
viper26
Tux's lil' helper
Tux's lil' helper


Joined: 24 Sep 2003
Posts: 132
Location: Brilon

PostPosted: Sun Nov 09, 2003 12:23 pm    Post subject: Reply with quote

das grub menü sehe ich , dann startet grub und es kommt schwarzer bildschirm und text, möchte aber wie bei der live cd ein boot bildschirm haben ohne ausgabe des textmeldungen. vielleicht hab ich ja nen denk fehler.?
Back to top
View user's profile Send private message
leuenberger
Tux's lil' helper
Tux's lil' helper


Joined: 13 Jul 2003
Posts: 147
Location: Zurich, ZH, Schweiz

PostPosted: Sun Nov 09, 2003 1:24 pm    Post subject: Reply with quote

Ich denke dieses Beitrag hilft Dir weiter...

Gruss Reto
Back to top
View user's profile Send private message
Macrobiotus
Apprentice
Apprentice


Joined: 06 Oct 2002
Posts: 230

PostPosted: Sun Nov 09, 2003 1:27 pm    Post subject: Reply with quote

Quote:
das grub menü sehe ich , dann startet grub und es kommt schwarzer bildschirm und text, möchte aber wie bei der live cd ein boot bildschirm haben ohne ausgabe des textmeldungen. vielleicht hab ich ja nen denk fehler.?


ahhhso.
Du meinst die weißen Textmeldungen auf schwarzem Grund, die bei Erfolg von einem grünen Sternchen begleitet werden?
Das soll mit einem Hintergrundbild belegt werden?
Das hat AFAIK nix mit GRUB zu tun und ist etwas schwieriger.
Anleitungen dazu gibt es glaube ich im englischsprachigen Teil des Forums (= ich kann das leider nicht)

boot-splash ist nicht gleich grub-boot-splash
Back to top
View user's profile Send private message
viper26
Tux's lil' helper
Tux's lil' helper


Joined: 24 Sep 2003
Posts: 132
Location: Brilon

PostPosted: Sun Nov 09, 2003 5:35 pm    Post subject: Reply with quote

danke für die antworten und tipps. aber ich glaube, dass es mir immer noch nicht weiterhilft. versuche es anders zu erklären.

bei der live cd bootet gentoo mit nem bootscreen wo man f2 für details anklicken kann. das ist wie bei windoof, da gibts auch ein boot bild und sowas möchte ich haben nur wie?

es tut mir leid das ich mich falsch ausgedrückt habe. hoffe es weiss einer rat.

danke
Back to top
View user's profile Send private message
lr
Tux's lil' helper
Tux's lil' helper


Joined: 24 Sep 2003
Posts: 96
Location: South of Germany

PostPosted: Mon Nov 10, 2003 6:04 am    Post subject: Reply with quote

Das was Du meinst ist Bootsplash und hat mit dem Splash von Grub mal garnix zu tun. Schau mal hier im Forum nach Bootsplash...da gibts glaub ne Anleitung. Oder geh auf www.bootsplash.org

LR
Back to top
View user's profile Send private message
dertobi123
Retired Dev
Retired Dev


Joined: 19 Nov 2002
Posts: 2679
Location: Oberhausen, Germany

PostPosted: Mon Nov 10, 2003 8:03 am    Post subject: Re: [INSTALL] Probleme mit grub splash image Reply with quote

viper26 wrote:
Code:

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

title=GEHA OS
root (hd0,0)
kernel (hd0,0)/boot/kernel-2.4.20-gentoo-r8 root=/dev/hda3 vga=791
initrd (hd0,0)/boot/initrd-2.4.20-gentoo-r8

In der "kernel" Zeile fehlen noch ein paar Einträge, die du für den Bootsplash brauchst. Zum Beispiel sowas "video=vesa:ywrap,mtrr vga=0x31A" sollte in der Zeile noch angehängt werden, der genaue Parameter für vga hängt von der gewünschten Auflösung ab. Hier findest du eine ausführliche Anleitung.

Tobias
_________________
Ganz frisch: Praxisbuch Nagios
Gentoo Linux - Die Metadistribution (2. Auflage)
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) 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