Thank-you everyone for the suggestions. I won't get a chance to try them
out until later this week. So, the concensus is that the Linux Partition is
always installed so that it is bootable so that I just need to point Lilo
(or another boot manager) to /dev/hdb5 and Mandrake will boot? I was
thinking that it would need some kind of a "DOS SYS" command to make itself
bootable.
...Dave
----- Original Message -----
> take a look at /etc/lilo.conf
> make sure it points to the right partitions and everything is right as far
> as you can tell. Should look like:
> boot=/dev/hda
> map=/boot/map
> install=/boot.b
> prompt
> timeout=50
>
> image=/boot/vmlinuz-2.2.x-xx
> label=linux
> root=/dev/hdax
> read-only
>
> other=/dev/hdax
> label=win
> table=/dev/hda
>
> Then ou need to run /sbin/lilo as root to update your MBR. The next time
> you boot, you should get a prompt.