My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
InstallUbuntu  
Install BURG in ubuntu
Updated Jul 2, 2010 by bean12...@gmail.com

Wubi install

If you install ubuntu using wubi, follow steps in this section. Otherwise, jump to the next section.

First, download the latest burg_wubi package from the download area, and extract to C:\ubuntu\ directory.

To enable graphic menu, download the latest burg-themes package from download area, and extract to C:\ubuntu\burg\ directory.

Then, copy C:\ubuntu\burg\wubildr to C:\ and overwrite the old file.

That's it, it will display BURG menu next time you start wubi from NT loader.

To restore the original loader, just copy C:\ubuntu\winboot\wubildr to C:\.

BTW, you may notice that all OS uses the unknown icon, this is because wubildr rely on /boot/grub/grub.cfg to add menu items, but grub.cfg don't have the --class option which is required to display OS icon properly. This is easy to fix. Login ubuntu, copy 10_lupin and 30_os-prober from /host/ubuntu/burg/ directory to /etc/grub.d/, then run update-grub to generate a new grub.cfg.

Normal install

Here are the steps to install BURG using PPA package from launchpad.

1. Insert these lines to /etc/apt/sources.list

deb http://ppa.launchpad.net/bean123ch/burg/ubuntu lucid main
deb-src http://ppa.launchpad.net/bean123ch/burg/ubuntu lucid main

You should replace lucid with the correct code name. Currently the following release are supported: jaunty (9.04), karmic (9.10), lucid (10.04), maverick (10.10).

And install burg and related themes using these commands:

sudo apt-get update
sudo apt-get install burg

If you want to avoid the warning about unknown signature, use these commands to import it:

gpg --keyserver keyserver.ubuntu.com --recv 55708F1EE06803C5
gpg --export --armor 55708F1EE06803C5 | sudo apt-key add -

Then, install burg to MBR with the following command:

sudo burg-install /dev/sda
sudo update-burg

Change hd0 if you want to install to other disk.

2. Edit configuration file /etc/default/burg

For the latest version, you don't need to modify /etc/default/burg at all. If you upgrade from previous version, it's recommended to change the setting of GRUB_THEME and GRUB_FOLD to:

GRUB_THEME=saved
GRUB_FOLD=saved

This allows you to change theme and folding options dynamically.

Here are the hot-keys defined in the boot menu:

  • t - Open theme selection menu
  • f - Toggle between folding mode
  • n - Jump to the next item with the same class
  • w - Jump to the next Windows item
  • u - Jump to the next Ubuntu item
  • e - Edit the command of current boot item
  • c - Open a terminal window
  • 2 - Open two terminal windows
  • h - Display help dialog (only available in sora theme)
  • i - Display about dialog (only available in sora theme)
  • q - Return to old grub menu
  • F5/ctrl-x - Finish edit
  • F6 - Switch window in dual terminal mode
  • F7 - List the folded boot items
  • F8 - Toggle between graphic and text mode
  • F9 - shutdown
  • F10 - reboot
  • ESC - quit from the current popup menu or dialog.

Since 20100309 version, burg also supports grub2 theme. To try it, set GRUB_THEME to the name of the theme file, and run update-burg. Currently only one grub2 theme is available in burg-themes package:

GRUB_THEME=/boot/burg/themes/debian-theme/theme.txt

Screenshots: Screenshots

3. Live preview themes in host OS

To preview the current configuration, use this command:

sudo burg-emu

grub2 theme needs to access disk directly, to preview it, you need to add -D option:

sudo burg-emu -D

4. Troubleshooting

If you encounter issue with BURG, try the tips in Troubleshooting

Comment by reksv...@gmail.com, Jan 31, 2010

Hi; really sorry to post this probably stupid question on here, but i accidently stopped after installing burg to the MBR. I was wondering how i could reboot into linux from the minimum command to complete the install, sorry for bothering you

Comment by sandeep....@gmail.com, Apr 13, 2010

