Graphical bootloader for Linux
Burg is boot loader forked of GRUB loader. It uses a new object format which allows it to be built in a wider range of OS, including Linux/Windows/OSX/Solaris/FreeBSD, etc. It also has a highly configurable menu system which works in both text and graphic mode. Additional features like stream support and multiple input/output device are also planned for BURG. BURG features superior theming and has a highly configurable menu system which works at boot time in both text and graphical mode. Since BURG is derived from GRUB, its configuration is similar in most respects. The main configuration file is /boot/burg/burg.cfg and is usually generated automatically. You can create one by yourself or use grub-customizer to modify BRUG entries and other stuff. You can even design theme for BURG checkout this link for more details about BURG.
Burg is boot loader forked of GRUB loader. It uses a new object format which allows it to be built in a wider range of OS, including Linux/Windows/OSX/Solaris/FreeBSD, etc. It also has a highly configurable menu system which works in both text and graphic mode. Additional features like stream support and multiple input/output device are also planned for BURG. BURG features superior theming and has a highly configurable menu system which works at boot time in both text and graphical mode. Since BURG is derived from GRUB, its configuration is similar in most respects. The main configuration file is /boot/burg/burg.cfg and is usually generated automatically. You can create one by yourself or use grub-customizer to modify BRUG entries and other stuff. You can even design theme for BURG checkout this link for more details about BURG.
how to install GRUB loader?
sudo add-apt-repository ppa:n-muench/burg
sudo apt-get update
sudo apt-get install burg burg-themes
To revert back to GRUB enter following commands:
sudo apt-get remove --purge burg burg-themes
sudo add-apt-repository -r ppa:n-muench/burg
sudo update-grub
No comments:
Post a Comment