Thursday, January 1, 2015

Install BURG in ubuntu

BURG, Brand-new Universal loadeR from GRUB, is an alternative boot loader forked from GRUB.

          If you run multiple OSs on your machine, GRUB is probably the first screen you will look at when you turn ON your system. GRUB stands for GRand Unified Boot loader, and is a part of the GNU project. It is the default boot loader that comes with all UNIX-like OSs.

GRUB menu


So why switch to BURG? 

          Quite simply, because GRUB is now plain boring. Over the years, the user interface in our desktop environments has improved a lot. It has become more user-friendly and highly customisable. But sadly, GRUB has remained pretty much the same. It still offers the bash-like, command line interface of old!
BURG is a cool replacement to GRUB.

BURG menu


          To install Burg on Ubuntu 13.04 and LinuxMint, open a terminal and run the following commands (This will install Burg and Burg themes):
 
       #sudo add-apt-repository ppa:n-muench/burg
       #sudo apt-get update
       #sudo apt-get install burg burg-themes

   During the installation of Burg, you will get many screens as described below:

Click OK to continue.


Click OK to continue.


Click OK to continue.


 Now press SPACE on your keyboard to select and press OK


 Now the installation is complete.
          To make Burg integrate with the hard-disk, enter the following command in a terminal (Remember to substitute ‘hd0′  with the drive on which your MBR is installed):
 
       #sudo burg-install "(hd0)"
       #sudo update-burg
       #sudo burg-emu  
  
     To revert back to GRUB enter following commands:

No comments:

Post a Comment