Product SiteDocumentation Site

3.6. 筹​备​硬​盘​驱​动​器​安​装​

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.