Boot from some set of rescue disks (http://www.toms.net/rb/). You may have to re-create some /dev entries yourself (man mknod) mknod /dev/sda b 8 0 mknod /dev/sda1 b 8 1 mknod /dev/sda2 b 8 2 mknod /dev/sda3 b 8 3 mknod /dev/sda4 b 8 4 Then do fdisk -l /dev/sda Mount your old root at /mnt, read-write. Something like mount -t ext2 /dev/sda2 /mnt Now you can modify /mnt/etc/lilo.conf to include windows cat <<EOF >>/mnt/etc/lilo.conf other = /dev/sda3 label = loose table = /dev/sda EOF Then run lilo -r /mnt P.S. This was from memory, no warranty ;) /Simon On Tue, 21 Mar 2000 [EMAIL PROTECTED] wrote: > > Hello Everyone... > > I have a SCSI system that has 3 partitions. > > 1- Linux Swap > 2- Linux Ext. (native) > 3- Fat32 > > I first installed Linux 6.1 with Lilo. Not thinking, I later installed Windows > 98 SE which cleared my Master Boot Record. Now when I boot my system, It > automatically boots into Windows. I have tried running RESCUE from a boot > disk. I have also tried doing an upgrade from the Bootable CD with no luck. > When trying to do an install, it sees not Linux partitions. Yet, if I choose > to do an install, it shows all 3. I have several months worth of work and > don't want to have to reinstall Linux and start over. > > Please help. > > Thanks, > > Mike Breidenstein > [EMAIL PROTECTED] > > > -- To unsubscribe: mail -s unsubscribe [EMAIL PROTECTED] < /dev/null