LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   GRUB boot loader on TurboLinux doesn't detect Windows (https://www.linuxquestions.org/questions/linux-newbie-8/grub-boot-loader-on-turbolinux-doesnt-detect-windows-147550/)

shantanun 02-18-2004 07:29 AM

GRUB boot loader on TurboLinux doesn't detect Windows
 
I had Windows XP on my computer initially. I installed Turbolinux. Now when the computer boots using GRUB, it gives only one option - Linux. What does this mean: that Windows XP was deleted during the TurboLinux installation, or simply that GRUB doesn't detect Windows? Please help....

_KDF 02-18-2004 07:49 AM

Either is possible,

type:

# df

and see if you windows drive is mounted ? is it ? you may need to edit the grub boot manually if it is. Unless you specifically stated that you wanted to keep the windows drive during install it may have deleted the windows partition.

Demonbane 02-18-2004 07:49 AM

Try adding it manually to /boot/grub/grub.conf or menu.lst
Say if your XP is installed in the first partition of the first bootable drive, then you would have something like this:
Code:

title WinXP
rootnoverify (hd0,0)
chainloader +1



All times are GMT -5. The time now is 08:50 AM.