2

I was just wondering if it was safe to install BURG on Ubuntu 14.04 and how do to it. It has not been updated for a while, so maybe the project is dead. If it's not possible to replace GRUB with Burg, are there any alternatives to BURG.

Braiam
  • 69,302

1 Answers1

5

To summarize from this original post:

sudo add-apt-repository ppa:n-muench/burg
sudo apt-get update
sudo apt-get install burg burg-themes
sudo burg-install "(hd0)"
sudo update-burg
sudo burg-emu

To add grub-customizer:

sudo add-apt-repository ppa:danielrichter2007/grub-customizer
sudo apt-get update
sudo apt-get install grub-customizer
jkt123
  • 3,600