Possible Duplicate:
How do I set Windows to boot as the default in the boot loader?
How can I make Windows boot first?
How can I make Windows boot first? |
|||||||||
|
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.
this will pull Windows entry in the boot loader on top |
|||
|
|
|
(When I searched "make windows boot first" in the askubuntu search box, I had trouble finding a post that answered this question, so I'll answer it here). I'm going to presume that you are using grub (if you don't know what it is, you are probably using it). You can change the boot order by editing the menu.lst file located in When you look into menu.lst, you want to scroll down to blocks of text that look something like the following:
The block that begins with
Is the windows entry that shows up on boot. If you want this to be both the first and default entry, you can copy the entire block of text, and paste it just right before the first "title ..." block. You will have to do this as root (so try Edit: Actually after a little more searching, I think the suggestion in this post is probably a lot safer. |
|||||
|