Différences
Ci-dessous, les différences entre deux révisions de la page.
Les deux révisions précédentes Révision précédente Prochaine révision | Révision précédente | ||
burg [Le 05/10/2010, 18:45] 147.8.234.196 |
— (Version actuelle) | ||
---|---|---|---|
Ligne 1: | Ligne 1: | ||
- | ====== BURG, un chargeur d'amorçage graphique, alternatif à GRUB ====== | ||
- | ===== Pré-requis ===== | ||
- | |||
- | * Disposer des [[:sudo|droits d'administration]]. | ||
- | |||
- | |||
- | ===== Installation ===== | ||
- | |||
- | On ajoute tout d'abord le depot ppa : | ||
- | |||
- | <code> | ||
- | sudo add-apt-repository ppa:bean123ch/burg | ||
- | </code> | ||
- | |||
- | On installe ensuite le paquet : | ||
- | |||
- | <code> | ||
- | sudo apt-get update && sudo apt-get install burg-pc burg-themes burg-emu | ||
- | </code> | ||
- | |||
- | On remplace grub par burg dans le mbr : | ||
- | |||
- | <code> | ||
- | sudo burg-install "(hd0)" | ||
- | </code> | ||
- | |||
- | ===== Utilisation ===== | ||
- | |||
- | ==== Mise à jour des entrées ==== | ||
- | |||
- | <code> | ||
- | sudo update-burg | ||
- | </code> | ||
- | |||
- | ==== Thémes ==== | ||
- | |||
- | Des themes supplementaire sont disponibles sur deviant art. | ||
- | En voici quelque un : | ||
- | |||
- | * [[http://browse.deviantart.com/?q=burg&order=9&offset=0#/d301ctu|Lightness]] | ||
- | * [[http://ventiseiad.deviantart.com/art/Burg-theme-Minimal-164711116?q=boost:popular+burg&qo=26|Minimal]] | ||
- | * [[http://spiceofdesign.deviantart.com/art/Elementary-BURG-Concept-176915672?q=boost:popular+burg&qo=36|Elementary BURG Concept]] | ||
- | * [[http://shafin.deviantart.com/art/Radiance-for-Grub-2-BURG-156786031?q=boost:popular+burg&qo=47|Radiance]] | ||
- | |||
- | ===== Liens ===== | ||
- | |||
- | Voici quelques liens, pour ceux qui veulent approfondir **le sujet** : | ||
- | |||
- | * **(en)** Documentation sur ubuntu.com [[https://help.ubuntu.com/community/Burg|Burg]] | ||
- | * **(en)** Tutoriel pour installer burg [[http://www.omgubuntu.co.uk/2010/06/get-animated-themed-icon-only-grub-menu-using-burg-now-simple-to-use/| OMG! Ubuntu]] | ||
- | * **(en)** Tutoriel sur la gestion des thèmes [[http://www.omgubuntu.co.uk/2010/07/burg-boot-loader-installation-themeing-more-gets-even-easier-with-burg-manager-app/| OMG! Ubuntu]] | ||
- | |||
- | ---- | ||
- | //Contributeurs principaux : [[:utilisateurs:trishika]].// | ||
- | |||
- | //Basé sur [[https://help.ubuntu.com/community/Burg|« Burg »]] par ubuntu.com.// |