ReetP
> Someone out there must be a lilo guru........
Well as Charlie Brady says, google is your friend, he knows more than me and works 24 hours a day !
Searching contribs.org is also your friend as others have possibly already experienced and answered your problem.
Here are some search results that may help you.
The last one (or last few) is where I would head first.
Check some of the contribs.org results.
Just to be sure have you booted to a floppy, checked and modified if necessary the /etc/lilo.conf file and then run the lilo command (as per my HOWTO)?
http://mirror.contribs.org/smeserver/contribs/rmitchell/smeserver/howto/Cloning%20drive%20with%20Ghost%20lilo.conf%20fix%20HOWTO%20for%20sme%20server.htmLILO
google search results
http://www.google.com.au/search?hl=en&q=LILO&btnG=Google+Search&meta=http://www.tldp.org/HOWTO/LILO.htmlhttp://www.acm.uiuc.edu/workshops/linux_install/lilo.htmlLinux LILO problems
google search results
http://www.google.com.au/search?hl=en&q=Linux+LILO+problems&meta=contribs.org search
LIL
There are many more than these
http://forums.contribs.org/index.php?topic=25082.msg100884#msg100884http://forums.contribs.org/index.php?topic=25082.msg100884#msg100884http://forums.contribs.org/index.php?topic=25082.msg100884#msg100884http://forums.contribs.org/index.php?topic=25082.msg100884#msg100884http://forums.contribs.org/index.php?topic=25082.msg100884#msg100884http://no.longer.valid/phpwiki/index.php/TroubleshootingFAQhttp://no.longer.valid/phpwiki/index.php/TroubleshootingFAQ#bootThe here link mentioned in the above link is incorrect so here is the real site URL
http://linux-newbie.sunsite.dk/Look at section 5.1.2 in this next link
http://linux-newbie.sunsite.dk/html/lnag.html#5.1.Startup%20Issues%20(LILO%20and%20GRUB)|outline
This quote is related to your LIL... issue
"When LILO loads itself, it displays the word LILO. Each letter is printed before or after performing some specific action. If LILO fails at some point, the letters printed so far can be used to identify the problem. [...]
LI [...] This is caused either by geometry mismatch or by moving /etc/lilo/boot.b without running the map installer.
LIL [...] This is typically caused by media failure or geometry mismatch."
The geometry means the number of sectors/heads/cylinders used in the hard drive configuration of your BIOS. Hope this helps!
It is a very good idea to have a handbook for Linux or at least a general UNIX handbook. Handbooks for Windows are useless, handbooks for Linux are great! "Red Hat Linux Unleashed" is a very good handbook but I am sure there are many other equally good ones.
With a LILO error like above, you can boot your machine using a Linux or DOS boot floppy. There seems to be several general possibilities to correct such a LILO error, depending on what is wrong:
If LILO simply got corrupted (does not seem very common), you can remove and re-install it. You can remove LILO by running under Linux:
lilo -u /dev/hda
or, under DOS:
FDISK/MBR
which rewrites the hard drive master boot record (MBR), in which LILO resides, and replaces it with "clean" DOS stuff. You will lose access to Linux if you rebooted your computer after removing LILO (if this happened, you can boot Linux from the floppy and re-install LILO on top of the DOS MBR).
To re-install LILO, simply re-run the command lilo (as root).