Date: 19 Apr 2002 00:04:02 -0700 From: Ken McGlothlen <mcglk@artlogix.com> To: Mark Filipak <filipak@earthlink.net> Cc: freebsd-questions <freebsd-questions@freebsd.org> Subject: Re: Where do I download release 4.5, how, and what do I need? Message-ID: <87sn5s1865.fsf@ralf.artlogix.com> In-Reply-To: <3CBF56F7.B68BB4FF@earthlink.net> References: <3CBF56F7.B68BB4FF@earthlink.net>
next in thread | previous in thread | raw e-mail | index | archive | help
Mark Filipak <filipak@earthlink.net> writes: | <This is really embarrasing> | | I went to www.freebsd.org and clicked the "Getting FreeBSD" link. That took | me here: | http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/mirrors.html. | | I then clicked the "FTP Sites" link. That took me here: | http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/mirrors-ftp.html. | | I then clicked the "ftp://ftp.FreeBSD.org/pub/FreeBSD/" link. That took me | here: ftp://ftp.freebsd.org/pub/FreeBSD/ | | What do I download? It is not obvious to me and there is no help or readme. This is why reading the Handbook *beforehand* is so useful. Quoting from Chapter 2, section 2.2.6 (http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/install-pre.html): The FreeBSD installation process is started by booting your computer into the FreeBSD installer---it is not a program you run within another operating system. To do this, you must create some floppy disks that can be booted from, and then boot from them. If you are not installing directly from CDROM, DVD, or FTP then you are probably preparing your own installation media (e.g., an MS-DOS partition), which must be prepared before you install FreeBSD. This is a slightly more advanced, infrequent activity, and is documented in Section 2.13. This includes the scenario where you want to create your own FTP site on your own network so that other computers can use your site as a FreeBSD FTP installation site. In general, to create boot floppy images, follow these steps: 1. Acquire the Boot Floppy Images The boot discs are available on your installation media in the floppies directory, and can also be downloaded from the floppies directory. (ftp://ftp.FreeBSD.org/pub/FreeBSD/releases/i386/4.5-RELEASE/floppies/) The floppy images have a .flp extension. The floppies/ directory contains a number of different images, and the ones you will need to use depends on the version of FreeBSD you are installing, and in some cases, the hardware you are installing to. In most cases you will need two files, kern.flp and mfsroot.flp, but check README.TXT in the same directory to be sure. Important: Your FTP program must use binary mode to download these disk images. Some web browsers have been known to use text (or ASCII) mode, which will be apparent if you cannot boot from the disks. 2. Prepare the Floppy Disks You must prepare one floppy disk per image file you had to download. It is imperative that these disks are free from defects. The easiest way to test this is to format the disks for yourself. Do not trust pre-formatted floppies. Important: If you try to install FreeBSD and the installation program crashes, freezes, or otherwise misbehaves, one of the first things to suspect is the floppies. Try writing the floppy image files to some other disks and try again. 3. Write the Image Files to the Floppy Disks. The .flp files are not regular files you copy to the disk. Instead, they are images of the complete contents of the disk. This means that you cannot use commands like DOS' copy to write the files. Instead, you must use specific tools to write the images directly to the disk. If you are creating the floppies on a computer running DOS/Windows, then we provide a tool to do this called fdimage. If you are using the floppies from the CDROM, and your CDROM is the E: drive, then you would run this: E:\> tools\fdimage floppies\kern.flp A: Repeat this command for each .flp file, replacing the floppy disk each time, being sure to label the disks with the name of the file that you copied to them. Adjust the command line as necessary, depending on where you have placed the .flp files. If you do not have the CDROM, then fdimage can be downloaded from the tools directory on the FreeBSD FTP site. If you are writing the floppies on a Unix system (such as another FreeBSD system) you can use the dd(1) command to write the image files directly to disk. On FreeBSD, you would run: # dd if=kern.flp of=/dev/fd0 On FreeBSD, /dev/fd0 refers to the first floppy disk (the A: drive), /dev/fd1 would be the B: drive, and so on. Other Unix variants might have different names for the floppy disk devices, and you will need to check the documentation for the system as necessary. You are now ready to start installing FreeBSD. 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?87sn5s1865.fsf>