LILO from a floppy

LILO from a floppy

Post by Michael G. Godw » Tue, 09 May 1995 04:00:00



I have a CD-ROM drive that requires I put an "append" line
in the lilo config for my linux boot.  However, I prefer to boot
Linux via floppy diskette.  I am already doing this, but merely
by copying vmlinuz to the floppy (w/out lilo).  Obviously, when
I boot this way, I cannot see my cdrom because I can't tell
it about the "append" deal.  So...I need to be able to put lilo
on the floppy diskette.  Can anyone tell me how to do this?

Mike

 
 
 

LILO from a floppy

Post by Cameron L. Spitz » Fri, 12 May 1995 04:00:00




Quote:>I have a CD-ROM drive that requires I put an "append" line
>in the lilo config for my linux boot.  However, I prefer to boot
>Linux via floppy diskette.  I am already doing this, but merely
>by copying vmlinuz to the floppy (w/out lilo).  Obviously, when
>I boot this way, I cannot see my cdrom because I can't tell
>it about the "append" deal.  So...I need to be able to put lilo
>on the floppy diskette.  Can anyone tell me how to do this?

I sent this to Matt for a mini-HOWTO, but I haven't seen it in
the archive yet.

Make a file system on a floppy.  Mount it and copy
your kernel there.  Make a file lilo.flop and run
  lilo -C lilo.flop
Then unmount the floppy.  I used a minix file system.  A DOS FS
might work, too.
Here is my lilo.flop file.  Notice that it commands lilo to write
its "map file" on the floppy.  My /dev/fd0 is a 3.5 inch drive
mounted on /3.  You could put your append line after the image line.
This solution is interesting because /dev/sda1 is my third drive
and BIOS cannot see it at all.  The "root =" is an instruction to
the kernel, LILO doesn't do anything with it.

boot = /dev/fd0
map  = /3/map-file
prompt
vga = normal
ramdisk = 0
image = /3/zflop
        label = linux
        root = /dev/sda1

 
 
 

1. LILO error: Can only boot from floppy, LILO will only start dos not linux

After installing LILO to the MBR it gives me the following error when
trying to boot linux:  error 0x09!  Dos anyone know what it is trying to
tell me?  My linux partitions are /dev/hdb2 and /dev/hdb3 (swap:
/dev/hdb1).  When I check out the partition tables in fdisk
/dev/hdb2 (root partition) does not have an asteric in the boot colum.  
Is that the problem and how do I fix it.


2. PPP seems slow

3. LILO--LILO--LILO

4. Chair-Pak !! a backapck with a built in Chair !!

5. LILO, LILO, LILO

6. KDE 1.1 and IRIX 6.5

7. Making a lilo bootable floppy...it doesn't work

8. dvips always generates fonts

9. lilo on boot floppy

10. I cannot install the lilo in the floppy disk!

11. anyone using LILO on a floppy?

12. LILO Problems with IDE Floppy (ZIP)

13. How to backup existing LILO /w linux Boot Floppy?