FIT L4 TECH
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Make your GRUB boot loader attractive

3 posters

Go down

Make your GRUB boot loader attractive Empty Make your GRUB boot loader attractive

Post by yoshan Thu Dec 04, 2008 9:44 pm

Hi all,
This is something that I came across when I was just "tryiing things in linux". You might have notice that your GRUB boot loader (where u select the OS when machine is booting up) comes with a black background. But if u have worked in Mandrake like distros u have seen it has a rich colourful and attractive boot loader. So, this is to make your GRUB boot loader bit colourful and attractive.

First you have to get the images with the format supported by GRUB. Just install this package.
Code:
sudo apt-get install grub-splashimages
This will install images into /boot/grub/splashimages/.

Now cd to /boot/grub and locate the file menu.lst. First just create a backup of menu.lst file.
Code:
cd /boot/grub
sudo cp menu.lst menu.lst_backup
It is advisable to create a backup of menu.lst whenever you are going to edit it.
Now open the menu.lst with your text editor.

Code:
sudo gedit menu.lst

Enter the following code to the file.

Code:
splashimage=(hd0,0)/boot/grub/splashimages/debsplash.xpm.gz

Here in this code (hd0,0) refers to the partition to which you have install ubuntu. For example you have only one hard disk and ubuntu is in partition 2 it should be (hd0,1).

That's all and it's done. Save the file and reboot. Enjoy
pirat
yoshan
yoshan
Airman Basic
Airman Basic

Posts : 6
Join date : 2008-12-02

Back to top Go down

Make your GRUB boot loader attractive Empty Re: Make your GRUB boot loader attractive

Post by kal Fri Dec 05, 2008 4:29 pm

Thanks yosh..!

and there are some more info abt this after installing grub-splashimages from

file:///usr/share/doc/grub-splashimages/README

Code:
Another method is to create in grub directory (usualy /boot/grub/) file
  named splash.xpm.gz and run update-grub
kal
kal
Sergeant
Sergeant

Posts : 16
Join date : 2008-12-02
Location : tty63

http://kgsspot.blogspot.com

Back to top Go down

Make your GRUB boot loader attractive Empty Re: Make your GRUB boot loader attractive

Post by yoshan Fri Dec 05, 2008 5:27 pm

hi kal,

I think in this case you need to link the splash.xmp.gz to a splash image. I'm not that sure abt it. Just check and update.
pirat
yoshan
yoshan
Airman Basic
Airman Basic

Posts : 6
Join date : 2008-12-02

Back to top Go down

Make your GRUB boot loader attractive Empty Re: Make your GRUB boot loader attractive

Post by kal Fri Dec 05, 2008 5:46 pm

yeap it can be a sym link or can be the actual file renamed to the splash.xpm.gz. and run update-grub. This is good when we don't have an idea abt the partition number.
kal
kal
Sergeant
Sergeant

Posts : 16
Join date : 2008-12-02
Location : tty63

http://kgsspot.blogspot.com

Back to top Go down

Make your GRUB boot loader attractive Empty Package unavaliable

Post by deco Fri Dec 05, 2008 6:51 pm

hey I tried this in Ubuntu 8.06 and failed as the repository did not exist.

http://www1.apt-get.org/search.php showed that the splashimages package is not available. Sad any updates on this

regards

deco

Posts : 1
Join date : 2008-12-05

http://www.zonexyz.blogspot.com

Back to top Go down

Make your GRUB boot loader attractive Empty Re: Make your GRUB boot loader attractive

Post by kal Sat Dec 06, 2008 6:44 pm

Hey deco ! are u trying to do a offline install. Or r saying its not in the repo after trying
apt-get update; apt-get install grub-splashimages

Actually i don't think u need to install this package to get done thing. It contains some pretty pre-formated pictures. U can download some of those images from net and edit the menu.lst as shown by yoshan to get the thing done.
kal
kal
Sergeant
Sergeant

Posts : 16
Join date : 2008-12-02
Location : tty63

http://kgsspot.blogspot.com

Back to top Go down

Make your GRUB boot loader attractive Empty Re: Make your GRUB boot loader attractive

Post by Sponsored content


Sponsored content


Back to top Go down

Back to top


 
Permissions in this forum:
You cannot reply to topics in this forum