I cannot find any PPA that contains BURG for Ubuntu 16.04. How can I install it?
Asked
Active
Viewed 3.7k times
2 Answers
8
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.
You'reAGitForNotUsingGit
- 14,669
- 9
- 48
- 83
Hector C
- 96
- 1
2
- Open the terminal
- type
sudo add-apt-repository ppa:n-muench/burgpress Enter. Type your password. [you need to be root user] - Next type
sudo apt-get updateand 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
rajatpunkstaa
- 131
- 4