So ich habe mich jetzt schon reichlich durch google und durch die Suchefunktion hier im Board gewühlt, gebracht hat es leider nichts, mein Bootsplash bleibt immer gleich.
Ich habe diese Anleitung http://wiki.linux-club.de/Splash_Screen abgearbeitet.
das ist meine menu.ist
wo jetzt "verbose" steht stand vorher "silent" !
im Ordner /etc/bootsplash/themes liegt mein " fingerprint-bs"
die cfg sieht wie folgt aus :
Ich habe unzählige Versuche gemacht und weiss gar nicht mehr genau was ich alles gemacht habe und was nicht. Aber eines kann ich ganz genau sagen, das Bild beim Booten geht mir auf den S*** ^^
Ich habe diese Anleitung http://wiki.linux-club.de/Splash_Screen abgearbeitet.
das ist meine menu.ist
Code:
# Modified by YaST2. Last modification on Di Dez 11 07:11:45 CET 2007
default 0
timeout 8
gfxmenu (hd0,5)/boot/message
###Don't change this comment - YaST2 identifier: Original name: linux-2.6.22.13-0.3-bigsmp###
title openSUSE 10.3 - 2.6.22.13-0.3
root (hd0,5)
kernel /boot/vmlinuz-2.6.22.13-0.3-bigsmp root=/dev/disk/by-id/scsi-SATA_ST380011A_5JV3HCLZ-part6 vga=792 resume=/dev/sda5 splash=verbose showopts
initrd /boot/initrd-2.6.22.13-0.3-bigsmp
###Don't change this comment - YaST2 identifier: Original name: failsafe###
title Failsafe -- openSUSE 10.3 - 2.6.22.13-0.3
root (hd0,5)
kernel /boot/vmlinuz-2.6.22.13-0.3-bigsmp root=/dev/disk/by-id/scsi-SATA_ST380011A_5JV3HCLZ-part6 vga=normal showopts ide=nodma apm=off acpi=off noresume nosmp noapic maxcpus=0 edd=off 3
initrd /boot/initrd-2.6.22.13-0.3-bigsmp
###Don't change this comment - YaST2 identifier: Original name: linux-2.6.22.13-0.3-default###
title openSUSE 10.3 - 2.6.22.13-0.3
root (hd0,5)
kernel /boot/vmlinuz-2.6.22.13-0.3-default root=/dev/disk/by-id/scsi-SATA_ST380011A_5JV3HCLZ-part6 vga=792 resume=/dev/sda5 splash=verbose showopts
initrd /boot/initrd-2.6.22.13-0.3-default
###Don't change this comment - YaST2 identifier: Original name: failsafe-2.6.22.13-0.3-default###
title Failsafe -- openSUSE 10.3 - 2.6.22.13-0.3
root (hd0,5)
kernel /boot/vmlinuz-2.6.22.13-0.3-default root=/dev/disk/by-id/scsi-SATA_ST380011A_5JV3HCLZ-part6 vga=normal showopts ide=nodma apm=off acpi=off noresume nosmp noapic maxcpus=0 edd=off 3
initrd /boot/initrd-2.6.22.13-0.3-default
###Don't change this comment - YaST2 identifier: Original name: windows###
title Windows
rootnoverify (hd0,5)
chainloader (hd0,0)+1
wo jetzt "verbose" steht stand vorher "silent" !
im Ordner /etc/bootsplash/themes liegt mein " fingerprint-bs"
die cfg sieht wie folgt aus :
Code:
# config file version
version=3
# should the picture be displayed?
state=1
# fgcolor is the text forground color.
# bgcolor is the text background (i.e. transparent) color.
fgcolor=7
bgcolor=0
# (tx, ty) are the (x, y) coordinates of the text window in pixels.
# tw/th is the width/height of the text window in pixels.
tx=0
ty=0
tw=1024
th=768
# name of the picture file (full path recommended)
jpeg=/etc/bootsplash/themes/fingerprint-bs/images/bootsplash-1024x768.jpg
silentjpeg=/etc/bootsplash/themes/fingerprint-bs/images/silent-1024x768.jpg
progress_enable=1
# background
box silent noover 208 595 466 603 #ffffff00
box silent inter 208 595 208 603 #aeb2c3 #aeb2c3 #aeb2c3 #aeb2c3
box silent 208 595 466 603 #aeb2c3 #aeb2c3 #aeb2c3 #aeb2c3
overpaintok=1
Ich habe unzählige Versuche gemacht und weiss gar nicht mehr genau was ich alles gemacht habe und was nicht. Aber eines kann ich ganz genau sagen, das Bild beim Booten geht mir auf den S*** ^^