LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   GRUB problem (https://www.linuxquestions.org/questions/linux-newbie-8/grub-problem-54531/)

hfawzy 04-11-2003 02:10 AM

GRUB problem
 
Hi there,
I use RH 8 and GRUB. I have Windows 98 on hda and RH on hdb, and I want to multiboot with Windows.
So I put these line to my /boot/grub/menu.lst file :
Code:

title Windows
        root (hd0,0)
        chainloader +1
        boot

But when I try to start Windows, it prints this:
Quote:

Booting 'Windows'
root (hd0,0)
Filesystem is fat, partition type 0xb
chainloader +1
boot
Invalid system disk
Replace the disk, then press any key
How can I solve this problem?
Thank you
hfawzy

jglen490 04-11-2003 08:16 AM

Take out the "boot" line. The boot command is only needed when entering Grub commands from the command line.

hfawzy 04-11-2003 11:57 AM

tried to take out boot line...
doesn't work :(

Crashed_Again 04-11-2003 12:03 PM

Did you edit /boot/grub/menu.lst ? I'm not sure what this is a symlink too but you should change your /boot/grub/grub.conf instead.

dorian33 04-11-2003 12:17 PM

place 'rootnoverify (hd0,0)' instead of 'root (hd0,0)'


All times are GMT -5. The time now is 10:51 PM.