Missing partition
I have a dual boot system with Red Hat Linux 9 on the master disk and Windows 98 SE on the slave disk. The slave is partitioned so that I can share files between Red Hat and Windows. However when the Windows option is selected in GRUB, Windows starts correctly but the extended partition on the Windows drive is not recognized.
The Windows entry in /etc/grub.conf is as follows:
map (hd0) (hd1)
map (hd1) (hd0)
rootnoverify (hd1,0)
makeactive
chainloader +1
boot
Have I omitted an entry from the GRUB configuration or could the error be somewhere else?
Best regards,
NOS
|