how do i install splash screen
1)http://
i want this to be the ubuntu loading screen.Please help me the easiest way possible since im a newbie.
2)http://
and i want this to be the grub background image.How do i set it up?
Please explain it to me easiest way possible.
Question information
- Language:
- English Edit question
- Status:
- Answered
- For:
- Ubuntu Edit question
- Assignee:
- No assignee Edit question
- Last query:
- 2007-02-21
- Last reply:
- 2007-02-22
| Dino Paskvan (melkior) said : | #1 |
1)
1 - In order to install this theme, you should have Usplash well configured and installed. If you don't please try
sudo apt-get install usplash
2- You also need a booting screen resolution of 1024x768. To set it, please open your grub configuration file
sudo gedit /boot/grub/menu.lst
find the paragraph about your current kernel version, and add the string
vga=791
at the end of the kernel section, without modifying pre-existing values.
For example if this is your current configuration
title Debian GNU/Linux, kernel 2.6.17-10-generic
root (hd0,4)
kernel /boot/vmlinuz-
initrd /boot/initrd.
boot
you should add the string to this line
kernel /boot/vmlinuz-
which will become
kernel /boot/vmlinuz-
Installation
Now that everything is well set, we'll install the new theme. Fisrt of all copy the file contained in this directory, named 'usplash-
cd
cd Desktop
sudo cp usplash-
sudo update-alternatives --install /usr/lib/
sudo update-alternatives --config usplash-artwork.so
And choose the righ value (write the number displayed near the file called 'usplash-
Now update your system booting process by digiting in terminal
sudo update-initramfs -u
2)
1. put the file in /boot/grub/ directory
2. edit menu.lst
3. add
# Splash Image
splashimage=
Can you help with this problem?
Provide an answer of your own, or ask Tahsin for more information if necessary.

