Posts: 1,081
OU812
Joined: 29 Sep 2007
#1
1. Install usplash. Open a terminal and as root do

Code: Select all

apt-get install usplash
This will also install a dependency and a debian splash theme.

2. Update the initial ram disk

Code: Select all

update-initramfs -u
(This step was taken from this page
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"https://help.ubuntu.com/community/USplash"
linktext was:"https://help.ubuntu.com/community/USplash"
====================================
)

3. Modify your grub /boot/grub/menu.lst using your favorite editor, launched as root

OLD

Code: Select all

title MEPIS at sda1, newest kernel
root (hd0,0)
kernel /boot/vmlinuz root=/dev/sda1 nomce quiet splash vga=791 resume=/dev/sda2 
boot
NEW

Code: Select all

title MEPIS at sda1, newest kernel
root (hd0,0)
kernel /boot/vmlinuz root=/dev/sda1 nomce quiet splash vga=791 resume=/dev/sda2 
initrd /boot/initrd.img
boot
(Taken from
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://users.bigpond.net.au/hermanzone/p15.htm"
linktext was:"http://users.bigpond.net.au/hermanzone/p15.htm"
====================================
)

4. Reboot and enjoy your"splashy."

john[/quote]