4 <h1><a name=
"grub" id=
"grub">Grub
</a></h1>
6 <div class=
"plugin_uparrow">
7 <a href=
"#" title=
"Back to top">
8 <img src=
"lib/plugins/uparrow/images/tango-small.png" alt=
"Back to top"/>
13 <!-- SECTION "Grub" [1-20] -->
14 <h2><a name=
"how_to_change_grub_configuration" id=
"how_to_change_grub_configuration">How to change grub configuration
</a></h2>
16 <pre class=
"code bash"><span class=
"co0"># let's edit grub configuration file
</span>
17 $
<span class=
"kw2">sudo
</span> <span class=
"kw2">vim
</span> <span class=
"sy0">/
</span>etc
<span class=
"sy0">/
</span>default
<span class=
"sy0">/
</span>grub
18 <span class=
"co0"># sets the nth list item to be the default choice
</span>
19 <span class=
"re2">GRUB_DEFAULT
</span>=n
20 <span class=
"co0"># sets n second of wait before the default choice starts
</span>
21 <span class=
"re2">GRUB_TIMEOUT
</span>=n
22 <span class=
"co0"># updates the grub
</span>
23 $
<span class=
"kw2">sudo
</span> update-grub
</pre>
24 <div class=
"plugin_uparrow">
25 <a href=
"#" title=
"Back to top">
26 <img src=
"lib/plugins/uparrow/images/tango-small.png" alt=
"Back to top"/>
31 <!-- SECTION "How to change grub configuration" [21-] -->