To install linuxppc-2000 on the 7248 you need three floppies: One bootfloppy, and two ramdisk floppies.
Use allways errorfree 1.44MB floppies for these images. The commands shown here is for a working linux system. They might work on other unix systems as well. On some systems you may have to be root to write directly to the floppydrive. In those cases, just su root before issuing the commands.
For MS-DOS, you may use the rawrite util. You can download rawrite from several places, for example a RedHat mirror as ftp://ftp.freesoftware.com. More information on how to use rawrite here.
To make the bootfloppy, insert a floppy in the drive, cd to the directory containing the bootfloppy image and issue the command:
dd if=carolina_bootimage_2.2.16pre1_with_fb of=/dev/fd0 bs=36b conv=syncLabel the disk "Boot floppy" or whatever you like.
To make the first ramdisk floppy, insert a floppy in the drive, cd to the directory containing the ramdisk image, and issue the command:
dd if=ramdisk-2000-floppy-image.1 of=/dev/fd0 bs=36b conv=sync(If you use the ramdisk.image.gz from the CD or a ftp mirror, try dd if=PReP-ramdisk.image.gz of=/dev/fd0 bs=36b conv=sync count=80 )
To make the second ramdisk floppy, insert a floppy in the drive,
cd to the directory containing the ramdisk image, and issue
the command
dd if=ramdisk-2000-floppy-image.2 of=/dev/fd0 bs=36b conv=sync(If you use the ramdisk.image.gz from the CD or a ftp mirror, try dd if=PReP-ramdisk.image.gz of=/dev/fd0 bs=36b conv=sync skip=80)