Try making
> table=/dev/hdb
instead of
> table=/dev/hda.
and running lilo again.
If that does not work, it may be that you cannot boot Win 98 from the
device /dev/hdb. Then, the
easy fix is to exchange disks (setting the proper jumpers) so that Win
is on /dev/hda and linux on /dev/hdb.
-Cheers,
-sen
Stephen Boulet writes:
> I upgraded to Mandrake 7.0 and am having problems booting into windows 98.
> I'm getting the message: Invalid system disk. Replace the disk, then hit any
> key.
>
> I have two disks: /dev/hda and /dev/hdb.
>
> root is hda1, and the win98 partition is on hdb1.
>
> My lilo.conf is:
>
> boot=/dev/hda
> vga=normal
> prompt
> timeout=50
>
> image=/boot/vmlinuz-2.2.14
> label=linux-2.2.14
> root=/dev/hda1
> append="mem=256M"
> read-only
>
> other=/dev/hdb1
> label=win98
> table=/dev/hda
>