LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   RH7.2/WIN98 Grub vs LILO (https://www.linuxquestions.org/questions/linux-software-2/rh7-2-win98-grub-vs-lilo-8406/)

MrGreg 11-07-2001 12:53 PM

RH7.2/WIN98 Grub vs LILO
 
Greetings,

. I have a duel boot/duel disk setup. Linux is on hda and Win is on hdb. Before installing RH7.2 over RH 7.0 I was using LILO to boot. Windows didn't like being on the second drive so I fooled it with this entry in /etc/lilo.conf:

other=/dev/hdb1
. label=dos
. map-drive=0x80 to=0x81
. map-drive=0x81 to=0x80

. After installing 7.2, GRUB became the boot loader and Win could not be loaded. /boot/grub/grub.conf looks like this:

title DOS
. rootnoverify (hd1 0)
. chainloader +1

. I added rootnoverify (hd0 1) and it still would not boot Win. I switched back to LILO, but would like to know how to use GRUB and fool Win to thinking it is on the primary drive.

. Thanks,
. farmergreg

linuxcool 11-07-2001 06:08 PM

Try this:

title=dos
rootnoverify=(hd1,0)
makeactive
chainloader +1
map (hd0) (hd1)
map (hd1) (hd0)


Info obtained from here .

MrGreg 11-08-2001 03:28 AM

That is really linuxcool. Thanks for the reply.


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