I think the problem is different here. You see, what is happening in the lilo.conf shown (at least to the best of my understanding, and I am no expert) is that LILO is installed on /dev/hda1 -- that is, the first partition. The stanza you show would just boot from the first partition, effectively causing the same thing... booting LILO again.
I'm not sure exactly what the best solution is, but the problem could be solved by either... - Changing the first line to boot=/dev/hda, thus installing an MBR, and then restoring the Windows boot sector on /dev/hda1 (which may be stored somewhere in /boot -- or in this case /kernel/boot -- or may need to be restored by booting from a Windows 95 boot disk and typing SYS C:), and then rerunning LILO with the stanza that Steve suggested. - Again restoring the Windows boot sector as described, installing LILO on /dev/hda2, and setting it active, and using that stanza. - Using some options I don't know about because I'm not an expert here. This looks like what you were trying to do with chain.b. I have no idea what chain.b does, and so I can't help you there. C'ya, Chris Smith OU On Thu, 22 Jan 1998, Steve Hsieh wrote: > For win95 I use: > > other=/dev/hda1 > label=Win > table=/dev/hda > > > > > boot=/dev/hda1 > > install=/kernel/boot/boot.b > > map=/kernel/boot/map > > delay=50 > > timeout=70 > > compact > > prompt > > default=Win95 > > image=/kernel/boot/vmlinuz > > root=/dev/hdb1 > > label=Linux > > vga=normal > > other=Win95 > > label=Win95 > > loader=/kernel/boot/chain.b > > > > And my partitions: > > /dev/hda1 --> Win95 > > /dev/hda2 --> Linux partition mounted in /kernel ( about 10 MBytes big > > at the end of hda ) > > /dev/hdb --> Linux mounted in / > > > > I really appreciate any help. > > > > > > *--------------------------------------------------------* > > Ivan Rojas Liikkuva Systems Intl. > > R&D Engineer/Sys. Admin. http://www.liikkuva.com > > mailto:[EMAIL PROTECTED] > > *--------------------------------------------------------* > > > > > > -- > > TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to > > [EMAIL PROTECTED] . > > Trouble? e-mail to [EMAIL PROTECTED] . > > > > > -- > TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to > [EMAIL PROTECTED] . > Trouble? e-mail to [EMAIL PROTECTED] . > -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to [EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED] .