Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
I just got a new bigger hard drive which I decided to make dual boot RH9 and WIN XP. This is my first dual boot install and my second Linux install so I am still very new to this. I had install CDs for linux before Windows so I installed that first. With RH9 as the only OS it worked fine but once I installed Windows Linux won't boot up. I used the linux install CD to set RH9 as the primary boot but it still won't. I thought the next step would be to boot off a floppy and start looking at the boot settings. I don't have a floppy drive though so I decided to make a boot disk on my other machine running linux that does have a floppy drive then copy that onto a CD. That didn't work either. What else can I do to get Grub to boot before Windows?
Okay thanks. I had thought of that but I thought I would see if there was anything more eficient than a complete reinstall. I do remember reading that it was preferable to install windows first.
Either install grub again or edit boot.ini in windows from:
[boot loader]
timeout=30
default=multi(0)disk(0)rdisk(0)partition(3)\WINDOWS
[operating systems]
multi(0)disk(0)rdisk(0)partition(3)\WINDOWS="Microsoft Windows XP Professional" /fastdetect
to
[boot loader]
timeout=30
default=multi(0)disk(0)rdisk(0)partition(3)\WINDOWS
[operating systems]
multi(0)disk(0)rdisk(0)partition(3)\WINDOWS="Microsoft Windows XP Professional" /fastdetect
multi(0)disk(0)rdisk(0)partition(1)\boot\grub="Red Hat Linux"
Where the 1 and 3 are, make sure those point to the correct partitions.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.