LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Editing GRUB Loader to Have WINXP As Default OS (https://www.linuxquestions.org/questions/linux-newbie-8/editing-grub-loader-to-have-winxp-as-default-os-670608/)

firekid1239 09-17-2008 02:27 PM

Editing GRUB Loader to Have WINXP As Default OS
 
I need to edit my grub loader to ahve windows xp as my default OS and not Fedora. I also want to know how to change the amount of time the grub loader appears before it automatically chooses the default. I went into the Grub.conf with VI but I dont know what to change... a little guidance would be appreciated.

pixellany 09-17-2008 02:32 PM

Here are the two lines to change:
Quote:

timeout 5
default 0
In this example, the timeout is 5 seconds, and the default OS is the first one on the list. (GRUB numbering starts at 0)

GRUB manual here:
http://www.gnu.org/software/grub/manual/grub.html

firekid1239 09-18-2008 09:30 AM

Got That
 
Allright I got the timeout to where I wanted it... but I'm still confused as to making windows my primary OS. Do I just switch the two to make all the windows information first?

pixellany 09-18-2008 10:00 AM

"default 0" means that the default will be the first item on the list. All you have to do is change the default statement to the desired number. eg if Windows is the third entry, you want "default 2"


All times are GMT -5. The time now is 02:47 AM.