Results 1 to 3 of 3
I have Ubuntu 10.10 and Windows7 installed as dual-boot on my PC. When the machine starts up, Ubuntu is first in the list of boot options. After 10 seconds GRUB ...
- 03-01-2011 #1Just Joined!
- Join Date
- Mar 2011
- Posts
- 1
How can I change the default boot partition
I have Ubuntu 10.10 and Windows7 installed as dual-boot on my PC. When the machine starts up, Ubuntu is first in the list of boot options. After 10 seconds GRUB automatically boots that partition. I want to make the partition for Windows7 the default. How can I do that? I know some Unix, e.g. how to cd, gedit, etc..
- 03-01-2011 #2
Hi and Welcome !
You can change default OS using Startup-Manager. If your machine has internet access then you can install it easily. Just look for it Software Center or in Synaptic Package Manager.It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 03-01-2011 #3Just Joined!
- Join Date
- Jun 2010
- Posts
- 36
Alternatively you can edit the grub config file by adding this line to it
GRUB_SAVEDEFAULT=trueupdate grub withCode:gksudo gedit /etc/default/grub
Doing it that way then grub will default to whatever it is you boot last - thus you would not need to run SUM again to change the deafult.Code:sudo update-grub


Reply With Quote