Find the answer to your Linux question:
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 ...
  1. #1
    Just 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..

  2. #2
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    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

  3. #3
    Just Joined!
    Join Date
    Jun 2010
    Posts
    36
    Alternatively you can edit the grub config file by adding this line to it

    GRUB_SAVEDEFAULT=true
    Code:
    gksudo gedit /etc/default/grub
    update grub with

    Code:
    sudo update-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.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...