Grub
Uit DeVliegendeWiki
Bronnen
- http://www.howtogeek.com/howto/ubuntu/clean-up-ubuntu-grub-boot-menu-after-upgrades/
- http://www.howtogeek.com/howto/ubuntu/change-the-grub-menu-timeout-on-ubuntu/
- https://help.ubuntu.com/community/RecoveringUbuntuAfterInstallingWindows
- http://ubuntuforums.org/showthread.php?t=1195275 - The Grub 2 Guide
- https://help.ubuntu.com/community/Grub2 - Ubuntu Community Grub 2Documentation
- http://www.gnu.org/software/grub/
Startmenu aanpassen - Grub-customizer
Om in ouderere versies van Grub het startmenu aan te passen, configureer bestand
/boot/grub/menu.lst
In Grub 2 is menu.lst vervallen. Je kunt het menu aanpassen door bestand
/boot/grub/grub.cfg
te hacken, maar gezien de volgende waarschuwing aan het begin van dit bestand, is dat geen wijsheid:
# # DO NOT EDIT THIS FILE # # It is automatically generated by /usr/sbin/grub-mkconfig using templates # from /etc/grub.d and settings from /etc/default/grub #
Ik geloof dat de officiƫle manier is door de bestanden die met 10 of 20 beginnen in /etc/grub.d te editen, maar ik vind het veel gemakkelijker om grub-customizer te gebruiken:
sudo add-apt-repository ppa:danielrichter2007/grub-customizer sudo apt-get update sudo apt-get install grub-customizer
Daarna verschijnt Grub in het Applications-menu.
Bron: http://ubuntuforums.org/showthread.php?p=10340183#post10340183
Versies
Gebruik commando
grub-install -v
om de versie van Grub op je systeem te achterhalen. Mijn workstation (juni 2010) gebruikt Grub 1.97~beta4. Volgens deze bron is 1.97 beta 4 hetzelfde als Grub 2, en deze is de standaardversie van Grub op Ubuntu sinds versie 9.10 (bron).
