• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

mkinitrd fehler

derwunner

Newbie
Hi,
ich hatte gestern mal meinen eigenen Bootsplash erstellt. Hatte auch alles so weit geklapt. Hab mir die Anleitungen durchgelesen, usw.
Nur mein Problem ist, dass mkinitrd meint, es gäbe kein Bild für 1600x1200. Dabei habe ich eine 1600x1200 config, verbose Bild und eine Animation dazu.
Bei der Verzeichnisstruktur habe ich mich an den Original openSuSE Thme orientiert.
Hier mal eine Beispielconfig:
Code:
version 3 // defines the bootsplash version
state 1 // turns the graphical boot on (0/1)
jpeg /etc/bootsplash/suseBlue/images/verbose-1600x1200.jpg // Picture for text mode
fgcolor 6 // Textcolor cyan
tx 0 // X coordinate of the text window
ty 0 // y coordinate of the text window
tw 800 // the width of the console
th 1000 // the height of the console
text_x 50 // X coordinate of the text
text_y 260 // Y coordinate of the text
text_size 10 // the size of console text
text_color 0x050a6d // the color of console text
progress_enable 0 // disables the progress bar
mnganim logo /etc/bootsplash/themes/suseBlue/animations/suseBlue-1600x1200.mng silent

Was habe ich falsch gemacht?


MFG derwunner
 
Oben