How to install BURG on Ubuntu 16.04
Solution 1:
It seems that the PPA I used since 14.04 has Xenial packages!
Add the repository with sudo add-apt-repository ppa:n-muench/burg
.
Then sudo apt-get update
You can then install the packages:
sudo apt-get install burg burg-themes
sudo burg-install "(sd0)"
sudo update-burg
Change "(sd0)" with your corresponding hard disk: "(sd1)", "(sd2)" etc.
I haven't tried it myself since I have yet to upgrade to Xenial, but I hope that helps.
Solution 2:
- Open the terminal
- type
sudo add-apt-repository ppa:n-muench/burg
press Enter. Type your password. [you need to be root user] - Next type
sudo apt-get update
and let the process complete. - Next type
sudo apt-get install burg burg-themes
. This will install the burg bootloader. - You will be prompted with options while installation. press Tab to switch to OK button and hit Enter
- In the next screen select the path for the bootloader to install with space and hit tab and Enter.
Its an easy process.
7.Afterwards to boot to burg type sudo burg-emu
Use
F1 Help F2 Change Theme F3 Change Resolution Arrow-keys to move
- After configuring reboot and Voila!!
hope this helps