On Wed, 30 Jun 1999 12:53:48 -0400, [EMAIL PROTECTED] wrote:
>make a filesystem on the floppy. I use minix.
>mount it. For this example, we'll just put it on /mnt/minix (you'll
>have to make this directory if you want to use it, probably :-)
>copy the kernel image you want to it.
^^^^^^^^^^^^
See below. (I am trying to make lilo boot hdc1 from a floppy).
>copy /boot/boot.b to it.
># LILO configuration file
># generated by 'liloconfig'
>#
># Start LILO global section
>boot = /dev/fd0
>#compact # faster, but won't work on all systems.
>delay = 50
>vga = normal # force sane state
>ramdisk = 0 # paranoia setting
>map = /mnt/minix/map
>install = /mnt/minix/boot.b
># End LILO global section
># Linux bootable partition config begins
>image = /mnt/minix/Wine36
> root = /dev/hda4
> label = threads
> read-only
>image = /mnt/minix/Wine36
> root = /dev/fd0
> label = rescue
>image = /mnt/minix/zImage
^^^^^^^
I don't seem to have a zImage to copy to the floppy (Slackware 4,
2.2.6), at least not in / or /boot. What is the difference between
zImage and vmlinuz? And how do I get a zImage? Or, can I substitute
/vmlinuz for zImage? Also, do I need to copy a map file to the floppy?
If so, would that be /boot/system.map?
> root = /dev/fd0
> label = help
This is my latest lilo.flop (I used /mnt instead of /mnt/minix):
# LILO configuration file
# generated by 'liloconfig'
#
# Start LILO global section
boot = /dev/fd0
#compact # faster, but won't work on all systems.
delay = 50
vga = normal # force sane state
ramdisk = 0 # paranoia setting
map = /mnt/map
install = /mnt/boot.b
# End LILO global section
# Linux bootable partition config begins
image = /mnt/vmlinuz
root = /dev/fd0
label = help
After running # lilo -C /etc/lilo.flop
it says # "ot a number: "50
Thanks,
Kurt