LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Windows no loading after dual boot installation (https://www.linuxquestions.org/questions/linux-newbie-8/windows-no-loading-after-dual-boot-installation-625809/)

ankurk 03-05-2008 01:53 AM

Windows no loading after dual boot installation
 
hi guys i am having a problem. I have installed Redhat linux 7.3 . i already had windows Xp installed. now after the installation when i start my pc. i do not get any option which os to load ie linux or Xp.

Although i have taken full care during installation. i have installed linux on d drive. and windows was on c drive. i guess there is some problem with loader... could you please suggest solution so that i get two options ie which os to load. when i boot my pc.


Also is there any way to check wheather the windows are intact. or i screwed them?

Thanks

budword 03-05-2008 04:58 AM

You might have installed Linux over your windows partition. You can use a live cd to check, both puppylinux and Damn Small Linux are small download live cd distro's. If you didn't overwrite your windows partition, you can use supergrub bootdisk to rebuild grub, so you can boot into windows or linux. Here is a download link.

http://supergrub.forjamari.linex.org/?section=download

Good luck...

David

P.S. Are you able to boot into linux ? It wasn't 100% clear from your post...

amosf 03-05-2008 05:05 AM

You could use an XP disk and do a fixboot or fixmbr and maybe get xp back up...

Redhat 7.3? That takes me back a bit ;) I would suggest a more modern distro.

ankurk 03-05-2008 07:07 AM

Thanks guys for youe suggestions... but i knew somehow that my windows are intact n there is just minor problem so the solution is :

boot up RedHat and log in as root user. Open /boot/grub/grub.conf file and add this code at the end of file:

Code:
title Windows XP
rootnoverify (hd0,0)
chainloader +1


OR
title Windows XP
rootnoverify (hd2,0)
chainloader +1

Anyone in same situation must try both one will surely workout..


Thanks guys for ur help

Enjoy!!!!!


All times are GMT -5. The time now is 07:45 AM.