[juneau-lug] Re: Making a Slackware 9.0 boot disk
- From: James Zuelow <e5z8652@xxxxxxxxxx>
- To: juneau-lug@xxxxxxxxxxxxx
- Date: Fri, 22 Aug 2003 10:01:50 -0800 (AKDT)
On Tue, 19 Aug 2003, Charles R. Hakari wrote:
> Once the drive is formatted, write the image to the floppy. For example, if
> the name of the disk image is bare.i, use this command:
>
> cat bare.i > /dev/fd0
>
>
>
> The laptop compains about an invalid system disk. I have used rawrite to
> make boot disks for Redhat and Mandrake without problem. Any of you guys
> done this before?
Chuck,
Try using dd instead of cat. cat might be having trouble creating a file
system on the floppy.
dd if=bare.i of=/dev/fd0 bs=18k
(The bs=18k is optional, it just makes writing to a 1.44M floppy more
efficient.)
Cheers,
James
------------------------------------
This is the Juneau-LUG mailing list.
To unsubscribe, send an e-mail to juneau-lug-request@xxxxxxxxxxxxx with the
word unsubscribe in the subject header.
- Follow-Ups:
- [juneau-lug] Re: Making a Slackware 9.0 boot disk
- From: Charles R. Hakari
- References:
- [juneau-lug] Making a Slackware 9.0 boot disk
- From: Charles R. Hakari
Other related posts:
- » [juneau-lug] Making a Slackware 9.0 boot disk
- » [juneau-lug] Re: Making a Slackware 9.0 boot disk
- » [juneau-lug] Re: Making a Slackware 9.0 boot disk
- » [juneau-lug] Re: Making a Slackware 9.0 boot disk
- » [juneau-lug] Re: Making a Slackware 9.0 boot disk
- » [juneau-lug] Re: Making a Slackware 9.0 boot disk
- » [juneau-lug] Re: Making a Slackware 9.0 boot disk
- [juneau-lug] Re: Making a Slackware 9.0 boot disk
- From: Charles R. Hakari
- [juneau-lug] Making a Slackware 9.0 boot disk
- From: Charles R. Hakari