Thomas Mueller wrote:
> 
> Now how do you use LOADLIN to use an existing 
> partition for root and not be prompted to insert 
> a floppy disk for initrd?

Edit boot.bat (or whatever it is called) to remove 
the initrd=xxxxxx from the LOADLIN parameter string.
---------------------------------
loadlin zimage root=/dev/hda2 ro
---------------------------------
This example boots Linux using the zimage kernel 
and runs the filesystem (read only) that is on 
the second partition of the primary master drive.

Cheers,
Steven


Reply via email to