Date: Fri, 10 Apr 1998 13:51:14 -0700 (PDT) From: Thomas Dean <tomdean@ix.netcom.com> To: farside@iland.net Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Problem Message-ID: <199804102051.NAA03155@ix.netcom.com> In-Reply-To: <000701bd64b7$189bd320$0ce7f2cd@farside.iland.net>
next in thread | previous in thread | raw e-mail | index | archive | help
Look at the instructions on the web site. If you have the CDROM, look at floppies/README.TXT on the cdrom. The file you are talking about is a FLOPPY DISK IMAGE! The file MUST be downloaded as a BINARY file. The file MUST be written to floppy with a tool like fdimage.exe or rawrite.exe. fdimage.exe is preferred. A word of advice, be sure to get INSTALL.TXT, HARDWARE.TXT, and, possibly RELNOTES.TXT from the distribution site BEFORE you start. READ THESE FILES VERY, VERY CAREFULLY BEFORE YOU BEGIN. The installation is fairly easy, ONCE YOU READ THE INSTRUCTIONS! Good luck. Here is floppies/README.TXT: ==================================== For a normal CDROM or network installation, all you need to copy onto an actual floppy from this directory is the boot.flp image (for 1.44MB floppies). NOTE: These images are NOT DOS files! You cannot simply copy them to a DOS floppy as regular files, you need to *image* copy them to the floppy with fdimage.exe under DOS or `dd' under UNIX. For example: To create the boot floppy image from DOS, you'd do something like this: C> fdimage boot.flp a: Assuming that you'd copied fdimage.exe and boot.flp into a directory somewhere. If you were doing this from the base of a CD distribution, then the *exact* command would be: E> tools\fdimage floppies\boot.flp a: If you're creating the boot floppy from a UNIX machine, you may find that: dd if=floppies/boot.flp of=/dev/rfd0 or dd if=floppies/boot.flp of=/dev/floppy work well, depending on your hardware and operating system environment (different versions of UNIX have totally different names for the floppy drive - neat, huh? :-). To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199804102051.NAA03155>