制作 Fedora 光盘

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

Table of Contents

介绍
下载

    选择 CD 还是 DVD
    选择 ISO 文件

验证文件

    在 Windows 图形环境下校验
    在 Windows 命令行下校验

烧录

    使用 ISO Recorder V2 Power Toy
    使用 Roxio Easy Media Creator 7
    使用 Nero Burning ROM 5
    使用 Nero Express 6

测试光盘
评论及反馈

介绍

Fedora 发行版以 ISO 9660 标准文件系统镜像的方式提供。您可将这些 ISO 镜像复制到
CDROM 或 DVD 介质上，创建为启动光盘。

Before you can install Fedora from disc on a computer, you must transfer, or
burn, the ISO files to blank disc media (CD-R/RW or DVD-R/RW). This document
describes the procedure for burning these files using a few common tools. This
document assumes that you have no experience with Linux, and that you are using
Microsoft Windows for the purpose of downloading and burning the files.

The Fedora Project only supports software that is part of the Fedora
distribution

Only software produced and shipped as part of Fedora is supported by the
project. Other software mentioned in this article is intended to guide the user
in the right direction. Fedora is not responsible for nor endorses those
software packages, and their use is described here merely as a convenience for
the reader. This is not intended to be a comprehensive guide to burning ISOs
under every operating system.

下载

ISO 文件体积较大，需要很长的下载时间。您应当使用某种专门的下载工具。

选择 CD 还是 DVD

Fedora 发行版有多个 CD 镜像文件，也可以只用单个 DVD 镜像文件。如果您的计算机满
足下面的要求，就可以用单个 DVD 镜像文件了：

  ● 带有可烧录/复写 DVD 的光驱

  ● It has an NTFS drive with sufficient space to hold the image file

To write the DVD ISO file to a disc, your computer needs to have a drive that
can write to DVD media. If your computer has a drive that only writes CD media
and not DVD media, download the CD-sized files instead.

Some file systems cannot store files larger than 2 GB, such as the DVD image.
The commonly-used NTFS file system does not have this limitation, but many
other non-NTFS formats do, such as FAT32. To check the format of a drive under
Windows such as C:, select the Start menu and then My Computer. Right-click the
drive you want to check, and choose Properties. The resulting dialog displays
the format for that file system. If you do not have an NTFS drive with enough
free space, download the CD-sized files instead.

创建一个新目录，将下载的文件保存其中。每张 CD 需要大约 700MiB 空间，而 DVD 镜像
文件需要大约 3.5GiB 空间。本文档假设您将文件保存在目录 C:\Documents and
Settings\Owner\My Documents\My Downloads\Fedora 中。

选择 ISO 文件

要下载的文件取决于你的系统和 Fedora 的版本。文件名大致是这样 Fedora-<version>-
<arch>-disc<count>.iso, 其中 "<version>" 是 Fedora 的版本, "<arch>" 是你的系统
的处理器体系, "<count>" 是各安装 CD 的编号。如果是 DVD，文件名中会包含 DVD 字样
。

The computer processor architecture is usually i386 for 32-bit PCs, including
the Pentium and Athlon processor families. The architecture is usually x86_64
for 64-bit PCs, including the Athlon 64 processor family. The architecture is
usually ppc for PowerPC computers, including most of Apple's Macintosh
offerings before they began using Intel chips in the MacBook. If in doubt, your
system probably requires the i386 versions.

For example, if downloading Fedora 10 for a Pentium 4 computer, the correct
file is Fedora-10-i386-DVD.iso. You may also need the SHA1SUM file to verify
that the files you have downloaded are complete and correct.

验证文件

下载过程中可能出错，即使下载工具并未报错。因此，检测文件未损坏是非常重要的。这
就是 SHA1SUM 文件的作用。这个文件中，针对每个 ISO 镜像文件都有一行校验码，称为
由原始 ISO 文件计算得出的散列值(hash)。

BitTorrent 自动错误检测

BitTorrent 在下载中自动进行错误检测。如果您的 BitTorrent 客户端成功下载了所有文
件，就不必再校验了。

在 Windows 图形环境下校验

There are a number of no-cost products available for file validation and
hashing that have point and click interfaces. Here are links to a few of them:

  ● HashCalc: http://www.slavasoft.com/hashcalc/

  ● eXpress CheckSum Calculator (XCSC): http://www.irnis.net/soft/xcsc/

根据说明安装程序。运行程序，选择已下载的 ISO 镜像文件。然后选择 SHA-1 算法，运
行计算。程序运行需要一些时间，因为它要读取整个 ISO 文件。

Open the file SHA1SUM with a text editor, such as Notepad, to display its
contents. Make sure the hash displayed by the hash tool for each of the
downloaded ISO files exactly matches the corresponding hash in the SHA1SUM
file.

