include("site.inc"); $template = new Page; $template->initCommon(); $template->displayHeader(); ?>
To install Fedora from discs, you need five installation CDs, or the installation DVD. There are separate disc sets for each supported architecture.
For instructions to download and prepare this CD or DVD installation media, refer to http://fedoraproject.org/wiki/Distribution/Download. If you already have the full set of Fedora installation media, skip to Section 5.1, “Booting from CD, DVD, or USB Media”.
Architecture-Specific Distributions | |
---|---|
To install Fedora, you must use the boot and installation media that is particular to your architecture. Refer to Chapter 2, Understanding i386 and Other Computer Architectures for information on hardware architectures and how to determine the right one for your computer. |
You may use the first CD or DVD installation disc from the complete Fedora distribution to boot your computer. The Fedora distribution also includes image files for boot-only CD or DVD media and USB media. You can convert these files into bootable media using standard Linux utilities or third-party programs on other operating systems.
You may boot your computer with boot-only media, and load the installation system from another source to continue the process. The types of installation source for Fedora include:
CD or DVD media installation discs
hard drive, either attached by USB, or internal to the computer
network installation server, using either HTTP, FTP, or NFS
You can use this facility to install Fedora on machines without using installation discs. For example, you may install Fedora on a laptop with no CD or DVD drive by booting the machine with a USB pen drive, and then using a hard drive as an installation source.
The supported boot media for Fedora include:
CD or DVD media (either installation disc #1 or a special boot-only disc)
USB media
network interface (via PXE)
Installation from Diskettes | |
---|---|
There is no option to either boot or install Fedora from diskettes. |
The images/boot.iso
file on the first Fedora
installation disc is a boot image designed for CD and DVD media. This file
also appears on FTP and Web sites providing Fedora. You can also find this
file on mirror sites in the Fedora distribution directory for your
particular architecture.
The Fedora distribution is also downloadable as a set of CD-sized ISO image files or a single DVD-sized ISO image file. You can record these files to CD or DVD using a CD or DVD burning program on your current operating system:
Burn an ISO image to disc using your installed CD or DVD burning software. Most software has an option labeled Burn image file to disc or Make disc from ISO image. If your software offers a choice of image formats, choose "ISO image" as the file type. If several ISO formats are offered, choose the closest match to "Mode 1, 2048-byte blocks."
Open the Disk Utility application,
found in the /Applications/Utilities
folder. Select
File → Open Disk Image and select the ISO image. From the list of
volumes, select the item representing the ISO image. Select
Burn and follow the instructions.
If you are using a recent version of the GNOME desktop environment, right-click the ISO image file and choose Write to disc. If you are using a recent version of the KDE desktop environment, use K3B and select Tools → Burn CD Image, or Tools → Burn DVD ISO Image if appropriate. The following command line works for many other environments:
cdrecord --device=cdwriter-device
-tao -eject image-file.iso
System-Specific Instructions | |
---|---|
Unfortunately this guide cannot offer specific instructions for every possible combination of hardware and software. You can find more information at http://fedoraproject.org/wiki/Docs/Drafts/BurningDiscs. Consult your operating system's documentation and online support services, and Section 19.3, “Finding Documentation and Support” for additional help if needed. |