Saturday, January 7, 2012

Grub - Burg

In Ubuntu the grub menu is a bit ugly, so many people like to change it a bit, we can do it.


First we install an application to manage the grub menu, grub-customizer:
sudo apt-get install grub-customizer

The app's name is BURG:
Ubuntu 10.10 and below

sudo add-apt-repository ppa:bean123ch/burg    
sudo apt-get update
sudo apt-get install burg burg-themes
sudo apt-get install burg-emu

Ubuntu 11.04 and above

sudo add-apt-repository ppa:nmuench/burg
sudo apt-get update
sudo apt-get install burg burg-themes
sudo apt-get install burg-emu

Next Step

When we have everything installed, in a console, we type burg-emu, now you'll see how the burg-menu will appear. To change the theme, you have to restart and push F2, and then choose your favourite one.

No comments:

Post a Comment