In Debian you can simple Install Splashy with the following commands:
...
apt-get install bootsplash
apt-get install bootsplash-theme-debian
...
2.) Update your Initrd Image
...
update-initramfs -u -k
...
3.) Add Bootparameters to your grub configuration
You need to add theParameters "vga=791 splash" to the grub menu.lst that the Bootscreen show up.
Example Entry:
...
title Debian GNU/Linux, kernel 2.6.33.2
root (hd0,0)
kernel /vmlinuz-2.6.33.2 root=/dev/mapper/System-Aron--Root ro vga=791 splash quiet
initrd /initrd.img-2.6.33.2
...
Reboot and try if it is working ;)
4.) Additional Information
Slashy Wiki: http://splashy.alioth.debian.org/wiki/
Keine Kommentare:
Kommentar veröffentlichen