Change boot order: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
If you have dual boot on your pc and want to change boot order in grub. | If you have dual boot on your pc and want to change boot order in grub. | ||
sudo gedit /boot/grub/menu.lst | sudo gedit /boot/grub/menu.lst | ||
or if you have Ubuntu 11.04 | |||
sudo gedit /etc/default/grub | |||
*Go to Synaptic package manager | <br> | ||
**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. - | == If you want to delete other versions == | ||
**Linux headers, generic and image. | |||
**But be sure not to delete the version that you want to have on your computer. | *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 | *Click on apply |
Revision as of 11:30, 21 September 2011
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
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