Changing splash image with grub loader
All you need to do is to copy splash image file to /boot/grub/ directory and edit the grub menu configuration file at /boot/grub/menu.lst and add a line
splashimage=(hd0,5)/boot/grub/splash.xpm.gz remember to change the (hd0,5) param for your configuration, this line shows the grub loader where it can find the image on the physical disk. Because the partitions has not yet mounted we must give the physical address by saying the bootloader the hd0 and partition number 5. You can learn your linux partition number by looking at the similar line
title Ubuntu, kernel 2.6.12-9-386
root (hd0,5)
in your grub config.
- 0 Comment
- Tansu Senyurt
- 18 Apr 2008, 10:52
-
You must be login first or sign-up for an account to post comments.
Maybe you should look at these also:
USERBOX
CATEGORIES
MOST READ TODAY
- Redirecting tcp / udp ports with socat
- Syntax highlighting in less
- Disabling reverse dns lookups in ssh
- Passwordless sudo setup
- Users with /bin/false shell to login on vsftpd
- Scp resume
- Using lsof utility
- dropbear rsa key problem
- Lowercase Table Names in MySQL
- XFS Filesystem has duplicate UUID problem
LAST ADDED
- Using iPhone internet sharing over bluetooth under Linux
- Using USB sound card with amarok
- Multi-conditional search and replace (clearing a ftp trojan script example)
- Disabling ipv6 functionality
- How to convert a mp3 file
- How to choose the fastest Debian mirror
- Disabling reverse dns lookups in ssh
- Rewriting destination ip address
- Deleting A File By It's Inode Value
- Learning which libraries are used for a binary