The code to remove warning is not working.. gpg: requesting key E06803C5? from hkp server keyserver.ubuntu.com gpgkeys: key 55708F1EE06803C5 not found on keyserver gpg: no valid OpenPGP data found. gpg: Total number processed: 0 What shall i do?It is irritating...

Comment by Jens.E.J...@gmail.com, Jun 6, 2010

Thank you for the instructions installing BURG. It works, it looks nice, and most importantly, it actually solves the problem, I had after having installed Ubuntu 10.04 Lucid along with my Windows XP installation on my HP Compaq NX9402 laptop. However, there seems to be a problem with the ATI Radeon graphics card in the computer, at I get several error messages regarding this driver, and it ends up with running in low resolution. I have replaced BURG with GRUB2 again and that solves the problem, but I have the Windows XP overwriting the MBR problem back!

I thought BURG would startup Ubuntu with the same parameters etc. as GRUB2, so I wonder why this problem occurs?

Comment by cnewman...@gmail.com, Jun 25, 2010

gpg --keyserver subkeys.pgp.net --recv 55708F1EE06803C5 gpg --export --armor 55708F1EE06803C5 | sudo apt-key add -

Comment by mavosa...@gmail.com, Sep 9, 2010

Easyer way of installation of the PPA

{{{sudo add-apt-repository ppa:bean123ch/burg sudo apt-get update sudo apt-get install burg}}}

Comment by mavosa...@gmail.com, Sep 9, 2010
sudo add-apt-repository ppa:bean123ch/burg 
sudo apt-get update 
sudo apt-get install burg
Comment by martijna...@gmail.com, Dec 20, 2010

Works with maverick too

Comment by mydarksi...@gmail.com, Apr 29, 2011

and natty? nForce?

Comment by semal...@gmail.com, May 4, 2011

I get this in Natty: E: Unable to locate package burg

Comment by jag...@gmail.com, May 8, 2011

Hi, are you planning to port this to Natty? Thx!

Comment by tj22...@gmail.com, Jun 11, 2011

I did that and now all I see is:

GRUB loading. error: no such device: d008afd9-bea1-4967-be3-a556593f34d8 Entering rescue mode... grub rescue> _

Any help?

Comment by shrinand...@gmail.com, Jun 13, 2011

W: GPG error: http://ppa.launchpad.net natty Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY D0AFF96872D340A3 W: Failed to fetch http://ppa.launchpad.net/bean123ch/burg/ubuntu/dists/natty/main/source/Sources 404 Not Found

W: Failed to fetch http://ppa.launchpad.net/bean123ch/burg/ubuntu/dists/natty/main/binary-i386/Packages 404 Not Found

pls help;...

Comment by david.li...@gmail.com, Oct 15, 2011

Burg works great on maverick, and the package for maverick actually works just as well on natty -- I know because I upgraded from maverick to natty without upgrading burg, and everything is working fine.

However, there is no official natty or oneiric package. The project lead appears to have abandoned the package, which really is a pity after all that nice work. It would take minimal work to keep the package updated, as it basically just works.

You can install the maverick package, but you'll have to figure out how to do that on natty. Given the lack of attention upstream, you may be better off sticking with grub2.

Comment by vincent....@gmail.com, Nov 19, 2011

You can find NATTY/ONEIRIC releases here : https://launchpad.net/~n-muench/+archive/burg

Comment by thejas...@gmail.com, Nov 19, 2011

most kindly, please remove me

Comment by ghost9...@gmail.com, Apr 16, 2012

Tried to install it on /dev/sda2 using --force option and it says that the installation was completed without errors, but, on reboot, Grub is shown! How can I install BURG to /dev/sda2 on Kubuntu 11.10 x64 without overwriting my MBR?

Comment by quimk...@gmail.com, May 18, 2012

I added the repository by doing: sudo add-apt-repository ppa:bean123ch/burg sudo apt-get update sudo apt-get install burg

and i got an error (404 error) saying that has found no packages for oneric. is this ppa dead? no packages for 11.10 distros?


Sign in to add a comment
Powered by Google Project Hosting