In dual boot, having Windows load by default

  • Thread starter Thread starter FulhamFan3
  • Start date Start date
  • Tags Tags
    Dual Load Windows
AI Thread Summary
To set Windows XP as the default operating system in a dual boot setup with Fedora Core 5, access the file /boot/grub/grub.conf in Fedora. This file controls the boot menu generated by GRUB. Open it with a text editor and locate the line that reads "default 0" or "default 1." The number corresponds to the order of the operating system entries, with "0" indicating the first entry and "1" the second. If Windows XP is listed first, ensure the line reads "default 0." If Fedora is first, change it to "default 1" to make Windows the default option. After making the necessary changes, save the file to apply the new default boot setting.
FulhamFan3
Messages
134
Reaction score
0
I have a computer dual booted with Fedora Core 5 and Windows XP. I only have Fedora on so I can learn how to use Linux and XP is my primary OS. Whenever I boot up it gives me a few seconds to choose between XP and Fedora otherwise it loads Fedora by default.

How do I change this to have it load XP by default?

thanks for any help
 
Computer science news on Phys.org
Boot up in Fedora, look for the file /boot/grub/grub.conf. That's the file that grub uses to generate the startup menu. (At least that's the filename in gentoo linux and Redhat 9; if you can't find that file, Fedora may name it differently. In some distributions it's called menu.lst.)

Open it in a text editor.

You should see a line that says
"default 0" or "default 1"

You should also see a group of lines starting with
"title=Fedora ..."
and another group of lines beginning with
"title=WindowsXP..."

The "0" or "1" relates to the corresponding set of operating system entries (0 refers to the first menu item, 1 refers to the 2nd menu item), so if Windows is listed first on your menu, you want "default 0" to boot Windows by default; alternatively, if Fedora is first on your menu, then you want "default 1" to default to Windows.

Just change the 1 to a 0, or the 0 to a 1, whichever applies, & save the file.
 
Last edited:
In my discussions elsewhere, I've noticed a lot of disagreement regarding AI. A question that comes up is, "Is AI hype?" Unfortunately, when this question is asked, the one asking, as far as I can tell, may mean one of three things which can lead to lots of confusion. I'll list them out now for clarity. 1. Can AI do everything a human can do and how close are we to that? 2. Are corporations and governments using the promise of AI to gain more power for themselves? 3. Are AI and transhumans...
Thread 'ChatGPT Examples, Good and Bad'
I've been experimenting with ChatGPT. Some results are good, some very very bad. I think examples can help expose the properties of this AI. Maybe you can post some of your favorite examples and tell us what they reveal about the properties of this AI. (I had problems with copy/paste of text and formatting, so I'm posting my examples as screen shots. That is a promising start. :smile: But then I provided values V=1, R1=1, R2=2, R3=3 and asked for the value of I. At first, it said...

Similar threads

Back
Top