Harmony Clean Flat Responsive WordPress Blog Theme

Four commands to install BURG boot loader in Ubuntu 13.04 Raring Ringtail and LinuxMint

7:14 PM Unknown 0 Comments Category :

BURG Boot Loader

Burg stands for Brand-new Universal loadeR from GRUB.



Enter the following commands to install:

1. Add BURG repository.
sudo add-apt-repository ppa:n-muench/burg 
2. Update.
sudo apt-get update 
3. Install BURG and BURG THEMES.
sudo apt-get install burg burg-themes 

During installation, do the following steps.

 a. Press Tab and Enter (OK highlighted) to continue.


 b. Press Tab and Enter (OK highlighted) to continue.


 c. Press Tab and Enter (OK highlighted) to continue.


 d. Press SPACE on keyboard to select,
     and press Tab and Enter (OK highlighted).



Installation is complete.

Enter the following command in a terminal to make BURG integrate with hard disk.
(Replace replace 'hd0' with the drive on which your MBR is installed.)
sudo burg-install "(hd0)" 
If it states " Installation finished. No error reported. " ,
  means that Burg is installed successfully.

Enter the following command to update BURG.
sudo update-burg

Finally, run the emulator to test and set the theme.
sudo burg-emu 


  NOTE :~# You can also change the theme every time the BURG boot up.

 NOTE :~# To restore and use GRUB instead of BURG click restore grub.


KEYS

F2 to change theme.

F3 to change resolution.

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 dialog.
Source: KISS

RELATED POSTS

0 comments