Boot using the live CD and then reinstall lilo using the following procedure:
1. Make sure that your backtrack partition is mounted and take note of the partition number. Then use the following command:
2. Chroot into the partition using the following command:Code:mount -o bind /dev /mnt/backtrack-partition/dev
3.Configure your lilo.conf file to fit your needs, make sure that you edit the one located at the hard drive and not the one on the CD.Code:chroot /mnt/backtrack-partition /bin/bash
4.Use the following command to re-install lilo:
Make sure to change the backtrack-partition to the correct one, for example hda2 or sda2.Code:lilo -v


