Endless Paradigm

Full Version: BURG - The New GRUB
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
Not sure how many of you have seen this but the famous Linux bootloader GRUB has been redesigned by Nate Muench and has been named BURG.

[Image: Radiance_for_Grub_2_BURG_by_shafin.png]

Code:
sudo add-apt-repository ppa:n-muench/burg
sudo apt-get update


[Image: image2.png]

For a theme manager and whatnot, run these.

Code:
echo “deb http://www.sourceslist.eu/repo/ubuntu lucid main non-free” | sudo tee -a /etc/apt/sources.list

wget http://www.sourceslist.eu/?download=public.key -O- | sudo apt-key add -

sudo apt-get update && sudo apt-get install burg-manager


Instructions for non Ubuntu and Debian based system users, click here

i wish i could dual boot ubuntu but all i get is a blank desktop after i log in... :(
Looks hawt, I don't have a second OS though : |
300nukez Wrote: [ -> ]i wish i could dual boot ubuntu but all i get is a blank desktop after i log in... :(

Are you dual booting normally or with Wubi? Also, does the Live CD work fine?
Tis nice :) i wish i could change it's default OS boot though, ubuntu isn't my default
Heh ive been using this for over a year.

Coolshades.jpg
Funnybutrandom Wrote: [ -> ]Tis nice :) i wish i could change it's default OS boot though, ubuntu isn't my default

You could edit your /boot/burg/burg.cfg and switch ubuntu and the other os's entries so ubuntu is listed first
i fixed it :) i just had to change the default os in that file :) thanks
The GRUB/BURG editor should let you change that.
Joomla12 Wrote: [ -> ]The GRUB/BURG editor should let you change that.

Isn't a Gui editor a bit much when all it takes is a simple file edit? KISS, dude.
Pages: 1 2 3
Reference URL's