Grub2

From WickyWiki
Revision as of 17:28, 29 March 2016 by Wilbert (talk | contribs) (Created page with "Category:Ubuntu Category:Ubuntu System Category:201603 =Customize Grub2 manually= <!-- boot loader start up --> * http://askubuntu.com/questions/54067/how-do-i-s...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


Customize Grub2 manually

sudo gedit /etc/default/grub
sudo update-grub
#default choice, starts with 0
GRUB_DEFAULT=0
#timeout
GRUB_TIMEOUT=30
#play tune
GRUB_INIT_TUNE="2000 400 4 0 1 500 4 0 1 600 4 0 1 800 6"
#resolution
GRUB_GFXMODE=640x480

Grub-customizer

Grub-customizer has advanced functions to configure the startup menu.

sudo add-apt-repository ppa:danielrichter2007/grub-customizer
sudo apt-get update
sudo apt-get install grub-customizer
sudo ppa-purge ppa:danielrichter2007/grub-customizer
grub-customizer

Startup-Manager

sudo apt-get install startupmanager

Go to System -> Administration -> Startup-Manager