Is this a dual boot system with windows?
*
The kernel needs to reside entirely below the 1023rd cylinder on the drive. If this is the case, you need to create a /boot partition that resides in these limits and reinstall LILO.
*
You may also need to go into your system's BIOS and make certain that LBA mode is enabled. If LBA was off, you will need to repartition and reinstall.
___________________________________________________________
When to Use Loadlin
Question:
When do I need to use loadlin?
Answer:
You will need an alternative to LILO if you can not install the Linux kernel to where the BIOS can reach it or you do not wish to use it. The BIOS may not be able to reach it for one of the following reasons:
*
The kernel is above the 1023 cylinder of the hard drive.
*
The kernel is on a drive the BIOS cannot boot to (not on Primary IDE or SCSI chain).
*
Other esoteric kernel/BIOS problems.
*
You have hardware that can only be initialized in DOS (Plug and Play, etc).
You will probably need to use the Loadlin boot loader that is provided on the CD-ROM in \dosutils. You will need to copy this directory over to your DOS hard drive partition and edit the autoboot.bat file to point to its new position and removing the initrd= line. If your system is a SCSI system, you will need to go into rescue mode and copy the /mnt/boot/initrd.img from the hard drive over to the DOS partition, and use it for booting.