On 2001-10-02, [EMAIL PROTECTED] wrote:

>I have a problem in installing Linux 7.1. As i dont have a CDROM drive in
>my machine, i copied the bootnet.img file to floppy. When i boot through
>this floppy, some unexpected error ("Boot failed change the diskette and
>press any key") occurs. please if anybody knows the answer let me know.

Make sure the disk has no errors. If you can create the boot disk
with Linux (using dd or cat), rely on a checksum:

# md5sum bootnet.img
fc9b11595f09887657ead108850c5fe1  bootnet.img
# cat bootnet.img > /dev/fd0
# md5sum /dev/fd0
fc9b11595f09887657ead108850c5fe1  /dev/fd0




_______________________________________________
Seawolf-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/seawolf-list

Reply via email to