Change boot order: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
m addin Category:Tutorials tag |
||
(One intermediate revision by one other user not shown) | |||
Line 6: | Line 6: | ||
sudo gedit /etc/default/grub | sudo gedit /etc/default/grub | ||
To change the default boot option, you just need to change the GRUB_DEFAULT parameter. 0 Then save and write: | |||
sudo update-grub | |||
<br> | <br> | ||
Line 17: | Line 21: | ||
**But be sure not to delete the version that you want to have on your computer. | **But be sure not to delete the version that you want to have on your computer. | ||
*Click on apply | *Click on apply | ||
[[Category:Tutorials]] |
Latest revision as of 10:11, 30 August 2014
If you have dual boot on your pc and want to change boot order in grub.
sudo gedit /boot/grub/menu.lst
or if you have Ubuntu 11.04
sudo gedit /etc/default/grub
To change the default boot option, you just need to change the GRUB_DEFAULT parameter. 0 Then save and write:
sudo update-grub
If you want to delete other versions
- Go to Synaptic package manager
- Search for the versions that you don't want to have (e.g. 2.6.2
- Select the ones that are already installed, right click and Mark for Removal. -> Mark
- Linux headers, generic and image.
- But be sure not to delete the version that you want to have on your computer.
- Click on apply