> Thanks for your reply..!
> How did you get your floppy to boot the OS? I've tried
> booting from the rescue floppy, but that's where it gives me
> error 0x10. It won't boot from there.
The rescue floppy is a different thing.
I believe that one of the installation options is to create
a boot floppy.
Alternatively, you can use 'mkrboot loadlin' and create a zip
file that can load a linux kernel from windoze.
mkboot says it creates a boot floppy if lilo is not installed.
Or you can get copy of a boot floppy and edit syslinux.cfg to
change the root filesystem.
Quote:> I have a 32MB boot partition at the very beginning of the
> disk. The extended partition contains my 192MB swap file and
> gigs of root partition.
> Yeah, I realize now that patching the kernel is not required
> to boot. The problem is LILO and not the kernel.
> Let me tell how I have my harddrives setup:
> PIIX ide0: master(DVD-ROM)
> PIIX ide1: master(CD-RW)
> HPT ide2: master(28GB--Windows 98SE C:, boot drive)
> HPT ide3: master(6GB--Linux: boot, swap, root partitions)
> I guess what is happening is that LILO is on the master boot
> record of the 28GB drive. It then has to go to the 6GB
> drive to get the boot block. Is that right?
That sounds correct.
Quote:> Could LILO be using different geometry? CHS instead of LBA?
No, I guess that is bios stuff. But I am no expert.
> I'm going to try and set my 6GB drive as the boot drive on
> ide3. That way, LILO should be on the same drive as the
> boot block. Thanks for that suggestion. I'll let you know
> how it goes...
> Thanks again..!
> On Fri, 26 May 2000 09:32:42 +0200, Guus Zijlstra
> >Many people have trouble with lilo. Personally, I gave up and
> >boot from floppy. The added delay is irrelevant since my machine
> >is always on.
> >Previously I found that installing a boot partition only seems
> >to work if lilo runs on that same disk.
> >Then there are limitations to the position of the kernel on the
> >disk. Has to be somewhere in the first 512 sectors, I believe.
> >Check the man pages, howto's and the newsgroups.
> >So in short: create a boot floppy during installation and install
> >lilo afterwards.
> >Patching the kernel is not required to boot. Did I miss something?
> >Good luck.
> >Guus.