If you've got LILO installed on a partition - you might want to install it to the MBR instead:
When your'e able to get to a shell: - su to root user
kedit /etc/lilo.conf
look for the
boot=
directive at the top
change it to
boot=/dev/hda
then as root user again
/sbin/lilo
this will install LILO to the MBR
(just an idea)
|