Hard drive installations require the use of the ISO (or DVD/CD-ROM) images. An ISO image is a file containing an exact copy of a DVD/CD-ROM image. After placing the required ISO images (the binary Fedora DVD/CD-ROMs) in a directory, choose to install from the hard drive. You can then point the installation program at that directory to perform the installation.
要筹备系统进行硬盘驱动器安装,你必须使用以下方法之一来设置系统:
使用一组光盘集合 — 从每个安装光盘(或 DVD)中创建光盘 ISO 映像文件。对于每个光盘,在 Linux 系统上执行以下命令(对于 DVD 只执行一次):
dd if=/dev/cdrom of=/tmp/file-name
.iso
使用 ISO 映像 — 把这些映像传输到要安装的系统上。
在试图安装前,请校验 ISO 映像的完整性。这会帮助你避免硬盘安装过程中经常会遇到的问题。要在执行安装前校验 ISO 映像的完整性,请使用 md5sum 程序(该程序有适用于各类操作系统的版本)。md5sum 程序应该可以在提供 ISO 映像的同一服务器上找到。
Note
The Fedora installation program has the ability to test the integrity of the installation media. It works with the CD / DVD, hard drive ISO, and NFS ISO installation methods. We recommend that you test all installation media before starting the installation process, and before reporting any installation-related bugs (many of the bugs reported are actually due to improperly-burned CDs). To use this test, type the following command at the boot:
prompt:
linux mediacheck
Additionally, if a file called updates.img
exists in the location from which you install, it is used for updates to anaconda
, the installation program. Refer to the file install-methods.txt
in the anaconda
RPM package for detailed information on the various ways to install Fedora, as well as how to apply the installation program updates.