RedHat 7.3 on system with 2000 Pro

General software, Operating Systems, and Programming discussion.
Everything from software questions, OSes, simple HTML to scripting languages, Perl, PHP, Python, MySQL, VB, C++ etc.
Post Reply
User avatar
hoov
Advanced Member
Posts: 571
Joined: Fri Jan 19, 2001 12:00 am

RedHat 7.3 on system with 2000 Pro

Post by hoov »

Good evening all,

I had Win2K Pro running on my drive that is partitioned into 2. It ran fine. I decided to dabble in a bit of Linux to learn and loaded RedHat 7.3 on the other partition. I chose the Grub boot loader but now when the boot loader comes up it does not give me a choice to boot into Win2K.

Someone please help :)

Thanks for any advice in advance
Stu
Regular Member
Posts: 341
Joined: Tue Aug 10, 1999 12:00 am

Post by Stu »

If it's grub that is coming up, then the answer is simple. Boot into Red Hat and edit /boot/grub/grub.conf. Assuming Red Hat is installed on the second partition and Windows 2000 is on the first, then add this:

title=Windows 2000
rootnoverify (hd0,0)
chainloader +1

Save that and reboot. That should do the trick.
User avatar
hoov
Advanced Member
Posts: 571
Joined: Fri Jan 19, 2001 12:00 am

Post by hoov »

Wow !!!!!

It worked perfectly, thanks soooo much !!!
Post Reply