irregularjoe Posted February 6, 2007 Report Share Posted February 6, 2007 (edited) Hi.How do I change the default boot up OS from Linux to Widows?I have a dual boot PC with Fedora and WinXP. When I start the computer I have to choose "other" on the bootloader. Otherwise it boots to Linux.I want it the other way around. Boot to Windows by default.Thanks,Joe Edited February 6, 2007 by irregularjoe Quote Link to post Share on other sites
tictoc5150 Posted February 6, 2007 Report Share Posted February 6, 2007 I'm not too familiar with FC but this should worksu(password when prompted)gedit /boot/grub/grub.confchange default to the number of the operating system you want. start counting from zero and count each "title" entry. (you can also change the default time if you choose)save and closethat should do it Quote Link to post Share on other sites
shanenin Posted February 6, 2007 Report Share Posted February 6, 2007 just to add to tictoc5150's post . In the example below, you would change default to 1 from 0#grub.conf generated by anacondadefault=0timeout=10splashimage=(hd0,4)/grub/splash.xpm.gztitle GNU/Linux Fedora Core 1 (2.4.22-1.2174.nptl)root (hd0,4)kernel /vmlinuz-2.4.22-1.2174.nptl ro root=LABEL=/ hdc=ide-scsi apm=off acpi=on rhgbinitrd /initrd-2.4.22-1.2174.nptl.imgtitle Microsoft Windows XP Prorootnoverify (hd0,0)chainloader +1 Quote Link to post Share on other sites
irregularjoe Posted February 8, 2007 Author Report Share Posted February 8, 2007 just to add to tictoc5150's post . In the example below, you would change default to 1 from 0#grub.conf generated by anacondadefault=0timeout=10splashimage=(hd0,4)/grub/splash.xpm.gztitle GNU/Linux Fedora Core 1 (2.4.22-1.2174.nptl)root (hd0,4)kernel /vmlinuz-2.4.22-1.2174.nptl ro root=LABEL=/ hdc=ide-scsi apm=off acpi=on rhgbinitrd /initrd-2.4.22-1.2174.nptl.imgtitle Microsoft Windows XP Prorootnoverify (hd0,0)chainloader +1Thanks for the replies.Something's not working though.I get past the password promt and type in this:gedit /boot/grub/grub.conf (and then enter)and this is what I get:Gedit 2731GnomeUI-Warning"While connecting to session manager: Auth. rejected, reason- none of the auth. protocols specified are supported and host based auth. failed."What am I doing wrong? Quote Link to post Share on other sites
jimras Posted February 8, 2007 Report Share Posted February 8, 2007 try thisopen terminaltype su geditenter your passwordthen navigate to/boot/grub/grub.confand then change what you need to Quote Link to post Share on other sites
shanenin Posted February 9, 2007 Report Share Posted February 9, 2007 (edited) try thissu -enter passwordthen run gedit agianwhen I do it the way you were first shown, I get the same error in the shell, but it still does ppen gedit properly Edited February 9, 2007 by shanenin Quote Link to post Share on other sites
irregularjoe Posted February 9, 2007 Author Report Share Posted February 9, 2007 try thissu -enter passwordthen run gedit agianwhen I do it the way you were first shown, I get the same error in the shell, but it still does ppen gedit properlyThanks!Yes I did get the error again but noticed that it had opened anyway.Strange, 'huh?But I was able to change both the boot order and the timeout. Joe Quote Link to post Share on other sites
hitest Posted February 9, 2007 Report Share Posted February 9, 2007 try thissu -enter passwordthen run gedit agianwhen I do it the way you were first shown, I get the same error in the shell, but it still does ppen gedit properlyThanks!Yes I did get the error again but noticed that it had opened anyway.Strange, 'huh?But I was able to change both the boot order and the timeout. Joeshanenin rules! Quote Link to post Share on other sites
irregularjoe Posted February 9, 2007 Author Report Share Posted February 9, 2007 try thissu -enter passwordthen run gedit agianwhen I do it the way you were first shown, I get the same error in the shell, but it still does ppen gedit properlyThanks!Yes I did get the error again but noticed that it had opened anyway.Strange, 'huh?But I was able to change both the boot order and the timeout. Joeshanenin rules! I agree. Quote Link to post Share on other sites
irregularjoe Posted February 10, 2007 Author Report Share Posted February 10, 2007 try thissu -enter passwordthen run gedit agianwhen I do it the way you were first shown, I get the same error in the shell, but it still does ppen gedit properlyThanks!Yes I did get the error again but noticed that it had opened anyway.Strange, 'huh?But I was able to change both the boot order and the timeout. Joeshanenin rules! I agree. One more question if I may:Grub refers to Windows as "other". (talk about disrespect! Can I change "other" to "windows" in grub.conf? Quote Link to post Share on other sites
shanenin Posted February 10, 2007 Report Share Posted February 10, 2007 You can name it anything you want, it is just a label. Quote Link to post Share on other sites
irregularjoe Posted February 10, 2007 Author Report Share Posted February 10, 2007 You can name it anything you want, it is just a label.That's what I thought.Thanks. Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.