Primary, install splashy (=>0.2.2) and splashy-themes.In root, vim /boot/grub/menu.lst alt-a, and add: vga=792 quiet splash at the end of the linekernel /boot/vmlinuz***** root=/dev/hdb** ro vga=792 quiet splashThen, unzip green.tar.gzThen install the theme in /etc/splashy/themes/ with:cp -r /home/***/green/ /etc/splashy/themes/select the theme with (always in root):splashy_config --set-theme greenandSet theme as: green [DONE] appearAnd type update-inittramfs -u -t -k 'uname -r'
Ratings & Comments
4 Comments
Very good indeed! I take this one! But shouldn't it be posted in "Boot Splash" section, not in "Splash Screen" one?
Command must be: update-initramfs -u -t -k `uname -r`
Yes, with just one t thanks
Yes, and with ` around the uname command (not ')