BURG – is a beautiful boot loader based on GRUB. It uses a new object format which allows you to choose from: Linux, Windows, OSX , Solaris, FreeBSD, etc installed on your computer. Has a custom menu that works in both text and graphical mode. In this article I will show you how to install BURG on Linux Mint.
GRUB boot loader is one of the best among the available bootloaders for many years, but it will not last forever, you want something new and you have become boring old boot menu in one tone.Change the boot loader has a great deal of excitement among Linux users as most of the works with the standard taking it as what it is. Burg offers a decent set of themes for the decoration of the boot menu where everyone can find a favorite theme.
Today I offer you to replace it with BURG, the decision is yours.
Installation latest version into Linux Mint:
1. Install BURG and themes
sudo add-apt-repository ppa:n-muench/burg sudo apt update sudo apt install burg burg-themes2. During the installation of Burg will appear in the window if you don’t know what to answer, just press Enter to the following window.
3. Here you need to click on the Spacebar and then shall appear the asterisk in brackets, as in the picture and again press Enter.
4. After installation, updated the Burg with the following command:
sudo update-burgNow after restarting the computer you should see a new boot loader.
Solutions to potential problems:
1. If you are upgrading the BURG you see an error:
Generating burg.cfg ... /usr/sbin/burg-probe: error: cannot stat `/boot/burg/locale'. No path or device is specified. Try `/usr/sbin/burg-probe --help' for more information.In this case, you must copy the locale files from GRUB to BURG:
sudo cp -r /boot/grub/locale /boot/burgThen specify which HDD to re-install the boot loader:
sudo burg-install "(hd0)" sudo update-burg2. If you still can’t see when the computer starts the graphic boot loader. In order to fully replace GRUB to BURG suggest the following solution:
Then run Grub Customizer, you will see the message, press yes:
How to Use
Here are a few commands GRUB supports:
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 dialogYou can customize BURG boot loader directly from the system:
sudo burg-emuWhen you finish configure the boot loader, just close the window, all the settings will be automatically saved.
How to Remove from Linux Mint:
sudo add-apt-repository --remove ppa:n-muench/burg sudo apt update sudo apt purge burg burg-themes sudo update-grubGood Luck!!!




