Find the answer to your Linux question:
Results 1 to 2 of 2
How can i change the boot sequence in grub from Linux to Windows being first on the list?...
  1. #1
    Just Joined!
    Join Date
    Jan 2010
    Posts
    88

    Ubuntu 9.10, change Loading sequence in Grub?

    How can i change the boot sequence in grub from Linux to Windows being first on the list?

  2. #2
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Open /etc/default/grub file and set correct GRUB_DEFAULT=0 value.

    If Windows OS is 4th entry in GRUB Menu, set GRUB_DEFAULT value to 3. Save file and execute sudo update-grub command to generate new grub.cfg file.

    Code:
    sudo nano /etc/default/grub
    sudo update-grub
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

Posting Permissions

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