you might need to recreate and re-install LILO. LI at
bootup means 'LILO is f*cked up' :).  Just to check if
your win2k drive is still bootable, set your BIOS boot
sequence to start from the second drive.

For LILO, you might need to recheck the /etc/lilo.conf
if you can boot into single or rescue mode.

you might need the following for /etc/lilo.conf:

other=/dev/hdb1
        label=windows
        table=/dev/hdb
        map-drive = 0x80
                to = 0x81
        map-drive = 0x81
                to = 0x80

this will fool windoze.

for grub, check this:
title Windoze
        map (hd0,0) (hd1,0)
        map (hd1,0) (hd0,0)
        rootnoverify (hd0,2)
        chainloader +1


(hd0,0) here is for the /boot of linux. (first drive,
firt partition)
(hd1,0) is for windoze  (second drive, first
partition).

hth.

lh

=====
---------------------------------
lh      
---------------------------------

__________________________________________________
Do You Yahoo!?
Yahoo! Health - Feel better, live better
http://health.yahoo.com



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to