Quelle für Informationen, die angezeigt werden: /usr/share/gnome-about/gnome-version.xml
Im Verzeichnis /etc/bootsplash/themes/openSUSE/images/:
entweder die Logos aus den Config-Dateien löschen:
find . -iname "bootsplash-*.cfg" -exec sed -i "" -e "s/initframe logo silent center/silent center/g" {} \;
oder eigene mng-Grafiken erzeugen:
convert -comment "id logo deltabg stop" logo.png logo.png logo.mng convert -colorspace gray -comment "id logov deltabg stop" logov.png logov.png logov.mng
become root 1st. 1. copy your message file to a new directory(e.g /home/test). message file is in /boot assuming the folder i wroking with is /home/test $ cp /boot/message /home/test 2. go to /home/test directory and then type $ cpio -idv < message 3. then copy the background you want as u r grub boot theme. it has to be a jpeg. (jpg) to /home/test folder as back.jpg assuming the wallpaper i want is boot.jpg and it is in /home directory $ cp /home/boot.jpg /home/work/back.jpg 3 then $ ls | cpio -ov > ../message 4. then $ cd .. 5. next copy message to its original place $ cp message /boot/message 6. then you can delete the test folder if you want 7. restarts and bravo!!!!!!!!!!!!!!!! :-)
lss16toppm < logo.16 > logo.ppm
ppmtolss16 < mylogo.ppm > logo.16