Heya --
Since you mentioned lilo, I'm assuming that that's what you've got
in your MBR. Apologies if I missed it, but have you already posted
your /etc/lilo.conf? Your boot manager may not have a stanza for
Windows in it. Or, it may be there but be incorrect -- Red Hat 7 does
it slightly
Heya --
> My lilo.conf is perfectly normal and ok.
Try adding a line to tell it where to find the Windows partition
table:
> boot=/dev/hda
> map=/boot/map
> install=/boot/boot.b
> prompt
> timeout=50
> message=/boot/message
> linear
> default=linux
>
> image=/boot/vmlinuz-2.2.16-22
>
Heya --
> I have tried editing the lilo.conf file, but it doesn't seem to be
> acknowledging my changes.
This is exactly your problem. After editing the lilo.conf, you
have to run /sbin/lilo to copy your changes into the master boot
record. (The MBR itself is what gets read at boot. So if