Grub2: Difference between revisions

From WickyWiki
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..."
 
mNo edit summary
 
Line 12: Line 12:
sudo update-grub
sudo update-grub
</syntaxhighlight>
</syntaxhighlight>
Example options:


<syntaxhighlight lang=bash>
<syntaxhighlight lang=bash>

Latest revision as of 17:28, 29 March 2016


Customize Grub2 manually

sudo gedit /etc/default/grub
sudo update-grub

Example options:

#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