Possible Duplicate:
How do I set Windows to boot as the default in the boot loader?
How to set Windows 7 as default for booting? I am using Dual boot in my laptop. And how do i later shift to Ubuntu easily?
|
|
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
|
Here are the steps to follow: 1- To edit the grub file open terminal and type the following command :
You will got something like this :
Now to change the boot order, you need to change the GRUB_DEFAULT Entry, for example you have windows7 in the 3rd position and you want to set it as default, to do that set default to 3: GRUB_DEFAULT=3 2- Now update Grub using the command:
And is done! |
|||||||||||
|