Valek, did you understand what Aussie wanted? Your lilo.conf file is pretty standard (no glaring errors). He wanted to match it against your system. The command fdisk -l doesn't delete anything, it just lists the current hard drive layout. Quite honestly, as I was reading this thread, that was the question I had.
LILO is pretty straight forward and very reliable. Most problems are user induced--the partition scheme is changed or the hard drive is moved and LILO's map is not longer valid. The simple fix in these cases is to correct the map.
Let's walk through some basic troubleshooting questions and see if we can narrow down what problem you are facing.
1. Did Linux ever work? Have you ever gotten it to boot after installing it? If it did, when did it stop working? What changed just before that?
2. Can you boot Linux from the boot floppy? If so, a simple fix is to log on as root and in a terminal window, type: /sbin/lilo
3. What order were the operating systems installed? What did you use to guide you through the dual boot configuration? Was LILO placed in the MBR?
4. What version of Windows are you using? What file system for it?
5. Were there any problems installing RH Linux? Did it give you any error messages? Was there anything it wouldn't configure?
Your last post shows newbie frustration. The normal tendency is just what you wrote--throw it all out and start over. While that would probably work, your problem isn't that big. You would seem to have both operating systems installed fine. The problem is probably in the boot loader configuration.
Your solution would have it fixed in 90 minutes. If you skip deleting everything and leave Windows alone, you cut that in half by just reinstalling Red Hat.
You would also learn almost nothing from that.
Our solution would take a few days to fix it and would involve several back-and-forth postings. Along the way, you would learn a lot about how LILO works and how to customize it.
For example, if you were to type "LILO Config" into Google, did you know you would get about 103,000 hits? And near the bottom of the first page you would find this site:
http://www.acm.uiuc.edu/workshops/li...tall/lilo.html
This explains what your lilo.conf file means--line by line.
Did you know you could search this forum for the same info? In the upper right hand corner there is a teeny-weeny little button that says search. Most people have problems finding it. Anyway, if you can locate it, it will take you to the search page. In the left hand side, enter "LILO Config" and see what it presents.
Did you know that the Red Hat website has information also? That same search parameter found 1660 hits on their website alone. It seems that Red Hat thinks it is important to help you with boot loader problems.
There is also the LInux Documentation Project website at:
www.tldp.org
You will find the complete list of HOWTOs there. What are HOWTOs? Lessons learned from working through problems. The writer will usually put the task in the title and spell out what they encountered, what they learned along the way and how they decided to fix it. Have a lot of time available when you head into this gold mine.
Anyway, the choice is yours. Good luck.