Ubuntu Boot Menu with SUSE style 

http://linuxmini.blogspot.com/2007/10/ubuntu-boot-menu-with-suse-style.html

by FRIS

Now I will explain a very simple and effective way to significantly improve the GRUB in Ubuntu.

If you saw SUSE Linux, it is far more colorful than that brings Ubuntu default, and although it can be improved quickly putting a background image, sure that this kind of GRUB you like more:

It is quite easy to do so, as I configured both in the stand as on cell phones. Information is extracted from the Ubuntu How-To, but I have not worked to perfection with these steps, and they need to change a few things.

First, we must download the package grub-gfxboot and one of their themes. As I here use the Ububrown theme that I download from Ubuntu Forum like the image above.

As always, run a terminal, and type this:

wget http://quasarfreak.googlepages.com/grub-gfxboot_0.97-5_i386.deb

Now we must uninstal grub and install the new (don't worry, it is safe):

sudo aptitude remove grub
sudo dpkg-i grub-gfxboot_0.97-5_i386.deb
sudo grub-install /dev/hda

Aware of one important thing: The /dev/hda must be changed to the correct path where we installed our Grub. To know exactly nothing better than watching the order to load the kernel in /boot/grub/menu.lst.

Next, decompress theme zip file that you have downloaded and copy it into /boot/grub:

sudo cp /boot/grub/

Now, the final step is simple, edit the menu of Grub:

sudo gedit /boot/grub/menu.lst

At the beginning add this line:

gfxmenu /boot/grub/message.ububrown

Finally, restart and we have new graphical boot loader.

Enjoy!

Notes: You can use the updated packages of grub-gfxboot (last versions have support for amd64). http://kanotix.com/debian/pool/main/g/grub-gfxboot/

documented on: 2007-10-23, FRIS

Ubuntu Boot Menu with SUSE style 

http://www.linuxquestions.org/questions/linux-newbie-8/grub-gfxmenu-documentation-617473/

> try downloading the grub-gfxmenu.tar.gz

You can get the tarball from Ubuntu. When you unpack it, you will see a folder named Suse, with many files inside (including Themes, which is probably what you are looking for).

http://www.by.kernel.org/pub/ubuntu/pool/main/g/gfxboot/

Anyhow, tarball in an Ubuntu folder in the kernel.org repo.

documented on: 01-30-08, bigrigdriver