>>>>> "k" == kompukit  <Admin> writes:

k> this is my current lilo.conf
k> as for the drive win98 is on...it's sda1


k> boot="/dev/hda"
k> map=/boot/map
k> install=/boot/boot.b
k> prompt
k> timeout="50"
k> message=/boot/message
k> linear
k> default=linux


k> image="/boot/vmlinuz-2.4.2-2"
k>        label="linux"
k>        initrd="/boot/initrd-2.4.2-2.img"
k>        read=only
k>        root="/dev/hda5"
k>        append="hdd=ide-scsi"


k> other=/dev/sda1
k>       optional
k>       table=/dev/sda
k>       label="Win98"


Delete the next entries completely, totally  duplicates
and the  second other= is why it gave you the dos entry.

So if I understand what you have here, you have two drives
hda & sda.
/dev/hda is a linux drive where hda5 is the / partition.
/dev/sda is the win98 drive that is a single partition.


k> image="/dev/sda1"
k>        root="/dev/hda5"
k>        initrd="/boot/initrd-2.4.2-2.img"
k>        append="hdd=ide-scsi"

k> image="/dev/sda1"
k>        root="/dev/hda5"
k>        initrd="/boot/initrd-2.4.2-2.img"
k>        append="hdd=ide-scsi"

k> image="/dev/sda1"
k>        root="/dev/hda5"
k>        initrd="/boot/initrd-2.4.2-2.img"
k>        append="hdd=ide-scsi"

k> other=
k>         label=""


Now, re-run lilo -v -v and then reboot.



-- 
Ray Curtis         Curtis Consulting         http://www.ccux.com



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

Reply via email to