burg
This is an old revision of the document!
Arranque dual con burg (elementary + otro SO)
Actualizar arranques en grub2:
sudo update-grub2
Arreglar arranque con boot repair (factible desde una live):
sudo add-apt-repository ppa:yannubuntu/boot-repair sudo apt-get update sudo apt-get install boot-repair
Instalar super-boot-manager:
sudo add-apt-repository ppa:ingalex/super-boot-manager sudo apt-get update sudo apt-get install super-boot-manager
Instalar Burg:
sudo add-apt-repository ppa:n-muench/burg sudo apt-get update sudo apt-get install burg sudo burg-install /dev/sda (¡OjO al disco que debe contener el MBR!) sudo update-burg
Probar los temas:
sudo burg-emu -D
Opciones
- 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.
Boot-Repair - Para los problemas con el arranque (Windows, Linux):
sudo add-apt-repository ppa:yannubuntu/boot-repair && sudo apt-get update sudo apt-get install -y boot-repair && (boot-repair &)
Instrucciones de uso en https://help.ubuntu.com/community/Boot-Repair
burg.1383658715.txt.gz · Last modified: 2015/12/01 08:41 (external edit)