LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   GRUB doesn't "see" Windows 98 (https://www.linuxquestions.org/questions/linux-newbie-8/grub-doesnt-see-windows-98-a-77440/)

Hound Passer 07-30-2003 05:59 PM

GRUB doesn't "see" Windows 98
 
I installed RedHat 9 on a seperate partition behind Win 98. However, GRUB only shows my RedHat OS, and not Win. I researched this but can't seem to find anything that makes sense. The partitions are there, so I assume the Win OS is still in tact and its a configuration prob. Any ideas? BTW Win 98 is FAT32.

jailbait 07-30-2003 10:18 PM

How about posting your grub configuration file and maybe we can see what's wrong.

sem2 08-01-2003 01:37 AM

Does your grub-file (/boot/grub/grub.conf) contain the information to start Win98? I have Windows 2000 and Rehat 8.0 on my harddisk and my grub-file looks like this:

default=0
timeout=3
splashimage=(hd0,5)/grub/splash.xpm.gz
title Win2000
rootnoverify (hd0,0)
chainloader +1
title Red Hat Linux (2.4.18-14)
root (hd0,5)
kernel /vmlinuz-2.4.18-14 ro root=LABEL=/
initrd /initrd-2.4.18-14.img

You can edit your grub-file manually. If your Window 98 is on the first Partition, and you are missing the Start-Information in your grub-file, you can add the following 3 Lines to your grub-file (below or in front of the 4 Red Hat Linux-Lines):

title Win98
rootnoverify (hd0,0)
chainloader +1

If your Windows isn't on the first partition, you have to modify "rootnoverify (hd0,0)". Consult the manual.


All times are GMT -5. The time now is 12:20 AM.