如果所有散列值都相符，就可以烧录到光盘介质中了。如果哪些文件不相符，您也许需要
重新下载(或者利用 BitTorrent/rsync 同步文件)。

免责声明

Fedora 项目和 Red Hat Inc. 对上述外部站点的内容及其提供的程序没有控制权。

在 Windows 命令行下校验

要在命令行下校验文件，应当下载 sha1sum.exe 程序。下载位置请参考 http://
lists.gnupg.org/pipermail/gnupg-announce/2004q4/000184.html。

sha1sum.exe 程序计算并显示散列值。首先，将 sha1sum.exe 复制到已下载的 ISO 文件
所在目录。然后，在开始菜单中选择 运行...，然后输入 cmd，启动命令行。接下来切换
到已下载的文件目录。这样运行 sha1sum 程序:

cd "C:\Documents and Settings\Owner\My Documents\My Downloads\Fedora"
sha1sum.exe Fedora-10-i386-DVD.iso

程序运行需要一些时间，因为它要读取整个 ISO 文件。

Open the file SHA1SUM with a text editor, such as Notepad, to display its
contents. Make sure the hash displayed by sha1sum.exe for each of the
downloaded ISO files exactly matches the corresponding hash in the SHA1SUM
file.

如果所有散列值都相符，就可以烧录到光盘介质中了。如果哪些文件不相符，您也许需要
重新下载(或者利用 BitTorrent/rsync 同步文件)。

烧录

对 Windows 用户而言，烧录 CD 的过程掩盖了许多东西。Windows 应用程序允许用户简单
地将源数据拖放到某个地方，然后点击 烧录 按钮，就可以烧录一张数据 CD。

实际上，这样的烧录是两步。首先，要根据先前拖放的源数据创建一份 ISO 9660 文件系
统镜像，镜像文件大致就像 Fedora 安装文件一样。其次，再将 ISO 文件烧录到空白 CD
上。如果本来就是 ISO 镜像，再采用两步走，得到的 CD 就不能用来安装了。

要创建 Fedora 安装光盘，必须只对下载到的 Fedora ISO 文件执行第二步。各种流行烧
录软件的具体用法罗列如下。

在 Fedora 中烧录光盘

Information on how-to burn media using Fedora is covered in https://
fedoraproject.org/wiki/User_Guide-Using_Media.

使用 ISO Recorder V2 Power Toy

从 http://isorecorder.alexfeinman.com/isorecorder.htm 网站下载并安装 ISO
Recorder Power Toy。

 1. In the file manager Explorer, right click on the first Fedora ISO file.

 2. 在上下文菜单中，选择 Copy image to CD(复制镜像到光盘)

 3. 跟随 CD 烧录向导 的指引

 4. 对其余 ISO 文件重复操作

使用 Roxio Easy Media Creator 7

 1. 运行 Creator Classic

 2. 选择 Other Tasks(其他任务)

 3. 选择 Burn from Disc Image File(使用镜像文件烧录)

 4. 选择 Fedora 的 ISO 镜像，烧录它

使用 Nero Burning ROM 5

 1. 运行程序

 2. 打开 File(文件) 菜单

 3. 选择 烧录镜像

 4. 选择 Fedora 的 ISO 镜像，烧录它

 5. 对其余 ISO 文件重复操作

使用 Nero Express 6

 1. 运行程序

 2. 选择 Disc Image or Saved Project(镜像或已保存的工程)

 3. 在弹出的 Open(打开)对话框中，选择 Fedora 的第一张 ISO 镜像，点击 Open 按钮
    。

 4. 设置光盘驱动器的写入速度。各种硬件的最佳设置是不同的。

 5. 点击 Next 开始烧录

 6. 对其余 ISO 文件重复操作

测试光盘

为确保刻好的 CD 可以在您的计算机上使用，您可以只烧录第一张 CD，在烧录其他 CD 之
前，先执行下面的操作:

 1. 按照计算机用户手册，将计算机调整为由光驱启动。

 2. 将烧录好的第一张 Fedora CD 放入光驱并重新启动。屏幕上将出现 Fedora 安装程序
    的引导菜单。

 3. 按下回车

 4. 跟随屏幕上的指示，直到介质检测这一步。

 5. 对第一张光盘执行介质检测。如果检测成功，烧录就没有问题。在这一刻安装程序尚
    未对计算机做出任何变动。将 Fedora 安装光盘取出，强行重启系统。

 6. Continue burning any other media and be sure to check them before
    installation with the first disc that has already been proven good.

评论及反馈

If you have suggestions for this document, send an email to relnotes AT
fedoraproject.org, or file a bug for the readme component under Fedora
Documentation:

https://bugzilla.redhat.com/enter_bug.cgi?product=Fedora%20Documentation

We welcome directions for other tools and platforms.

