# Installation Guide {#idm2190000} ## Installing Fedora 20 on 32 and 64-bit Intel-compatible computers ### ### Fedora Documentation Project Copyright © 2013 Red Hat, Inc. and others. The text of and illustrations in this document are licensed by Red Hat under a Creative Commons Attribution–Share Alike 3.0 Unported license ("CC-BY-SA"). An explanation of CC-BY-SA is available at . The original authors of this document, and Red Hat, designate the Fedora Project as the "Attribution Party" for purposes of CC-BY-SA. In accordance with CC-BY-SA, if you distribute this document or an adaptation of it, you must provide the URL for the original version. Red Hat, as the licensor of this document, waives the right to enforce, and agrees not to assert, Section 4d of CC-BY-SA to the fullest extent permitted by applicable law. Red Hat, Red Hat Enterprise Linux, the Shadowman logo, JBoss, MetaMatrix, Fedora, the Infinity Logo, and RHCE are trademarks of Red Hat, Inc., registered in the United States and other countries. For guidelines on the permitted uses of the Fedora trademarks, refer to [https://fedoraproject.org/wiki/Legal:Trademark\_guidelines](https://fedoraproject.org/wiki/Legal:Trademark_guidelines). Linux® is the registered trademark of Linus Torvalds in the United States and other countries. Java® is a registered trademark of Oracle and/or its affiliates. XFS® is a trademark of Silicon Graphics International Corp. or its subsidiaries in the United States and/or other countries. MySQL® is a registered trademark of MySQL AB in the United States, the European Union and other countries. All other trademarks are the property of their respective owners. Abstract Provides documentation for the installation process. ---- # Preface {#Installation-Guide-Preface} ## 1\. Document Conventions {#idm2130784} This manual uses several conventions to highlight certain words and phrases and draw attention to specific pieces of information. ### 1\.1. Typographic Conventions {#idm5301680} Four typographic conventions are used to call attention to specific words and phrases. These conventions, and the circumstances they apply to, are as follows. `Mono-spaced Bold` Used to highlight system input, including shell commands, file names and paths. Also used to highlight keys and key combinations. For example: > To see the contents of the file `my_next_bestselling_novel` in your current working directory, enter the **cat my\_next\_bestselling\_novel** command at the shell prompt and press **Enter** to execute the command. The above includes a file name, a shell command and a key, all presented in mono-spaced bold and all distinguishable thanks to context. Key combinations can be distinguished from an individual key by the plus sign that connects each part of a key combination. For example: > Press **Enter** to execute the command. > > Press **Ctrl**+**Alt**+**F2** to switch to a virtual terminal. The first example highlights a particular key to press. The second example highlights a key combination: a set of three keys pressed simultaneously. If source code is discussed, class names, methods, functions, variable names and returned values mentioned within a paragraph will be presented as above, in `mono-spaced bold`. For example: > File-related classes include `filesystem` for file systems, `file` for files, and `dir` for directories. Each class has its own associated set of permissions. Proportional Bold This denotes words or phrases encountered on a system, including application names; dialog-box text; labeled buttons; check-box and radio-button labels; menu titles and submenu titles. For example: > Choose System → Preferences → Mouse from the main menu bar to launch Mouse Preferences. In the Buttons tab, select the Left-handed mouse check box and click Close to switch the primary mouse button from the left to the right (making the mouse suitable for use in the left hand). > > To insert a special character into a gedit file, choose Applications → Accessories → Character Map from the main menu bar. Next, choose Search → Find… from the Character Map menu bar, type the name of the character in the Search field and click Next. The character you sought will be highlighted in the Character Table. Double-click this highlighted character to place it in the Text to copy field and then click the Copy button. Now switch back to your document and choose Edit → Paste from the gedit menu bar. The above text includes application names; system-wide menu names and items; application-specific menu names; and buttons and text found within a GUI interface, all presented in proportional bold and all distinguishable by context. **_`Mono-spaced Bold Italic`_** or _`Proportional Bold Italic`_ Whether mono-spaced bold or proportional bold, the addition of italics indicates replaceable or variable text. Italics denotes text you do not input literally or displayed text that changes depending on circumstance. For example: > To connect to a remote machine using ssh, type **ssh _`username`_@_`domain.name`_** at a shell prompt. If the remote machine is `example.com` and your username on that machine is john, type **ssh john@example.com**. > > The **mount -o remount _`file-system`_** command remounts the named file system. For example, to remount the `/home` file system, the command is **mount -o remount /home**. > > To see the version of a currently installed package, use the **rpm -q _`package`_** command. It will return a result as follows: **_`package-version-release`_**. Note the words in bold italics above: username, domain.name, file-system, package, version and release. Each word is a placeholder, either for text you enter when issuing a command or for text displayed by the system. Aside from standard usage for presenting the title of a work, italics denotes the first use of a new and important term. For example: > Publican is a _DocBook_ publishing system. ### 1\.2. Pull-quote Conventions {#idp37864128} Terminal output and source code listings are set off visually from the surrounding text. Output sent to a terminal is set in `mono-spaced roman` and presented thus: books Desktop documentation drafts mss photos stuff svn books_tests Desktop1 downloads images notes scripts svgs Source-code listings are also set in `mono-spaced roman` but add syntax highlighting as follows: package org.jboss.book.jca.ex1; import javax.naming.InitialContext; public class ExClient { public static void main(String args[]) throws Exception { InitialContext iniCtx = new InitialContext(); Object ref = iniCtx.lookup("EchoBean"); EchoHome home = (EchoHome) ref; Echo echo = home.create(); System.out.println("Created Echo"); System.out.println("Echo.echo('Hello') = " + echo.echo("Hello")); } } ### 1\.3. Notes and Warnings {#idm2650880} Finally, we use three visual styles to draw attention to information that might otherwise be overlooked. ### Note Notes are tips, shortcuts or alternative approaches to the task at hand. Ignoring a note should have no negative consequences, but you might miss out on a trick that makes your life easier. ### Important Important boxes detail things that are easily missed: configuration changes that only apply to the current session, or services that need restarting before an update will apply. Ignoring a box labeled “Important” will not cause data loss but may cause irritation and frustration. ### Warning Warnings should not be ignored. Ignoring warnings will most likely cause data loss. ## 2\. We want feedback {#idp20017248} If you find errors or have suggestions for improvement, we want your advice. Submit a report in Bugzilla against the product `Fedora` and the component `install-guide`. The following link automatically loads this information for you: https://bugzilla.redhat.com/enter\_bug.cgi?product=Fedora&component=install-guide. In Bugzilla: 1. Provide a short summary of the error or your suggestion in the `Summary` field. 1. Copy the following template into the `Description` field and give us the details of the error or suggestion as specifically as you can. If possible, include some surrounding text so we know where the error occurs or the suggestion fits. Document URL: Section number and name: Error or suggestion: Additional information: 1. Click the Submit Bug button. ## 3\. Acknowledgments {#idm26662992} Certain portions of this text first appeared in the _Red Hat Enterprise Linux Installation Guide_, copyright © 2011 Red Hat, Inc. and others, published by Red Hat at . # Introduction {#ch-introduction} This guide covers installation of Fedora, a Linux distribution built on free and open source software. This manual helps you install Fedora on desktops, laptops, and servers. The installation system is easy to use even if you lack previous knowledge of Linux or computer networks. If you select default options, Fedora provides a complete desktop operating system, including productivity applications, Internet utilities, and desktop tools. This document details the full range of installation options, including those that apply only in limited or unusual circumstances. The _Fedora 20 Installation Quick Start Guide_ provides a much-abbreviated set of instructions for downloading Fedora, creating an installation disc, and installing Fedora on a typical desktop or laptop computer. The _Fedora 20 Installation Quick Start Guide_ is available from [https://docs.fedoraproject.org/en-US/Fedora/20/html/Installation\_Quick\_Start\_Guide/index.html](https://docs.fedoraproject.org/en-US/Fedora/20/html/Installation_Quick_Start_Guide/index.html). ## 1\. Background {#sn-background} ### 1\.1. About Fedora {#sn-about-fedora} To find out more about Fedora, refer to . To read other documentation on Fedora related topics, refer to . ### 1\.2. Getting Additional Help {#sn-additional-help} For information on additional help resources for Fedora, visit . ## 2\. About This Document {#sn-about-document} ### 2\.1. Goals {#sn-goals} This guide helps a reader: 1. Understand how to locate the Fedora distribution online 1. Create configuration data that allows a computer to boot Fedora 1. Understand and interact with the Fedora installation program 1. Complete basic post-installation configuration of a Fedora system ### Other Sources of Documentation This guide does not cover use of Fedora. To learn how to use an installed Fedora system, refer to for other documentation. ### 2\.2. Audience {#sn-audience} This guide is intended for Fedora users of all levels of experience. However, it treats the installation process and its many options in far greater detail than most novice users are likely to require. You do not need to read and understand this entire document to install Fedora on a computer. This document is most likely to help experienced users perform advanced and unusual installations. # Chapter 1. Quick Start for Experts {#ch-experts-quickstart} This section offers a very brief overview of installation tasks for experienced readers who are eager to get started. Note that many explanatory notes and helpful hints appear in the following chapters of this guide. If an issue arises during the installation process, consult the appropriate chapters in the full guide for help. ### Experts Only This section is intended only for experts. Other readers may not be familiar with some of the terms in this section, and should move on to [Chapter 2, _Obtaining Fedora_](#ch-new-users "Chapter 2. Obtaining Fedora") instead. ## 1\.1. Overview {#sn-expert-overview} The installation procedure is fairly simple, and consists of only a few steps: 1. Download files to make media or another bootable configuration. 1. Prepare system for installation. 1. Boot the computer and run the installation process. 1. Reboot and perform post-installation configuration. ## 1\.2. Download Files {#sn-expert-download} Do any one of the following: ### Verify your downloads Downloads may fail for any number of reasons. Always verify the sha256sum of the downloaded files. 1. Download the ISO image for a Live image. Create CD media from the ISO file using your preferred application. You may also use the livecd-tools package to write the image to other bootable media such as a USB flash disk. To install the distribution to your hard disk, use the shortcut on the desktop after you log in. 1. Download the ISO images for the full distribution on DVD. Create DVD media from the ISO files using your preferred application, or put the images on a Windows FAT32 or Linux ext2, ext3, or ext4 partition. 1. Download the `netinst.iso` image for a minimal boot CD or USB flash drive. Write the image to the appropriate physical media to create bootable media. The boot media contains no packages but must be pointed at a hard disk or online repository to complete the installation. 1. Download the `vmlinuz` kernel file and the `initrd.img` ramdisk image from the distribution's `isolinux/` directory. Configure your operating system to boot the kernel and load the ramdisk image. For further information on installation without media, refer to [Chapter 12, _Installing Without Media_](#ap-medialess-install "Chapter 12. Installing Without Media"). For information on setting up a network boot server from which you can install Fedora, refer to [Chapter 13, _Setting Up an Installation Server_](#ap-install-server "Chapter 13. Setting Up an Installation Server"). To learn how to turn ISO images into CD or DVD media, refer to _Making Fedora Discs_ available from . ## 1\.3. Prepare for Installation {#sn-expert-prepare} Back up any user data you need to preserve. ### Resizing Partitions The installation program provides functions for resizing ext2, ext3, ext4, and NTFS formatted partitions. Refer to [Section 9.14, “Creating a Custom Partition Layout”](#s1-diskpartitioning-x86 "9.14. Creating a Custom Partition Layout") for more information. ## 1\.4. Install Fedora {#sn-expert-install} Boot from the desired media, with any options appropriate for your hardware and installation mode. Refer to [Chapter 11, _Boot Options_](#ap-admin-options "Chapter 11. Boot Options") for more information about boot options. If you boot from the Live CD, select the Install to Hard Disk option from the desktop to run the installation program. (Alternatively, the option can be found in Applications → System Tools.) If you boot from minimal media or a downloaded kernel, select a network or hard disk resource from which to install. Proceed through all the steps of the installation program. The installation program does not change your system until you make a final confirmation to proceed. When installation is finished, reboot your system. # Chapter 2. Obtaining Fedora {#ch-new-users} This chapter explains how to get the files you need to install and run Fedora on your computer. Concepts in this chapter may be new, especially if this is your first free and open source operating system. If you have any trouble with this chapter, find help by visiting the Fedora Forums at . The Fedora Project distributes Fedora in many ways, mostly free of cost and downloaded over the Internet. The most common distribution method is CD and DVD media. There are several types of CD and DVD media available, including: * A full set of the software on DVD media * Live images you can use to try Fedora, and then install to your system if you so choose * Reduced-size bootable CD and USB flash disk images you can use to install over an Internet connection * Source code on DVD media Most users want the Fedora Live image or the full set of installable software on DVD. The reduced bootable images are suitable for use with a fast Internet connection and install Fedora on one computer. Source code discs are not used for installing Fedora, but are resources for experienced users and software developers. Users with a broadband Internet connection can download _ISO images_ of CD and DVD media or images of USB flash disks. An ISO image is a copy of an entire disc in a format suitable for writing directly to a CD or DVD. A USB flash disk image is a copy of an entire disk in a format suitable for writing directly to a USB flash disk. For more information on burning CDs and DVDs, refer to [Chapter 3, _Making Media_](#sn-making-media "Chapter 3. Making Media"). If downloading the Fedora ISO images and burning them to CD or DVD is impossible or impractical for you, refer to [Section 2.2, “Obtaining Fedora on CD or DVD”](#sect-Obtaining_Fedora-Obtaining_Fedora_on_CD_or_DVD "2.2. Obtaining Fedora on CD or DVD") to learn about other ways that you can obtain Fedora. ## 2\.1. Downloading Fedora {#sect-Obtaining_Fedora-Downloading_Fedora} ### 2\.1.1. How Do I Download Installation Files? {#sn-howto-download} ### Download Links To follow a Web-based guide to downloading, visit . For guidance on which architecture to download, refer to [Section 2.1.2, “Which Architecture Is My Computer?”](#sn-which-arch "2.1.2. Which Architecture Is My Computer?"). Fedora software is available for download at no cost in a variety of ways. #### 2\.1.1.1. From a Mirror {#sn-which-download-mirror} The Fedora installation files are freely available from web servers located in many parts of the world. These servers _mirror_ the files available from the Fedora Project. If you visit , you are redirected to a mirror, based on a calculation of which mirror is likely to offer you the best download speed. Alternatively, you can choose a mirror from the list maintained at . This page lists mirrors according to geographic location. The mirrors geographically closest to you are likely to provide you with the fastest downloads. If the company or organization that provides your internet access maintains a mirror, this mirror is likely to provide you with the fastest downloads of all. Mirrors publish Fedora software under a well-organized hierarchy of folders. For example, the Fedora 20 distribution normally appears in the directory `fedora/linux/releases/20/`. This directory contains a folder for each architecture supported inside that folder, in a folder called `iso/`. For example, you can find the file for the DVD distribution of Fedora 20 for x86\_64 at `fedora/linux/releases/20/Fedora/x86_64/iso/Fedora-20-x86_64-DVD.iso`. #### 2\.1.1.2. From BitTorrent {#sn-which-download-bt} BitTorrent is a way to download information in cooperation with other computers. Each computer cooperating in the group downloads pieces of the information in a particular torrent from other peers in the group. Computers that have finished downloading all the data in a torrent remain in the swarm to _seed_, or provide data to other peers. If you download using BitTorrent, as a courtesy you should seed the torrent at least until you have uploaded the same amount of data you downloaded. If your computer does not have software installed for BitTorrent, visit the BitTorrent home page at to download it. BitTorrent client software is available for Windows, Mac OS, Linux, and many other operating systems. You do not need to find a special mirror for BitTorrent files. The BitTorrent protocol ensures that your computer participates in a nearby group. To download and use the Fedora BitTorrent files, visit . ### Minimal Boot Images Minimal boot CD and USB flash disk images are not available through BitTorrent. ### Verify your download Once you have downloaded an ISO, verify it for security and integrity. To follow a web-based guide, visit . ### 2\.1.2. Which Architecture Is My Computer? {#sn-which-arch} Releases are separated by _architecture_, or type of computer processor. Use the following table to determine the architecture of your computer according to the type of processor. Consult your manufacturer's documentation for details on your processor, if necessary. Table 2.1. Processor and architecture types |Processor manufacturer and model|Architecture type for Fedora| |-| |Intel Atom (see note below,) Core series, Pentium 4, and recent vintage Xeon; AMD Athlon, Duron, some Semprons; and older; VIA C3, C7|`i386` (32-bit)| |Intel Atom (See note below), Core 2 series, Core i series and Xeon; AMD: Athlon 64, Athlon II, Sempron64, Phenom series, Fusion series, Bulldozer series and Opteron; Apple MacBook, MacBook Pro, and MacBook Air|`x86_64` (64-bit)|
### `i386` Works for Most Windows Compatible Computers If you are unsure what type of processor your computer uses, choose `i386`. The exception is if your computer is a non-Intel based Apple Macintosh. Refer to for more information on using Fedora on these systems. ### Intel Atom Processor Architectures Vary The Z Series and N200 Series Atom processors are based on the `i386` architecture. The 230 and 330 Series and the rest of the N Series Atom processors are based on the `x86_64` architecture. Refer to for more details. ### Fedora supports UEFI only on 64bit systems Fedora only supports UEFI booting on 64-bit systems. Users with 32bit systems or those who wish to use 32-bit Fedora on a 64-bit system will need to use BIOS-style or `CSM>` boot methods. This change is made in the system firmware's menu, refer to your manufacturer's documentation for details. ### 2\.1.3. Which Files Do I Download? {#sn-which-files} You have several options to download Fedora. Read the options below to decide the best one for you. Each file available for download in a Fedora distribution includes the architecture type in the file name. For example, the file for the DVD distribution of Fedora 20 for x86\_64 is named `Fedora-20-x86_64-DVD.iso`. Refer to [Section 2.1.2, “Which Architecture Is My Computer?”](#sn-which-arch "2.1.2. Which Architecture Is My Computer?") if you are unsure of your computer's architecture. 1. Full Distribution on DVD.  If you have plenty of time, a fast Internet connection, and wish a broader choice of software on the install media, download the full DVD version. Once burned to DVD, the media is bootable and includes an installation program. The DVD version contains a mode to perform rescue operations on your Fedora system in an emergency. You can download the DVD version directly from a mirror, or via BitTorrent. 1. Live Image.  If you want to try Fedora before you install it on your computer, download the Live image version. If your computer supports booting from CD or USB, you can boot the operating system without making any changes to your hard disk. If you decide you like what you see, and want to install it, select `Install to Hard Drive` on the desktop to copy Fedora to your hard disk (alternatively, in GNOME, a shortcut can be found in the Activities menu). You can download the Live image directly from a mirror, or using BitTorrent. For more detailed instructions on setting up a Live image installation, including selecting a language for the installation process, refer to the _Fedora Installation Quick Start Guide_. 1. Minimal Boot Media.  If you have a fast Internet connection but do not want to download the entire distribution, you can download a small boot image. Fedora offers images for a minimal boot environment on CD. Once you boot your system with the minimal media, you can install Fedora directly over the Internet. Although this method still involves downloading a significant amount of data over the Internet, it is almost always much less than the size of the full distribution media. Once you have finished installation, you can add or remove software to your system as desired. ### Download Size Installing the default software for Fedora over the Internet requires more time than the Live image, but less time than the entire DVD distribution. Actual results depend on the software you select and network traffic conditions. You can also download the images directly from a mirror, instead of browsing through The following table explains where to find the desired files on a mirror site. Replace _`arch`_ with the architecture of the computer being installed. If you don't have a preferred mirror, the url `http://download.fedoraproject.org` will automatically resolve one. Table 2.2. Locating files |Media type|File locations| |-| |Full distribution on DVD|``fedora/linux/releases/20/Fedora/_`arch`_/iso/Fedora-20-_`arch`_-DVD.iso``| |Live image|``fedora/linux/releases/20/Live/_`arch`_/iso/Fedora-Live-Desktop-_`arch`_-20-1.iso``, ``fedora/linux/releases/20/Live/_`arch`_/iso/Fedora-Live-KDE-_`arch`_-20-1.iso``| |Minimal CD boot media|``fedora/linux/releases/20/Fedora/_`arch`_/iso/Fedora-20-_`arch`_-netinst.iso``|
## 2\.2. Obtaining Fedora on CD or DVD {#sect-Obtaining_Fedora-Obtaining_Fedora_on_CD_or_DVD} If you do not have a fast Internet connection, or if you have a problem creating boot media, downloading may not be an option. Fedora DVD and CD distribution media is available from a number of online sources around the world at a minimal cost. Use your favorite Web search engine to locate a vendor, or refer to . # Chapter 3. Making Media {#sn-making-media} Use the methods described in this section to create the following types of installation and boot media: * an installation DVD * a USB flash drive to use as an installation source * a minimal boot CD or DVD that can boot the installer * a USB flash drive to boot the installer The following table indicates the types of boot and installation media available for different architectures and notes the image file that you need to produce the media. Table 3.1. Boot and installation media |Architecture|Installation DVD|Installation USB flash drive|Boot CD or boot DVD|Boot USB flash drive|Live image DVD or USB flash drive| |-| |BIOS-based 32-bit x86|x86 DVD ISO image file|x86 DVD ISO image file|x86 netinst ISO image file|x86 netinst ISO image file|x86 Live ISO image file| |UEFI-based 32-bit x86|Not available| |BIOS-based AMD64 and Intel 64|x86\_64 DVD ISO image file (to install 64-bit operating system) or x86 DVD ISO image file (to install 32-bit operating system)|x86\_64 DVD ISO image file (to install 64-bit operating system) or x86 DVD ISO image file (to install 32-bit operating system)|x86\_64 netinst ISO image file|x86\_64 netinst ISO image file|x86\_64 Live ISO image file| |UEFI-based AMD64 and Intel 64|x86\_64 DVD ISO image file|x86\_64 DVD ISO image file|x86\_64 netinst ISO image file|x86\_64 netinst ISO image file|x86\_64 Live ISO image file|
## 3\.1. Making an installation DVD {#sn-making-disc-media} You can make an installation DVD using the disc burning software on your computer. The exact series of steps that produces a DVD from an ISO image file varies greatly from computer to computer, depending on the operating system and disc burning software installed. Use this procedure as a general guide. You might be able to omit certain steps on your computer, or might have to perform some of the steps in a different order from the order described here. Make sure that your disc burning software is capable of burning discs from image files. Although this is true of most disc burning software, exceptions exist. In particular, note that the disc burning feature built into Windows XP and Windows Vista cannot burn DVDs; and that earlier Windows operating systems did not have any disc burning capability installed by default at all. Therefore, if your computer has a Windows operating system prior to Windows 7 installed on it, you need a separate piece of software for this task. Examples of popular disc burning software for Windows that you might already have on your computer include Nero Burning ROM and Roxio Creator. The Disk Utility software installed by default with Mac OS X on Apple computers has the capability to burn discs from images built into it already. Most widely-used DVD burning software for Linux, such as Brasero and K3b, also includes this capability. 1. Download an ISO image file of a Fedora 20 disc as described in [Chapter 2, _Obtaining Fedora_](#ch-new-users "Chapter 2. Obtaining Fedora"). 1. Insert a blank, writeable disc into your computer's disc burner. On some computers, a window opens and displays various options when you insert the disc. If you see a window like this, look for an option to launch your chosen disc burning program. If you do not see an option like this, close the window and launch the program manually. 1. Launch your disc burning program. On some computers, you can do this by right-clicking (or control-clicking) on the image file and selecting a menu option with a label like Copy image to DVD, or Copy CD or DVD image. Other computers might provide you with a menu option to launch your chosen disc burning program, either directly or with an option like Open With. If none of these options are available on your computer, launch the program from an icon on your desktop, in a menu of applications such as the Start menu on Windows operating systems, or in the Mac `Applications` folder. 1. In your disc burning program, select the option to burn a DVD from an image file. For example, in Nero Burning ROM, this option is called Burn Image and is located on the File menu. Note that you can skip this step when using certain DVD burning software; for example, Disk Utility on Mac OS X does not require it. 1. Browse to the ISO image file that you downloaded previously and select it for burning. 1. Click the button that starts the burning process. On some computers, the option to burn a disc from an ISO file is integrated into a _context menu_ in the file browser. For example, when you right-click an ISO file on a computer with a Linux or UNIX operating system that runs the GNOME desktop, the Nautilus file browser presents you with the option to Write to disk. ## 3\.2. Preparing a USB flash drive as an installation source {#Making_USB_Media} ### Ensure your USB media has sufficient space Your USB media will need free space equal to the size of the ISO you obtained in [Chapter 2, _Obtaining Fedora_](#ch-new-users "Chapter 2. Obtaining Fedora"). For example, a 2.2GB DVD ISO will need 2.2GB of free space on the USB drive, but having slightly more free space on the drive is ideal. ### Unusual USB Media In a few cases with oddly formatted or partitioned USB media, image writing may fail. ### 3\.2.1. Making Fedora USB Media on a Windows Operating System {#Making_USB_Media-Windows} ### Note — This Method Is Not Destructive This method is not destructive, so existing data on the media is not harmed. Nevertheless, it is always a good idea to back up important data before performing sensitive disk operations. The most straightforward way to place a Fedora image on USB media using a Windows operating system is to transfer the Fedora live image to the USB device with the LiveUSB Creator tool. Note that the dd tool discussed in [Section 3.2.2, “Making Fedora USB Media in UNIX, Linux, and Similar Operating Systems”](#Making_USB_Media-UNIX_Linux "3.2.2. Making Fedora USB Media in UNIX, Linux, and Similar Operating Systems") is also available for Windows. Follow the instructions in that section to use an implementation of dd for Windows operating systems. The instructions in this section assume that you will use LiveUSB Creator. 1. Download the LiveUSB Creator program for Windows from . 1. LiveUSB Creator can create live USB media either from an image file that you downloaded previously, as described in [Section 2.1.3, “Which Files Do I Download?”](#sn-which-files "2.1.3. Which Files Do I Download?"), or it can download an image file from the Internet. Either: * click the Browse button under the Use existing LiveCD label, browse to the location where you previously downloaded a Fedora Live ISO file, and select that file. * select a Fedora Live ISO file from the drop-down menu that LiveUSB Creator presents under the Download Fedora label. Note that image files are large and that it is probably impractical to use LiveUSB Creator to download an image file if you do not have a broadband connection to the Internet. 1. Click Create Live USB. ### 3\.2.2. Making Fedora USB Media in UNIX, Linux, and Similar Operating Systems {#Making_USB_Media-UNIX_Linux} A graphical tool is available to create Fedora USB media on systems that run Fedora or operating systems derived from Fedora. To create Fedora USB media on other UNIX or Linux operating systems (including Mac OS X), use the command-line method described in [Section 3.2.2.1.3, “Making Fedora USB Media with dd”](#Making_USB_Media-UNIX_Linux-RHEL_Fedora-dd "3.2.2.1.3. Making Fedora USB Media with dd"). #### 3\.2.2.1. Creating Fedora USB Media in Fedora and similar Linux distributions {#Making_USB_Media-UNIX_Linux-RHEL_Fedora} Graphical and command-line tools are available to create Fedora USB media on computers that run Fedora and Linux distributions derived from Fedora. The command line tools work with both Fedora DVD and live images, but the graphical tool works only with live images. To create Fedora USB media from the distribution image or minimal boot media image, use one of the command line methods described in [Section 3.2.2.1.2, “Making Fedora USB Media with livecd-tools”](#Making_USB_Media-UNIX_Linux-RHEL_Fedora-livecd-tools "3.2.2.1.2. Making Fedora USB Media with livecd-tools") and [Section 3.2.2.1.3, “Making Fedora USB Media with dd”](#Making_USB_Media-UNIX_Linux-RHEL_Fedora-dd "3.2.2.1.3. Making Fedora USB Media with dd"). ##### 3\.2.2.1.1. Making Fedora USB Media with a graphical tool {#Making_USB_Media-UNIX_Linux-RHEL_Fedora-graphical} ### Important — Enable Extra Packages for Enterprise Linux To perform this procedure on Linux distributions derived from Fedora, enable the _Extra Packages for Enterprise Linux_ (EPEL) repository. Refer to for instructions. ### Note — This Method Is Not Destructive This method is not destructive, so existing data on the media is not harmed. Nevertheless, it is always a good idea to back up important data before performing sensitive disk operations. 1. Install the liveusb-creator on your system with your graphical package manager, or the following command: **su -c 'yum -y install liveusb-creator'** 1. Plug in your USB media. 1. Launch LiveUSB Creator, either from a menu or by entering **liveusb-creator** on the command line. Enter the root password for your system when LiveUSB Creator prompts you for it. 1. LiveUSB Creator can create live USB media either from an image file that you downloaded previously, as described in [Section 2.1.3, “Which Files Do I Download?”](#sn-which-files "2.1.3. Which Files Do I Download?"), or it can download an image file from the Internet. Either: * click the Browse button under the Use existing LiveCD label, browse to the location where you previously downloaded a Fedora Live ISO file, and select that file. * select a Fedora Live ISO file from the drop-down menu that LiveUSB Creator presents under the Download Fedora label. Note that image files are large and that it is probably impractical to use LiveUSB Creator to download an image file if you do not have a broadband connection to the Internet. 1. Click Create Live USB. ##### 3\.2.2.1.2. Making Fedora USB Media with livecd-tools {#Making_USB_Media-UNIX_Linux-RHEL_Fedora-livecd-tools} ### Important — Enable Extra Packages for Enterprise Linux To perform this procedure on Linux distributions derived from Fedora, enable the _Extra Packages for Enterprise Linux_ (EPEL) repository. Refer to for instructions. ### Note — This Method Is Not Destructive This method is not destructive, so existing data on the media is not harmed. Nevertheless, it is always a good idea to back up important data before performing sensitive disk operations. 1. Install the livecd-tools package on your system with your graphical package manager, or the following command: **su -c 'yum -y install livecd-tools'** 1. Plug in your USB flash drive. 1. Find the flash drive's device name. If the media has a volume name, use it to look up the device name in `/dev/disk/by-label`, or use the **findfs** command: **findfs LABEL=_`MyLabel`_** If the media does not have a volume name or you do not know it, you can also use the **dmesg** command shortly after connecting the media to your computer. After running the command, the device name (such as `sdb` or `sdc`) should appear in several lines towards the end of the output. 1. Use the **livecd-iso-to-disk** command to write the ISO image to the media: **su -c 'livecd-iso-to-disk _`the_image.iso`_/dev/_`sdX1`_'** Replace _`sdX1`_ with the device name for the partition on the USB media. Most flash drives and external hard disks use only one partition. If you have changed this behavior or have oddly partitioned media, you may need to consult other sources of help. ##### 3\.2.2.1.3. Making Fedora USB Media with dd {#Making_USB_Media-UNIX_Linux-RHEL_Fedora-dd} ### Warning — These instructions could destroy data When you perform this procedure any data on the USB flash drive is destroyed with no warning. Make sure that you specify the correct USB flash drive, and make sure that this flash drive does not contain any data that you want to keep. ### Note The Fedora Project recommends using livecd-tools rather than dd for creating USB media whenever possible. 1. Plug in your USB flash drive. 1. Find the flash drive's device name. If the media has a volume name, use it to look up the device name in `/dev/disk/by-label`, or use the **findfs** command: **findfs LABEL=_`MyLabel`_** If the media does not have a volume name or you do not know it, you can also use the **dmesg** command shortly after connecting the media to your computer. After running the command, the device name (such as `sdb` or `sdc`) should appear in several lines towards the end of the output. 1. Use the **dd** command to transfer the boot ISO image to the USB device: **su -c 'dd if=_`path/image_name`_.iso of=/dev/_`device`_ bs=_`block size`_'** where _`path/image_name`_.iso is the boot ISO image file that you downloaded and ``_`device`_`` is the device name for the USB flash drive. Ensure you specify the device name (such as `sdc`), not the partition name (such as `sdc1`). The `bs` option specifies the block size; it can be omitted, but specifying it will speed up the process. For example: **su -c 'dd if=~/Downloads/Fedora-Live-Desktop-x86_64-20-1.iso of=/dev/sdc bs=512k'** #### 3\.2.2.2. Making Fedora USB Media in other Linux Distributions {#Making_USB_Media-UNIX_Linux-other} To create Fedora USB media from a DVD or live image on a computer that uses a Linux distribution other than Fedora and those derived from Fedora, use one of the command-line procedures detailed in this section. ##### 3\.2.2.2.1. Making Fedora USB Media with livecd-tools {#Making_USB_Media-UNIX_Linux-other_livecd-tools} ### Note — This Method Is Not Destructive This method is not destructive, so existing data on the media is not harmed. Nevertheless, it is always a good idea to back up important data before performing sensitive disk operations. This method works only on Linux operating systems. 1. Download a DVD or live ISO image for Fedora as shown in [Section 2.1.3, “Which Files Do I Download?”](#sn-which-files "2.1.3. Which Files Do I Download?") 1. Plug in your USB flash drive. 1. Find the flash drive's device name. If the media has a volume name, use it to look up the device name in `/dev/disk/by-label`, or use the **findfs** command: **findfs LABEL=_`MyLabel`_** If the media does not have a volume name or you do not know it, you can also use the **dmesg** command shortly after connecting the media to your computer. After running the command, the device name (such as `sdb` or `sdc`) should appear in several lines towards the end of the output. 1. Many Linux distributions automatically _mount_ USB media devices when you connect the device to your computer. If this is the case, unmount the device. The specific method to do this varies widely between Linux distributions and desktops. Some common methods include: * select File > Unmount if the operating system presents you with a window that displays the contents of the device. * right-click on an icon of the device and click Unmount. * click on an icon that represents ejecting the media — commonly, an upward-pointing triangle. 1. At a command line, type **su -** to become root, and enter the root password when your system prompts you. 1. Create a _mount point_ for the image that you downloaded. For example, to use `/tmp/livecd` as the mount point, type **mkdir /tmp/livecd** and press **Enter**. 1. Mount the image with the following command: **mount -o loop _`/path/to/image/file/imagefile.iso`_ _`/path/to/mount/point`_**, where _`/path/to/image/file`_ is the location of the image file that you downloaded, `imagefile.iso` is the image file, and _`/path/to/mount/point`_ is the mount point that you just created. 1. Change directory to the `LiveOS` directory of the image that you just mounted. mount point where you just mounted the Fedora image. For example, **cd /tmp/livecd/LiveOS**. 1. Run the following command: **./livecd-iso-to-disk _`/path/to/image/file/imagefile.iso`_ _`device`_**, where ``_`/path/to/image/file`_`` is the location of the image file that you downloaded, ``_`imagefile.iso`_`` is the image file, and ``_`device`_`` is the USB media device. Example 3.1. Mounting a Fedora live image file and using livecd-iso-to-disk to create live USB media You have downloaded a Fedora live image, `Fedora-Live-Desktop-x86_64-20-1.iso`, to a folder named `Downloads` in your home directory. You have a USB flash drive plugged into your computer, named `/dev/sdc`, with a partition named `/dev/sdc1` Become root: su - Make a mount point for the image: mkdir /mnt/livecd Mount the image: mount -o loop /home/_`Username`_/Downloads/Fedora-Live-Desktop-x86_64-20-1.iso /mnt/livecd Change into the `LiveOS` directory of the live CD image: cd /mnt/livecd/LiveOS Run livecd-iso-to-disk to transfer the live image to the partition on your flash drive and make the flash drive bootable: ./livecd-iso-to-disk /home/_`Username`_/Downloads/Fedora-Live-Desktop-x86_64-20-1.iso /dev/sdc1
##### 3\.2.2.2.2. Making Fedora USB Media with dd {#Making_USB_Media-UNIX_Linux-other-dd} ### Warning — These instructions could destroy data When you perform this procedure any data on the USB flash drive is destroyed with no warning. Make sure that you specify the correct USB flash drive, and make sure that this flash drive does not contain any data that you want to keep. ### Note The Fedora Project recommends using livecd-tools rather than dd for creating USB media whenever possible. Use this method for the distribution image, the minimal boot media image, or on systems with a UNIX operating system (including Mac OX X). 1. Plug in your USB flash drive. 1. Find the flash drive's device name. If the media has a volume name, use it to look up the device name in `/dev/disk/by-label`, or use the **findfs** command: **findfs LABEL=_`MyLabel`_** If the media does not have a volume name or you do not know it, you can also use the **dmesg** command shortly after connecting the media to your computer. After running the command, the device name (such as `sdb` or `sdc`) should appear in several lines towards the end of the output. 1. Use the **dd** command to transfer the boot ISO image to the USB device: **su -c 'dd if=_`path/image_name`_.iso of=/dev/_`device`_ bs=_`block size`_'** where _`path/image_name`_.iso is the boot ISO image file that you downloaded and ``_`device`_`` is the device name for the USB flash drive. Ensure you specify the device name (such as `sdc`), not the partition name (such as `sdc1`). The `bs` option specifies the block size; it can be omitted, but specifying it will speed up the process. For example: **su -c 'dd if=~/Downloads/Fedora-Live-Desktop-x86_64-20-1.iso of=/dev/sdc bs=512k'** ## 3\.3. Making Minimal Boot Media {#Making_Minimal_Boot_Media} A piece of _minimal boot media_ is a CD, DVD, or USB flash drive that contains the software to boot the system and launch the installation program, but which does not contain the software that must be transferred to the system to create a Fedora installation. Use minimal boot media: * to boot the system to install Fedora over a network * to boot the system to install Fedora from a hard drive * to use a kickstart file during installation (refer to [Section 15.8.1, “Creating Kickstart Boot Media”](#s2-kickstart2-boot-media "15.8.1. Creating Kickstart Boot Media") * to commence a network or hard-drive installation or to use an anaconda update or a kickstart file with a DVD installation. To make minimal boot media: 1. Download the ISO image file named `netinst.iso` that is available at the same location as the images of the Fedora 20 installation DVD — refer to [Chapter 2, _Obtaining Fedora_](#ch-new-users "Chapter 2. Obtaining Fedora"). 1. Burn `netinst.iso` to a blank CD or DVD using the same procedure detailed in [Section 3.1, “Making an installation DVD”](#sn-making-disc-media "3.1. Making an installation DVD") for the installation disc, or transfer the `netinst.iso` file to a USB device with the dd command as detailed in [Section 3.2, “Preparing a USB flash drive as an installation source”](#Making_USB_Media "3.2. Preparing a USB flash drive as an installation source"). As the `netinst.iso` file is only around 300 MB in size, you do not need an especially large USB flash drive. # Part I. Installation and Booting {#pt-install-info-x86} This part of the _Fedora Installation Guide_ details the installation process itself, from various methods of booting the installer up to the point where the computer must restart to finalize the installation. This part of the manual also includes a chapter on troubleshooting problems with the installation process. ## Chapter 4. Planning for Installation on the x86 Architecture {#ch-steps-x86} ## 4\.1. Upgrade or Install? {#idm18673136} For information to help you determine whether to perform an upgrade or an installation refer to [Chapter 18, _Upgrading Your Current System_](#ch-upgrade-x86 "Chapter 18. Upgrading Your Current System"). ## 4\.2. Is Your Hardware Compatible? {#sn-Is_Your_Hardware_Compatible-x86} Hardware compatibility is particularly important if you have an older system or a system that you built yourself. Fedora 20 should be compatible with most hardware in systems that were factory built within the last two years. However, hardware specifications change almost daily, so it is difficult to guarantee that your hardware is 100% compatible. If you have issues with your hardware, consider one of the following: |_Consult the release notes for minimum system requirements_ at .| |_Seek Support_ at [http://fedoraproject.org/wiki/Communicating\_and\_getting\_help](http://fedoraproject.org/wiki/Communicating_and_getting_help)| |_Check online compatibility lists,_ such as and | ## 4\.3.  RAID and Other Disk Devices {#sn-partitioning-raid-x86} ### Important — Systems with Intel BIOS RAID sets Fedora 20 uses mdraid instead of dmraid for installation onto Intel BIOS RAID sets. These sets are detected automatically, and devices with Intel ISW metadata are recognized as mdraid instead of dmraid. Note that the device node names of any such devices under mdraid are different from their device node names under dmraid. Therefore, special precautions are necessary when you migrate systems with Intel BIOS RAID sets. Local modifications to `/etc/fstab`, `/etc/crypttab` or other configuration files which refer to devices by their device node names will not work in Fedora 20. Before migrating these files, you must therefore edit them to replace device node paths with device UUIDs instead. You can find the UUIDs of devices with the **blkid** command. ### 4\.3.1.  Hardware RAID {#sn-partitioning-raid-hw-x86} RAID, or Redundant Array of Independent Disks, allows a group, or array, of drives to act as a single device. Configure any RAID functions provided by the mainboard of your computer, or attached controller cards, before you begin the installation process. Each active RAID array appears as one drive within Fedora. On systems with more than one hard drive you may configure Fedora to operate several of the drives as a Linux RAID array without requiring any additional hardware. ### 4\.3.2.  Software RAID {#sn-partitioning-raid-sw-x86} You can use the Fedora installation program to create Linux software RAID arrays, where RAID functions are controlled by the operating system rather than dedicated hardware. These functions are explained in detail in [Section 9.14, “Creating a Custom Partition Layout”](#s1-diskpartitioning-x86 "9.14. Creating a Custom Partition Layout"). ### 4\.3.3.  FireWire and USB Disks {#sn-partitioning-fw-usb-x86} Some FireWire and USB hard disks may not be recognized by the Fedora installation system. If configuration of these disks at installation time is not vital, disconnect them to avoid any confusion. ### Post-installation Usage You can connect and configure external FireWire and USB hard disks after installation. Most such devices are recognized by the kernel and available for use at that time. ## 4\.4. Do You Have Enough Disk Space? {#Disk_Space-x86} Nearly every modern-day operating system (OS) uses _disk partitions_, and Fedora is no exception. When you install Fedora, you may have to work with disk partitions. If you have not worked with disk partitions before (or need a quick review of the basic concepts), refer to [Appendix A, _An Introduction to Disk Partitions_](#ch-partitions-x86 "Appendix A. An Introduction to Disk Partitions") before proceeding. The disk space used by Fedora must be separate from the disk space used by other OSes you may have installed on your system, such as Windows, OS/2, or even a different version of Linux. For x86, AMD64, and Intel 64 systems, at least two partitions (`/` and `swap`) must be dedicated to Fedora. Before you start the installation process, you must * have enough _unpartitioned[[1]](#ftn.idm7825664)_ disk space for the installation of Fedora, or * have one or more partitions that may be deleted, thereby freeing up enough disk space to install Fedora. To gain a better sense of how much space you really need, refer to the recommended partitioning sizes discussed in [Section 9.14.5, “Recommended Partitioning Scheme”](#s2-diskpartrecommend-x86 "9.14.5. Recommended Partitioning Scheme"). If you are not sure that you meet these conditions, or if you want to know how to create free disk space for your Fedora installation, refer to [Appendix A, _An Introduction to Disk Partitions_](#ch-partitions-x86 "Appendix A. An Introduction to Disk Partitions"). ## 4\.5. Selecting an Installation Method {#s1-installmethod-x86} What type of installation method do you wish to use? The following installation methods are available: DVD : If you have a DVD drive and the Fedora DVD you can use this method. Refer to [Section 8.1.1, “Installing from DVD”](#s1-begininstall-cd-inst-x86 "8.1.1. Installing from DVD"), for DVD installation instructions. If you booted the installation from a piece of media other than the installation DVD, you can specify the DVD as the installation source with the **linux repo=cdrom:_`device`_:/_`device`_** boot option, or by selecting Local CD/DVD on the Installation Method menu (refer to [Section 8.1, “Installation Method”](#s1-installationmethod-x86 "8.1. Installation Method")). Live : If you have a optical or USB drive and the Fedora Live image you can use this method. The live CD desktop includes an icon labeled Install to Hard Drive. Refer to [Section 8.1.1, “Installing from DVD”](#s1-begininstall-cd-inst-x86 "8.1.1. Installing from DVD") for installation instructions. Hard Drive : If you have copied the Fedora ISO images to a local hard drive, you can use this method. Add the boot option **linux repo=hd:_`device`_:/_`path`_** or you select ISO file: from the Installation Source menu after starting the installation. (refer to [Section 8.1, “Installation Method”](#s1-installationmethod-x86 "8.1. Installation Method")). Refer to [Section 8.1.2, “Installing from a Hard Drive”](#s1-begininstall-hd-x86 "8.1.2. Installing from a Hard Drive"), for hard drive installation instructions. If your system already has GRUB installed, you can set up a completely medialess installation with the instructions at [Chapter 12, _Installing Without Media_](#ap-medialess-install "Chapter 12. Installing Without Media"). NFS : If you are installing from an NFS server using ISO images or a mirror image of Fedora, you can use this method. You need a boot CD-ROM (use the **linux repo=nfs:_`server`_ _`:options`_:/_`path`_** boot option, or the NFS directory option on the Installation Method menu described in [Section 8.1, “Installation Method”](#s1-installationmethod-x86 "8.1. Installation Method")). Refer to [Section 8.1.3, “Installing via NFS”](#s1-begininstall-nfs-x86 "8.1.3. Installing via NFS") for network installation instructions. Note that NFS installations may also be performed in GUI mode. URL : If you are installing directly from an HTTP (Web) server or FTP server, use this method. You need a boot CD-ROM (use the **linux repo=ftp://_`user`_:_`password`_@_`host`_/_`path`_**, or **linux repo=http://_`host`_/_`path`_** boot option, or the URL option on the Installation Method menu described in [Section 8.1, “Installation Method”](#s1-installationmethod-x86 "8.1. Installation Method")). Refer to [Section 8.1.4, “Installing via FTP or HTTP”](#s1-begininstall-url-x86 "8.1.4. Installing via FTP or HTTP"), for FTP and HTTP installation instructions. ## 4\.6. Choose a boot method {#idm8190976} You can use several methods to boot Fedora. Installing from a CD-ROM or DVD requires that you have a Fedora 20 CD-ROM or DVD, and you have a DVD/CD-ROM drive on a system that supports booting from it. Your BIOS may need to be changed to allow booting from your DVD/CD-ROM drive. For more information about changing your BIOS, refer to [Section 7.1.1, “Booting the Installation Program on x86, AMD64, and Intel 64 Systems”](#s2-x86-starting-booting "7.1.1. Booting the Installation Program on x86, AMD64, and Intel 64 Systems"). Other than booting from an installation DVD or netinstall CD, you can also boot the Fedora installation program from a USB flash drive. Refer to [Section 3.2, “Preparing a USB flash drive as an installation source”](#Making_USB_Media "3.2. Preparing a USB flash drive as an installation source") for instructions on making USB install media. Finally, you can boot the installer overthe network from a _preboot execution environment_ (PXE) server. Refer to [Chapter 13, _Setting Up an Installation Server_](#ap-install-server "Chapter 13. Setting Up an Installation Server"). Again, after you boot the system, you complete the installation from a different installation source, such as a local hard drive or a location on a network.
---- [[1] ](#idm7825664) Unpartitioned disk space means that available disk space on the hard drives you are installing to has not been divided into sections for data. When you partition a disk, each partition behaves like a separate disk drive. ## Chapter 5. Preparing for Installation {#ch-Preparing-x86} ## 5\.1. Preparing for a Network Installation {#s1-steps-network-installs-x86} ### Note Make sure no installation DVD (or any other type of DVD or CD) is in your system's CD or DVD drive if you are performing a network-based installation. Having a DVD or CD in the drive might cause unexpected errors. Ensure that you have boot media available on CD, DVD, or a USB storage device such as a flash drive. The Fedora installation medium must be available for either a network installation (via NFS, FTP, or HTTP) or installation via local storage. Use the following steps if you are performing an NFS, FTP, or HTTP installation. The NFS, FTP, or HTTP server to be used for installation over the network must be a separate, network-accessible server. It must provide the complete contents of the installation DVD-ROM. ### 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 discs). To use this test, type the following command at the `boot:` prompt: **`linux rd.live.check`** ### Note The public directory used to access the installation files over FTP, NFS, or HTTP is mapped to local storage on the network server. For example, the local directory `/var/www/inst/Fedora20` on the network server can be accessed as `http://network.server.com/inst/Fedora20`. In the following examples, the directory on the installation staging server that will contain the installation files will be specified as ``_`/location/of/disk/space`_``. The directory that will be made publicly available via FTP, NFS, or HTTP will be specified as _`/publicly_available_directory`_. For example, ``_`/location/of/disk/space`_`` may be a directory you create called `/var/isos`. ``_`/publicly_available_directory`_`` might be `/var/www/html/Fedora20`, for an HTTP install. In the following, you will require an _ISO image_. An ISO image is a file containing an exact copy of the content of a DVD. To create an ISO image from a DVD use the following command: **dd if=/dev/_`dvd`_ of=/_`path_to_image`_/_`name_of_image`_.iso** where _`dvd`_ is your DVD drive device, _`name_of_image`_ is the name you give to the give to the resulting ISO image file, and _`path_to_image`_ is the path to the location on your system where the resulting ISO image will be stored. To copy the files from the installation DVD to a Linux instance, which acts as an installation staging server, continue with either [Section 5.1.1, “Preparing for FTP and HTTP installation”](#s1-steps-network-installs-x86-ftp-http "5.1.1. Preparing for FTP and HTTP installation") or [Section 5.1.2, “Preparing for an NFS installation”](#s1-steps-network-installs-x86-nfs "5.1.2. Preparing for an NFS installation"). ### 5\.1.1. Preparing for FTP and HTTP installation {#s1-steps-network-installs-x86-ftp-http} Extract the files from the ISO image of the installation DVD and place them in a directory that is shared over FTP or HTTP. Next, make sure that the directory is shared via FTP or HTTP, and verify client access. Test to see whether the directory is accessible from the server itself, and then from another machine on the same subnet to which you will be installing. ### 5\.1.2. Preparing for an NFS installation {#s1-steps-network-installs-x86-nfs} For NFS installation it is not necessary to extract all the files from the ISO image. It is sufficient to make the ISO image available on the network server via NFS. 1. Transfer the ISO image to the NFS exported directory. On a Linux system, run: **mv /_`path_to_image`_/_`name_of_image`_.iso /_`publicly_available_directory`_/** where _`path_to_image`_ is the path to the ISO image file, _`name_of_image`_ is the name of the ISO image file, and _`publicly_available_directory`_ is a directory that is available over NFS or that you intend to make available over NFS. 1. Use a SHA256 checksum program to verify that the ISO image that you copied is intact. Many SHA256 checksum programs are available for various operating systems. On a Linux system, run: **$ sha256sum _`name_of_image`_.iso** where _`name_of_image`_ is the name of the ISO image file. The SHA256 checksum program displays a string of 64 characters called a _hash_. Compare this hash to the hash displayed for this particular image on the GPG Keys page on the Fedora Project site at . The two hashes should be identical. 1. Ensure that an entry for the publicly available directory exists in the `/etc/exports` file on the network server so that the directory is available via NFS. To export a directory read-only to a specific system, use: **_`/publicly_available_directory`_ _`client.ip.address`_ (ro)** To export a directory read-only to all systems, use: **_`/publicly_available_directory`_ * (ro)** 1. On the network server, start the NFS daemon (use **systemctl start nfs**). If NFS is already running, reload the configuration file (use **systemctl reload nfs**). 1. Be sure to test the NFS share following the directions in the _Fedora System Administrators Guide_. Refer to your NFS documentation for details on starting and stopping the NFS server. ### 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 discs). To use this test, type the following command at the `boot:` prompt: **`linux rd.live.check`** ## 5\.2. Preparing for a Hard Drive Installation {#s1-steps-hd-installs-x86} ### Note — Not all file systems supported Hard drive installations only work from ext2, ext3, ext4, or FAT file systems. You cannot use a hard drive formatted for any other file system as an installation source for Fedora. To check the file system of a hard drive partition on a Windows operating system, use the Disk Management tool. To check the file system of a hard drive partition on a Linux operating system, use the fdisk tool. ### Cannot Install from LVM Partitions You cannot use ISO files on partitions controlled by LVM (Logical Volume Management). Use this option to install Fedora on systems without a DVD drive or network connection. Hard drive installations use an _ISO image_ of the installation DVD. An ISO image is a file that contains an exact copy of the content of a DVD. With these files present on a hard drive, you can choose Hard drive as the installation source when you boot the installation program (refer to [Section 8.1, “Installation Method”](#s1-installationmethod-x86 "8.1. Installation Method")). Ensure that you have boot media available on CD, DVD, or a USB storage device such as a flash drive. To prepare a hard drive as an installation source, follow these steps: 1. Obtain an ISO image of the Fedora installation DVD (refer to [Chapter 2, _Obtaining Fedora_](#ch-new-users "Chapter 2. Obtaining Fedora")). Alternatively, if you have the DVD on physical media, you can create an image of it with the following command on a Linux system: **dd if=/dev/_`dvd`_ of=/_`path_to_image`_/_`name_of_image`_.iso** where _`dvd`_ is your DVD drive device, _`name_of_image`_ is the name you give to the give to the resulting ISO image file, and _`path_to_image`_ is the path to the location on your system where the resulting ISO image will be stored. 1. Transfer the ISO image to the hard drive. The ISO image must be located on a hard drive that is either internal to the computer on which you will install Fedora, or on a hard drive that is attached to that computer by USB. 1. Use a SHA256 checksum program to verify that the ISO image that you copied is intact. Many SHA256 checksum programs are available for various operating systems. On a Linux system, run: **$ sha256sum _`name_of_image`_.iso** where _`name_of_image`_ is the name of the ISO image file. The SHA256 checksum program displays a string of 64 characters called a _hash_. Compare this hash to the hash displayed for this particular image on the GPG Keys page on the Fedora Project site at . The two hashes should be identical. ### 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 discs). To use this test, type the following command at the `boot:` prompt: **`linux rd.live.check`** ## Chapter 6. System Specifications List {#ch-ent-table} The installation program automatically detects and installs your computer's hardware. Although you should make sure that your hardware meets the minimum requirements to install Fedora (refer to [Section 4.2, “Is Your Hardware Compatible?”](#sn-Is_Your_Hardware_Compatible-x86 "4.2. Is Your Hardware Compatible?")) you do not usually need to supply the installation program with any specific details about your system. However, when performing certain types of installation, some specific details might be useful or even essential. * If you plan to use a customized partition layout, record: * The model numbers, sizes, types, and interfaces of the hard drives attached to the system. For example, Seagate ST3320613AS 320 GB on SATA0, Western Digital WD7500AAKS 750 GB on SATA1. This will allow you to identify specific hard drives during the partitioning process. * If you are installing Fedora as an additional operating system on an existing system, record: * The mount points of the existing partitions on the system. For example, `/boot` on `sda1`, `/` on `sda2`, and `/home` on `sdb1`. This will allow you to identify specific partitions during the partitioning process. * Whether the hardware clock uses local time or UTC. In Linux systems, this information can be found in `/etc/adjtime`. Changing the hardware clock setting in [Section 9.5, “Date and time”](#s1-timezone-x86 "9.5. Date and time") may cause unexpected behavior in Fedora. * If you plan to install from an image on a local hard drive: * The hard drive and directory that holds the image. * If you plan to install from a network location: * The make and model numbers of the network adapters on your system. For example, Netgear GA311. This will allow you to identify adapters when manually configuring the network. * IP, DHCP, and BOOTP addresses * Netmask * Gateway IP address * One or more name server IP addresses (DNS) If any of these networking requirements or terms are unfamiliar to you, contact your network administrator for assistance. * If you plan to install from a network location: * The location of the image on an FTP server, HTTP (web) server, or NFS server – see [Section 8.1.4, “Installing via FTP or HTTP”](#s1-begininstall-url-x86 "8.1.4. Installing via FTP or HTTP") and [Section 8.1.3, “Installing via NFS”](#s1-begininstall-nfs-x86 "8.1.3. Installing via NFS") for examples. * If your computer is part of a domain: * You should verify that the domain name will be supplied by the DHCP server. If not, you will need to input the domain name manually during installation. ## Chapter 7. Booting the Installer {#ch-Boot-x86} ### Important — UEFI for 32-bit x86 systems Fedora 20 does not support UEFI booting for 32-bit x86 systems. Only BIOS booting is supported. ### Important — UEFI for AMD64 and Intel 64 Note that the boot configurations of UEFI and BIOS differ significantly from each other. Therefore, the installed system must boot using the same firmware that was used during installation. You cannot install the operating system on a system that uses BIOS and then boot this installation on a system that uses UEFI. Fedora 20 supports version 2.2 of the UEFI specification. Hardware that supports version 2.3 of the UEFI specification or later should boot and operate with Fedora 20, but the additional functionality defined by these later specifications will not be available. The UEFI specifications are available from To start the installation program from a Fedora DVD or from minimal boot media, follow this procedure: 1. Disconnect any external FireWire or USB disks that you do not need for installation. Refer to [Section 4.3.3, “ FireWire and USB Disks ”](#sn-partitioning-fw-usb-x86 "4.3.3.  FireWire and USB Disks") for more information. 1. Power on your computer system. 1. Insert the media in your computer. 1. Power off your computer with the boot media still inside. 1. Power on your computer system. You might need to press a specific key or combination of keys to boot from the media. On most computers, a message appears briefly on the screen very soon after you turn on the computer. Typically, it is worded something like `Press F10 to select boot device`, although the specific wording and the key that you must press varies widely from computer to computer. Consult the documentation for your computer or motherboard, or seek support from the hardware manufacturer or vendor. On Apple computers, the **C** key boots the system from the DVD drive. On older Apple hardware you might need to press **Cmd**+**Opt**+**Shift**+**Del** to boot from the DVD drive. If your computer does not allow you to select a boot device as it starts up, you might need to configure your system's _Basic Input/Output System_ (BIOS) to boot from the media. To change your BIOS settings on an x86, AMD64, or Intel 64 system, watch the instructions provided on your display when your computer first boots. A line of text appears, telling you which key to press to enter the BIOS settings. Once you have entered your BIOS setup program, find the section where you can alter your boot sequence. The default is often C, A or A, C (depending on whether you boot from your hard drive [C] or a diskette drive [A]). Change this sequence so that the DVD is first in your boot order and that C or A (whichever is your typical boot default) is second. This instructs the computer to first look at the DVD drive for bootable media; if it does not find bootable media on the DVD drive, it then checks your hard drive or diskette drive. Save your changes before exiting the BIOS. For more information, refer to the documentation that came with your system. ### Note — Aborting the Installation To abort the installation, either press **Ctrl **+**Alt**+**Del** or power off your computer with the power switch. You may abort the installation process without consequence at any time prior to selecting Begin Installation on the Installation Summary Menu. Fedora makes no permanent changes to your computer until that point. Please be aware that stopping the installation after partitioning has begun can leave your computer unusable. ## 7\.1. Starting the Installation Program {#s1-x86-starting} ### Important — UEFI for 32-bit x86 systems Fedora 20 does not support UEFI booting for 32-bit x86 systems. Only BIOS booting is supported. ### Important — UEFI for AMD64 and Intel 64 Note that the boot configurations of UEFI and BIOS differ significantly from each other. Therefore, the installed system must boot using the same firmware that was used during installation. You cannot install the operating system on a system that uses BIOS and then boot this installation on a system that uses UEFI. Fedora 20 supports version 2.2 of the UEFI specification. Hardware that supports version 2.3 of the UEFI specification or later should boot and operate with Fedora 20, but the additional functionality defined by these later specifications will not be available. The UEFI specifications are available from To start, first make sure that you have all necessary resources for the installation. If you have already read through [Chapter 4, _Planning for Installation on the x86 Architecture_](#ch-steps-x86 "Chapter 4. Planning for Installation on the x86 Architecture"), and followed the instructions, you should be ready to start the installation process. When you have verified that you are ready to begin, boot the installation program using the Fedora DVD or any boot media that you have created. ### 7\.1.1. Booting the Installation Program on x86, AMD64, and Intel 64 Systems {#s2-x86-starting-booting} You can boot the installation program using any one of the following media (depending upon what your system can support): * _Fedora DVD_ — Your machine supports a bootable DVD drive and you have the Fedora installation DVD. * _Fedora live CD_ — Your machine supports a bootable CD drive and you have a Fedora live CD. * _Boot CD-ROM_ — Your machine supports a bootable CD-ROM drive and you want to perform network or hard drive installation. * _USB flash drive_ — Your machine supports booting from a USB device. * _PXE boot via network_ — Your machine supports booting from the network. This is an advanced installation path. Refer to [Chapter 13, _Setting Up an Installation Server_](#ap-install-server "Chapter 13. Setting Up an Installation Server") for additional information on this method. To create a boot CD-ROM or to prepare your USB flash drive for booting or installation, refer to [Section 3.3, “Making Minimal Boot Media”](#Making_Minimal_Boot_Media "3.3. Making Minimal Boot Media"). Insert the boot media and reboot the system. You might need to press a specific key or combination of keys to boot from the media. On most computers, a message appears briefly on the screen very soon after you turn on the computer. Typically, it is worded something like `Press F10 to select boot device`, although the specific wording and the key that you must press varies widely from computer to computer. Consult the documentation for your computer or motherboard, or seek support from the hardware manufacturer or vendor. On Apple computers, the **C** key boots the system from the DVD drive. On older Apple hardware you might need to press **Cmd**+**Opt**+**Shift**+**Del** to boot from the DVD drive. If your computer does not allow you to select a boot device as it starts up, you might need to configure your system's _Basic Input/Output System_ (BIOS) to boot from the media. To change your BIOS settings on an x86, AMD64, or Intel 64 system, watch the instructions provided on your display when your computer first boots. A line of text appears, telling you which key to press to enter the BIOS settings. Once you have entered your BIOS setup program, find the section where you can alter your boot sequence. The default is often C, A or A, C (depending on whether you boot from your hard drive [C] or a diskette drive [A]). Change this sequence so that the DVD is first in your boot order and that C or A (whichever is your typical boot default) is second. This instructs the computer to first look at the DVD drive for bootable media; if it does not find bootable media on the DVD drive, it then checks your hard drive or diskette drive. Save your changes before exiting the BIOS. For more information, refer to the documentation that came with your system. After a short delay, the graphical boot screen appears, which contains information on a variety of boot options. Installation program automatically begins if you take no action within the first minute. For a description of the options available on this screen, refer to [Section 7.1.2, “The Boot Menu”](#sn-boot-menu-x86 "7.1.2. The Boot Menu"). Alternatively, press the **Esc** key to access the `boot:` prompt, at which you can enter additional boot options as described in [Section 7.1.3, “Additional Boot Options”](#s2-x86-starting-bootopts "7.1.3. Additional Boot Options"). ### 7\.1.2. The Boot Menu {#sn-boot-menu-x86} The boot media displays a graphical boot menu with three options: Install Fedora : Choose this option to install Fedora onto your computer system using the graphical installation program. Test this media and install Fedora : This option is the default. Choose this option to first test the integrity of the installation media before installing Fedora onto your computer system using the graphical installation program. Troubleshooting : This option leads to a menu with several additional boot options. If no key is hit within 60 seconds, the default boot option runs. To choose the default, either wait for the timer to run out or hit **Enter** on the keyboard. To choose another option, use the arrow keys on your keyboard and hit **Enter** when Troubleshooting is highlighted. If you want to customize the boot options for a particular option, press the **Tab** key. To access the `boot:` prompt at which you can specify custom boot options, press the **Esc** key and refer to [Section 7.1.3, “Additional Boot Options”](#s2-x86-starting-bootopts "7.1.3. Additional Boot Options"). Figure 7.1. The Boot Screen ![The Boot Screen][1]
[[D](ld-idm15757248.html)]
For a listing and explanation of common boot options, refer to [Chapter 11, _Boot Options_](#ap-admin-options "Chapter 11. Boot Options"). The boot options in the Troubleshooting menu are: Install Fedora in basic graphics mode : This option allows you to install Fedora in graphical mode even if the installation program is unable to load the correct driver for your video card. If your screen appears distorted or goes blank when using the Install Fedora option, restart your computer and try this option instead. Rescue a Fedora system : Choose this option to repair a problem with your installed Fedora system that prevents you from booting normally. Although Fedora is an exceptionally stable computing platform, it is still possible for occasional problems to occur that prevent booting. The rescue environment contains utility programs that allow you fix a wide variety of these problems. Run a memory test : This option runs an exhaustive test on the memory on your system. For more information, refer to [Section 11.3.1, “Loading the Memory (RAM) Testing Mode”](#sect-boot-options-memtest "11.3.1. Loading the Memory (RAM) Testing Mode"). Boot from local drive : This option boots the system from the first installed disk. If you booted this disc accidentally, use this option to boot from the hard disk immediately without starting the installer. ### 7\.1.3. Additional Boot Options {#s2-x86-starting-bootopts} While it is easiest to boot using a DVD and perform a graphical installation, sometimes there are installation scenarios where booting in a different manner may be needed. This section discusses additional boot options available for Fedora. To pass options to the boot loader on an x86, AMD64, or Intel 64 system, press the **Esc** key at boot time. The `boot:` prompt appears, at which you can use the boot loader options described below. Refer to [Chapter 8, _Configuring Installation Source_](#ch-Installation_Phase_2-x86 "Chapter 8. Configuring Installation Source") for boot options to specify your installation source, or to [Chapter 11, _Boot Options_](#ap-admin-options "Chapter 11. Boot Options") for additional boot options not covered in this section. ### Note Boot options are not available during live image installations. * To perform a text mode installation, at the installation boot prompt, type: **`linux text`** * ISO images have an SHA256 checksum embedded in them. To test the checksum integrity of an ISO image, at the installation boot prompt, type: **`linux rd.live.check`** This checksum operation can be performed on any Fedora DVD. It is strongly recommended to perform this operation on any Fedora DVD that was created from downloaded ISO images. This command works with the DVD, hard drive ISO, and NFS ISO installation methods. * If you need to perform the installation in _serial mode_, type the following command: **``linux console=_``_``** For text mode installations, use: **``linux text console=_``_``** In the above command, _``_ should be the device you are using (such as ttyS0 or ttyS1). For example, **linux text console=ttyS0**. Text mode installations using a serial terminal work best when the terminal supports UTF-8. Under UNIX and Linux, Kermit supports UTF-8. For Windows, Kermit '95 works well. Non-UTF-8 capable terminals works as long as only English is used during the installation process. An enhanced serial display can be used by passing the **utf8** command as a boot-time option to the installation program. For example: **linux console=ttyS0 utf8** #### 7\.1.3.1. Kernel Options {#s3-x86-starting-kernelopts} Options can also be passed to the kernel. For example, to apply updates for the anaconda installation program from a USB storage device enter: **`linux updates`** For text mode installations, use: **`linux text updates`** This command results in a prompt for the path to the device that contains updates for anaconda. It is not needed if you are performing a network installation and have already placed the updates image contents in **rhupdates/** on the server. After entering any options, press **Enter** to boot using those options. If you need to specify boot options to identify your hardware, please write them down. The boot options are needed during the boot loader configuration portion of the installation (refer to [Section 9.11.2, “x86, AMD64, and Intel 64 Boot Loader Installation”](#s1-x86-bootloader "9.11.2. x86, AMD64, and Intel 64 Boot Loader Installation") for more information). For more information on kernel options refer to [Chapter 11, _Boot Options_](#ap-admin-options "Chapter 11. Boot Options"). ## 7\.2.  Booting from the Network using PXE {#sn-booting-from-pxe-x86} To boot with PXE, you need a properly configured server, and a network interface in your computer that supports PXE. For information on how to configure a PXE server, refer to [Chapter 13, _Setting Up an Installation Server_](#ap-install-server "Chapter 13. Setting Up an Installation Server"). Configure the computer to boot from the network interface. This option is in the BIOS, and may be labeled `Network Boot` or `Boot Services`. Once you properly configure PXE booting, the computer can boot the Fedora installation system without any other media. To boot a computer from a PXE server: 1. Ensure that the network cable is attached. The link indicator light on the network socket should be lit, even if the computer is not switched on. 1. Switch on the computer. 1. A menu screen appears. Press the number key that corresponds to the desired option. If your PC does not boot from the netboot server, ensure that the BIOS is configured to boot first from the correct network interface. Some BIOS systems specify the network interface as a possible boot device, but do not support the PXE standard. Refer to your hardware documentation for more information. ### Note — Multiple NICs and PXE installation Some servers with multiple network interfaces might not assign eth0 to the first network interface as the firmware interface knows it, which can cause the installer to try to use a different network interface from the one that was used by PXE. To change this behavior, use the following in `pxelinux.cfg/*` config files: IPAPPEND 2 APPEND ksdevice=bootif These configuration options above cause the installer to use the same network interface the firmware interface and PXE use. You can also use the following option: ksdevice=link This option causes the installer to use the first network device it finds that is linked to a network switch. ## Chapter 8. Configuring Installation Source {#ch-Installation_Phase_2-x86} Before the graphical installation program starts, you may need to configure the installation source depending on the method you are using. ## 8\.1. Installation Method {#s1-installationmethod-x86} If you are installing from DVD, additional configuration will not be required unless the DVD drive is not detected. If you booted the installation from minimal boot media, use a boot prompt to select an installation method. ### 8\.1.1. Installing from DVD {#s1-begininstall-cd-inst-x86} To install Fedora from a DVD, place the DVD in your DVD drive and boot your system from the DVD. Even if you booted from alternative media, you can still install Fedora from DVD media. The installation program then probes your system and attempts to identify your DVD drive. It starts by looking for an IDE (also known as an ATAPI) DVD drive. ### Note To abort the installation process at this time, reboot your machine and then eject the boot media. You can safely cancel the installation at any point before you select Begin Installation on the Installation Summary Menu. Refer to [Section 9.15, “Begin installation”](#Begin_installation-x86 "9.15. Begin installation") for more information. If your DVD drive is not detected, and it is a SCSI DVD, the installation program prompts you to choose a SCSI driver. Choose the driver that most closely resembles your adapter. You may specify options for the driver if necessary; however, most drivers detect your SCSI adapter automatically. If you booted the installer from other media and wish to use a DVD as your installation source, use the following boot option: **``linux repo=cdrom:_`device`_``** If you later encounter problems with the installer, you should reboot and perform the media check by running the boot option **linux rd.live.check** before seeking support. ### 8\.1.2. Installing from a Hard Drive {#s1-begininstall-hd-x86} To specify a partition from which to install Fedora, use the **linux repo=** boot option: **``linux repo=hd:_`device`_``** Select the partition containing the ISO files from the list of available partitions. Internal IDE, SATA, SCSI, and USB drive device names begin with `/dev/sd`. Each individual drive has its own letter, for example `/dev/sda`. Each partition on a drive is numbered, for example `/dev/sda1`. Also specify the full directory path from the drive that contains the ISO image files. The following table shows some examples of how to enter this information: Table 8.1. Location of ISO images for different partition types |Partition type|Volume|Original path to files|Directory to use| |-| |VFAT|D:\\|D:\\Downloads\\Fedora20|/Downloads/Fedora20| |ext2, ext3, ext4|/home|/home/user1/Fedora20|/user1/Fedora20|
If the ISO images are in the root (top-level) directory of a partition, enter a `/`. If the ISO images are located in a subdirectory of a mounted partition, enter the name of the directory holding the ISO images within that partition. For example, if the partition on which the ISO images is normally mounted as `/home/`, and the images are in `/home/new/`, you would enter `/new/`. ### Use a leading slash An entry without a leading slash may cause the installation to fail. After entering the **linux repo=** boot command, proceed with [Chapter 9, _Using the Fedora installer_](#ch-guimode-x86 "Chapter 9. Using the Fedora installer"). ### 8\.1.3. Installing via NFS {#s1-begininstall-nfs-x86} To specify an installation source for Fedora accessible by NFS, use the **linux repo=** boot option. To specify an expanded tree of installation files, type: **``linux repo=nfs:_`options`_:_`server`_:/_`path`_``** To specify an ISO image file, type: **``linux repo=nfsiso:_`options`_:_`server`_:/_`path`_``** * _`options`_ — specify any NFS mount options that you require. Refer to the man pages for mount and nfs for a comprehensive list of options. * _`server`_ — enter the domain name or IP address of your NFS server. For example, if you are installing from a host named `eastcoast` in the domain `example.com`, enter `eastcoast.example.com`. * _`path`_ — the path to the exported directory. * If the NFS server is exporting a mirror of the Fedora installation tree, enter the directory which contains the root of the installation tree. * If the NFS server is exporting the ISO image of the Fedora DVD, enter the directory which contains the ISO image. If you followed the setup described in [Section 5.1.2, “Preparing for an NFS installation”](#s1-steps-network-installs-x86-nfs "5.1.2. Preparing for an NFS installation"), the exported directory is the one that you specified as ``_`publicly_available_directory`_``. After entering the **linux repo=** command, proceed with [Chapter 9, _Using the Fedora installer_](#ch-guimode-x86 "Chapter 9. Using the Fedora installer"). ### 8\.1.4. Installing via FTP or HTTP {#s1-begininstall-url-x86} ### Important — you must specify the protocol When you provide a URL to an installation source, you must explicitly specify `http://` or `ftp://` as the protocol. To specify an installation source for Fedora that is available over the Internet, use the **linux repo=** boot option: **``linux repo={ftp|http}://_`URL`_``** For _`URL`_, enter the name or IP address of the FTP or HTTP site from which you are installing, and the name of the directory that contains the `/images` directory for your architecture. For example: `http://name.example.com/fedora/linux/releases/20/Fedora/x86_64/iso/` If your FTP or HTTP server requires user authentication, specify user and password as part of the URL as follows: `{ftp|http}://:@[:]//` For example: `http://install:fedora20pw@name.example.com/fedora/linux/releases/20/Fedora/x86_64/iso/` After entering the **linux repo=** command, proceed with [Chapter 9, _Using the Fedora installer_](#ch-guimode-x86 "Chapter 9. Using the Fedora installer"). ## Chapter 9. Using the Fedora installer {#ch-guimode-x86} This chapter describes an installation using the graphical user interface of anaconda. ## 9\.1. The Text Mode Installation Program User Interface {#idp17933248} ### Important — Graphical installation recommended We recommend that you install Fedora using the graphical interface. If you are installing Fedora on a system that lacks a graphical display, consider performing the installation over a VNC connection – see [Chapter 14, _Installing Through VNC_](#vncwhitepaperadded "Chapter 14. Installing Through VNC"). If anaconda detects that you are installing in text mode on a system where installation over a VNC connection might be possible, anaconda asks you to verify your decision to install in text mode even though your options during installation are limited. If your system has a graphical display, but graphical installation fails, try booting with the **xdriver=vesa** option – refer to [Chapter 11, _Boot Options_](#ap-admin-options "Chapter 11. Boot Options") ### Important — Graphical Interface on the Installed System Installing in text mode does not prevent you from using a graphical interface on your system once it is installed. Apart from the graphical installer, anaconda also includes a text-based installer. If one of the following situations occurs, the installation program uses text mode: * The installation system fails to identify the display hardware on your computer * You choose the text mode installation by entering the following command at the `boot:` prompt **`linux text`** While text mode installations are not explicitly documented, those using the text mode installation program can easily follow the GUI installation instructions. However, because text mode presents you with a simpler, more streamlined installation process, certain options that are available in graphical mode are not also available in text mode. These differences are noted in the description of the installation process in this guide, and include: * configuring advanced storage methods such as LVM and RAID. * customizing the partition layout * customizing the bootloader layout * selecting packages during installation If you choose to install Fedora in text mode, you can still configure your system to use a graphical interface after installation. Refer to [Section 17.2, “Switching to a Graphical Login”](#sn-switching-to-gui-login "17.2. Switching to a Graphical Login") for instructions. To configure options not available in text mode, consider using a boot option. For example, the **linux ip** option can be used to configure network settings. Refer to [Section 11.1, “Configuring the Installation System at the Boot Menu”](#sn-bootoptions-installer "11.1. Configuring the Installation System at the Boot Menu") for instructions. Alternatively, consider a kickstart installation. Refer to [Section 15.4, “Kickstart Options”](#s1-kickstart2-options "15.4. Kickstart Options") for available kickstart options. ### Note Not every language supported in graphical installation mode is also supported in text mode. Specifically, languages written with a character set other than the Latin or Cyrillic alphabets are not available in text mode. If you choose a language written with a character set that is not supported in text mode, the installation program will present you with the English versions of the screens. ### 9\.1.1. Using the Keyboard to Navigate {#idm29012592} Navigation through the installation dialogs is performed through a simple set of keystrokes. To move the cursor, use the **Left**, **Right**, **Up**, and **Down** arrow keys. Use **Tab**, and **Shift**-**Tab** to cycle forward or backward through each widget on the screen. Along the bottom, most screens display a summary of available cursor positioning keys. To "press" a button, position the cursor over the button (using **Tab**, for example) and press **Space** or **Enter**. To select an item from a list of items, move the cursor to the item you wish to select and press **Enter**. To select an item with a checkbox, move the cursor to the checkbox and press **Space** to select an item. To deselect, press **Space** a second time. Pressing **F12** accepts the current values and proceeds to the next dialog; it is equivalent to pressing the OK button. ### Warning Unless a dialog box is waiting for your input, do not press any keys during the installation process (doing so may result in unpredictable behavior). ## 9\.2. The Graphical Installation Program User Interface {#s1-guimode-interface-x86} If you have used a _graphical user interface (GUI)_ before, you are already familiar with this process; use your mouse to navigate the screens, click buttons, or enter text fields. You can also navigate through the installation using the keyboard. The **Tab** key allows you to move around the screen, the Up and Down arrow keys to scroll through lists, **+** and **-** keys expand and collapse lists, while **Space** and **Enter** selects or removes from selection a highlighted item. You can also use the **Alt**+**_`X`_** key command combination as a way of clicking on buttons or making other screen selections, where **_`X`_** is replaced with any underlined letter appearing within that screen. ### 9\.2.1. Screenshots during installation {#sect-adminoptions-screenshots} Anaconda allows you to take screenshots during the installation process. At any time during installation, press **Shift**+**Print Screen** and anaconda will save a screenshot to `/root/anaconda-screenshots`. If you are performing a Kickstart installation, use the `autostep --autoscreenshot` option to generate a screenshot of each step of the installation automatically. Refer to [Section 15.3, “Creating the Kickstart File”](#s1-kickstart2-file "15.3. Creating the Kickstart File") for details of configuring a Kickstart file. ### 9\.2.2. A Note about Virtual Consoles {#sn-guimode-virtual-consoles-x86} The Fedora installation program offers more than the dialog boxes of the installation process. Several kinds of diagnostic messages are available to you, as well as a way to enter commands from a shell prompt. The installation program displays these messages on five _virtual consoles_, among which you can switch using a single keystroke combination. A virtual console is a shell prompt in a non-graphical environment, accessed from the physical machine, not remotely. Multiple virtual consoles can be accessed simultaneously. These virtual consoles can be helpful if you encounter a problem while installing Fedora. Messages displayed on the installation or system consoles can help pinpoint a problem. Refer to [Table 9.1, “Console, Keystrokes, and Contents”](#tb-guimode-console-x86 "Table 9.1. Console, Keystrokes, and Contents") for a listing of the virtual consoles, keystrokes used to switch to them, and their contents. Generally, there is no reason to leave the default console (virtual console #6) for graphical installations unless you are attempting to diagnose installation problems. Table 9.1. Console, Keystrokes, and Contents |console|keystrokes|contents| |-| |1|**Ctrl**+**alt**+**f1**|standard output| |2|**Ctrl**+**alt**+**f2**|shell prompt| |3|**Ctrl**+**alt**+**f3**|installation log| |4|**Ctrl**+**alt**+**f4**|storage log| |5|**Ctrl**+**alt**+**f5**|external program log| |6|**Ctrl**+**alt**+**f6**|localhost login| |7|**Ctrl**+**alt**+**f6**|graphical display|
## 9\.3. Language Selection {#language-selection-x86} At the Welcome to Fedora 20 screen, use your mouse to select the language (for example, English) you prefer to use for the installation and as the system default on the left side. On the right side, select your keyboard layout (for example, English (United Kingdom)). Again, this layout will be used during the installation and it will be the default on the installed system. You can also change the keyboard layout at any time during the installation using the layout switching tool in the upper right hand corner. Alternatively, type your preferred language into the search box and select from the list of results. Once you have made your selection, click Continue. Figure 9.1. Language Configuration ![Language Configuration][2]
[[D](ld-idp60243984.html)]
## 9\.4.  The Installation Summary Menu {#install-hub-x86} The Installation Summary Menu is the central screen for setting up an installation. Figure 9.2. The Installation Summary Menu ![The Installation Summary Menu][3]
[[D](ld-idp73737280.html)]
Instead of directing you through consecutive screens, the Fedora installer allows you to configure your installation in the order you choose. Use your mouse to select a menu item to configure a section of the installation. When you have completed configuring a section, or if you would like to complete that section later, click Done. Only sections marked with a warning symbol are mandatory. A note at the bottom of the screen warns you that these sections must be completed before the installation can begin. The remaining sections are optional. Beneath each section's title, the current configuration is summarised. Using this you can determine whether you need to visit the section to configure it further. The keyboard icon at the top of the menu allows you to switch between your selected keyboard layouts (refer to [Section 9.6, “Keyboard Configuration”](#sn-keyboard-x86 "9.6. Keyboard Configuration")). Once all required sections are complete, click Begin Installation (refer to [Section 9.15, “Begin installation”](#Begin_installation-x86 "9.15. Begin installation")). To cancel the installation, click Quit. ### Note When related background tasks are being run, certain menu items may be temporarily grayed out and unavailable. ## 9\.5. Date and time {#s1-timezone-x86} Select Date and Time from the Installation Summary Menu. Set your time zone by selecting the city closest to your computer's physical location. Specify a time zone even if you plan to use NTP (Network Time Protocol) to maintain the accuracy of the system clock. There are two ways for you to select a city: * Using your mouse, click on the interactive map to select a specific city. A red pin appears indicating your selection. * You can also scroll through the Region and City drop-down menus at the top of the screen to select your time zone. If your city is not available on the map or in the drop-down menu, select the nearest major city in the same timezone. Figure 9.3. Configuring the Time Zone ![Configuring the Time Zone][4]
[[D](ld-idp23145696.html)]
To set the date and time using NTP, leave the Network Time switch in the ON position and click the configuration icon to select which NTP servers Fedora should use. To set the date and time manually, move the switch to the OFF position. The system clock should use your time zone selection to display the correct date and time at the bottom of the screen. If they are still incorrect, adjust them manually. Once you have made your selection, click Done to return to the Installation Summary Menu. ### Note To change your time zone configuration after you have completed the installation, visit the Date and Time section of the System Settings menu. ## 9\.6. Keyboard Configuration {#sn-keyboard-x86} Select Keyboard from the Installation Summary Menu. In the left-hand pane, English (United States) is listed as the keyboard layout, unless you clicked the checkbox in [Section 9.3, “Language Selection”](#language-selection-x86 "9.3. Language Selection") to set the keyboard layout to the default for your selected language. If so, you may still want to select a more specific layout. For example, if you selected French as the language for this installation, the layout listed in the left-hand pane will be French (French). However, you may want to change it to French (French (Canada)). Figure 9.4. Keyboard Configuration ![Keyboard Configuration][5]
[[D](ld-idp31811568.html)]
To change the layout or add additional layouts, click the + button and select from the list. To delete a layout, select it and click the - button. Use the arrow buttons to arrange the layouts in order of preference. For a visual preview of the keyboard layout, select it and click the keyboard button. To test a layout, use the mouse to click inside the text box at the right. Type some text to confirm that your selection functions correctly. To test additional layouts, select the keyboard icon at the top of the Installation Summary Menu to switch between your selected layouts. Alternatively, you can set up a keyboard combination to toggle between them. Click Options to open the Layout Switching Options dialog and choose a combination from the list by selecting its check box. The combination will then be displayed above the Options button. This combination applies both during the installer and on the installed system, so you must configure a combination here in order to use one after installation. ### Important If you use a layout that cannot accept Roman/ASCII characters, such as Russian, you are advised to also add the English (United States) layout and configure a keyboard combination to switch between the two layouts. If you select only your native layout or do not configure a layout switch combination, you may be unable to enter a valid root password or user credentials later in the installation process. This may prevent you from completing the installation. Once you have made your selection, click Done to return to the Installation Summary Menu. ### Note To change your keyboard configuration after you have completed the installation, visit the Keyboard (in GNOME) or Input Devices (in KDE) section of the System Settings menu. Fedora includes support for more than one keyboard layout for many languages. In particular, most European languages include a `latin1` option, which uses _dead keys_ to access certain characters, such as those with diacritical marks. When you press a dead key, nothing will appear on your screen until you press another key to "complete" the character. For example, to type `é` on a latin1 keyboard layout, you would press (and release) the **'** key, and then press the `E` key. By contrast, you access this character on some other keyboards by pressing and holding down a key (such as **Alt-Gr**) while you press the `E` key. Other keyboards might have a dedicated key for this character. ## 9\.7. Language Support {#language-support-x86} To install languages in addition to the one you selected in [Section 9.3, “Language Selection”](#language-selection-x86 "9.3. Language Selection"), select Language Support from the Installation Summary Menu. Figure 9.5. Language Support ![Language Support][6]
[[D](ld-idp81513488.html)]
Use your mouse to check the box next to each additional language you want to install. Alternatively, type your preferred language into the search box and select from the list of results. When you have made your selections, click Done to return to the Installation Summary Menu. ## 9\.8. Installation Source {#installation-source-x86} Select Installation Source from the Installation Summary Menu. In this section you can specify the location you want to install Fedora from. Choose between locally available installation media (such as a DVD or an ISO file) or a network location. Figure 9.6. Installation source ![Installation source][7]
[[D](ld-idp89094496.html)]
Select one of the following options: Auto-detected install media : If you initiated the installation using locally available media, the installer will detect it and display it graphically under this option. Select the media to use it as the installation source, and click Verify to check that the file is suitable for installation. ISO file : If installation media has not been detected automatically, this option will be available for you to specify a locally-stored ISO file. Select this option and browse to the file's location on your system. Click Verify to check that the file is suitable for installation. On the network : To specify a network location, select this option and choose from the following options in the drop-down menu: * Closest mirror * http:// * https:// * ftp:// * nfs Using your selection as the start of the location URL, type the rest into the address box. (If you selected Closest mirror, an address is not required.) If you choose NFS, the address box will be grayed out and another box will appear for you to specify any NFS mount options. To configure a proxy, click Proxy setup unless you are installing via FTP and NFS (proxies are unavailable for these methods). Check Enable HTTP proxy and type the URL into the Proxy URL box. If your proxy requires authentication, check Use Authentication and enter a username and password. Click Add. Any Fedora updates available on the network will be automatically installed unless you check the Updates option in this section. This ensures that only the software versions available on the installation media are installed. ### Important Choosing not to install available updates may pose a security risk to your system. Once you have selected your installation source, click Done to return to the Installation Summary Menu. ### 9\.8.1. Installing from Additional Repositories {#idp80560112} You can define additional _repositories_ to increase the software available to your system during installation. A repository is a network location that stores software packages along with _metadata_ that describes them. Many of the software packages used in Fedora require other software to be installed. The installer uses the metadata to ensure that these requirements are met for every piece of software you select for installation. Figure 9.7. Adding a software repository ![Adding a software repository][8]
[[D](ld-idm6263248.html)]
To include software from extra repositories, click the + button in the Additional repositories area to add a repository and provide a name and URL for its location. ### Fedora Software Mirrors To find a Fedora software mirror near you, refer to . To determine the URL to use, find the directory on the mirror you are using that _contains_ a directory named `repodata`. Optionally, provide a URL, username, and password to connect to a proxy server. Once you provide information for an additional repository, the installer reads the package metadata over the network. Software that is specially marked is then included in the package listings in the Software Selection section of the Installation Summary Menu (refer to [Section 9.10, “Software Selection”](#s1-pkgselection-x86 "9.10. Software Selection")). ### Network Access Required If you add repositories during a non-network installation, such as from a Fedora DVD, you will need to configure a network connection via the Installation Summary Menu before the installation can proceed (refer to [Section 9.9, “Network Configuration”](#sn-Netconfig-x86 "9.9. Network Configuration")). ## 9\.9. Network Configuration {#sn-Netconfig-x86} Select Network Configuration from the Installation Summary Menu. Detected network connections will be listed in the left-hand pane. To read more details about a connection, select it with your mouse and they will appear to the right. To activate or deactivate a network connection, move the switch in the top-right of the screen to either ON or OFF. Figure 9.8. Network configuration ![Network configuration][9]
[[D](ld-idp6960496.html)]
Enter a host name for this computer in the Hostname box. The hostname can be either a _fully-qualified domain name_ (FQDN) in the format _`hostname`_._`domainname`_ or a _short host name_ in the format _`hostname`_. Many networks have a _Dynamic Host Configuration Protocol_ (DHCP) service that automatically supplies connected systems with a domain name. To allow the DHCP service to assign the domain name to this machine, specify the short host name only. ### Valid Host Names You may give your system any name provided that the full hostname is unique. The hostname may include letters, numbers and hyphens. Various programs provided by the Fedora distribution may prefer or require a FQDN as opposed to a short host name. If your Fedora system is connected _directly_ to the Internet, you must pay attention to additional considerations to avoid service interruptions or risk action by your upstream service provider. A full discussion of these issues is beyond the scope of this document. ### Modem Configuration The installation program does not configure modems. Configure these devices after installation with the Network utility. The settings for your modem are specific to your particular Internet Service Provider (ISP). ### 9\.9.1. Edit Network Connections {#sn-Netconfig-x86-edit} ### Note You can also use Network Manager to change your network configuration after you have completed the installation. To configure the selected network connection manually, click the Configure button. A Network Manager dialog appears that allows you to configure the selected connection. The configuration options presented will depend on whether the connection is wired, wireless, mobile broadband, VPN, or DSL. A full description of all configurations possible with NetworkManager is beyond the scope of this guide. This section only details the most typical scenario of how to configure wired connections during installation. Configuration of other types of network is broadly similar, although the specific parameters that you must configure are necessarily different. When you have finished editing network settings, click Save to save the new configuration. If you reconfigured a device that was already active during installation, you must restart the device in order to use the new configuration in the installer environment. Use the ON/OFF switch on the Network Configuration screen to restart the device. ### Note When configuring a wireless connection that you also intend to use during the installation, you will not be prompted for a password as you would on an installed system. You must specify a password in the Wireless Security tab in NetworkManager. Once you have saved the configuration, the installer will establish the wireless connection. #### 9\.9.1.1. Options common to all types of connection {#idm19396144} Certain configuration options are common to all connection types. Specify a name for the connection in the Connection name name field. Figure 9.9. The General tab ![The General tab][10]
[[D](ld-idp66161824.html)]
The following options are available in the General tab: Automatically connect to this network when it is available : Check this box to start the connection automatically when the system boots. All users may connect to this network : Check this box to control whether a network configuration is available system-wide or not. During installation, ensure that it remains checked for any network interface that you configure. ### Note The VPN and Firewall Zone options in the General tab are not available during installation. #### 9\.9.1.2. The Ethernet tab {#idm8028688} Use the Ethernet tab to specify or change the _media access control_ (MAC) address for the network adapter. The Device MAC address drop-down menu allows you to choose from a list of actual MAC addresses of deviced available on the system, while the Cloned MAC Address field allows you to set an arbitrary address for this connection if necessary. Leave this field blank to use the device address. The MTU (_maximum transmission unit_) field sets the maximum unit size (in bytes) that can pass through the interface either manually or automatically. Figure 9.10. The Ethernet tab ![The Ethernet tab][11]
[[D](ld-idp25589312.html)]
#### 9\.9.1.3. The 802.1x Security tab {#idp72503104} Use the 802\.1x Security tab to configure 802.1X _port-based network access control_ (PNAC). Select Use 802.1X security for this connection to enable access control, then specify details of your network. The configuration options include: Authentication : Choose one of the following methods of authentication: * MD5 for the _MD5 Message-Digest Algorithm_ * TLS for _Transport Layer Security_ * FAST for _Flexible Authentication via Secure Tunneling_ * Tunneled TLS for _Tunneled Transport Layer Security_, otherwise known as TTLS, or EAP-TTLS * Protected EAP (PEAP) for _Protected Extensible Authentication Protocol_ Identity : Provide the identity of this server. User certificate : Browse to a personal X.509 certificate file encoded with _Distinguished Encoding Rules_ (DER) or _Privacy Enhanced Mail_ (PEM). CA certificate : Browse to a X.509 _certificate authority_ certificate file encoded with _Distinguished Encoding Rules_ (DER) or _Privacy Enhanced Mail_ (PEM). Private key : Browse to a _private key_ file encoded with _Distinguished Encoding Rules_ (DER), _Privacy Enhanced Mail_ (PEM), or the _Personal Information Exchange Syntax Standard_ (PKCS#12). Private key password : The password for the private key specified in the Private key field. Select Show password to make the password visible as you type it. Figure 9.11. The 802.1x Security tab ![The 802.1x Security tab][12]
[[D](ld-idp7294256.html)]
#### 9\.9.1.4. The IPv4 Settings tab {#idp29037216} Use the IPv4 Settings tab tab to configure the IPv4 parameters for the previously selected network connection. Use the Method drop-down menu to specify which settings the system should attempt to obtain from a _Dynamic Host Configuration Protocol_ (DHCP) service running on the network. Choose from the following options: Automatic (DHCP) : IPv4 parameters are configured by the DHCP service on the network. Automatic (DHCP) addresses only : The IPv4 address, netmask, and gateway address are configured by the DHCP service on the network, but DNS servers and search domains must be configured manually. Manual : IPv4 parameters are configured manually for a static configuration. Link-Local Only : A _link-local_ address in the 169.254/16 range is assigned to the interface. Shared to other computers : The system is configured to provide network access to other computers. The interface is assigned an address in the 10.42.x.1/24 range, a DHCP server and DNS server are started, and the interface is connected to the default network connection on the system with _network address translation_ (NAT). Disabled : IPv4 is disabled for this connection. If you selected a method that requires you to supply manual parameters, enter details of the IP address for this interface, the netmask, and the gateway in the Addresses field. Use the Add and Delete buttons to add or remove addresses. Enter a comma-separated list of DNS servers in the DNS servers field, and a comma-separated list of domains in the Search domains field for any domains that you want to include in name server lookups. Optionally, enter a name for this network connection in the DHCP client ID field. This name must be unique on the subnet. When you assign a meaningful DHCP client ID to a connection, it is easy to identify this connection when troubleshooting network problems. Deselect the Require IPv4 addressing for this connection to complete check box to allow the system to make this connection on an IPv6-enabled network if IPv4 configuration fails but IPv6 configuration succeeds. Figure 9.12. The IPv4 Settings tab ![The IPv4 Settings tab][13]
[[D](ld-idp8955824.html)]
##### 9\.9.1.4.1. Editing IPv4 routes {#idm15760704} Fedora configures a number of routes automatically based on the IP addresses of a device. To edit additional routes, click the Routes button. The Editing IPv4 routes dialog appears. Figure 9.13. The Editing IPv4 Routes dialog ![The Editing IPv4 Routes dialog][14]
[[D](ld-idp59541968.html)]
Click Add to add the IP address, netmask, gateway address, and metric for a new static route. Select Ignore automatically obtained routes to make the interface use only the routes specified for it here. Select Use this connection only for resources on its network to prevent this connection from becoming the default route. Enabling this option means that this route will only be used when necessary to access certain resources, such as intranet pages which require a local or VPN connection. Another (default) route will be used for publicly available resources if possible. Note that unlike the additional routes configured in this dialog, this setting will be transferred to the installed system. #### 9\.9.1.5. The IPv6 Settings tab {#idm24299712} Use the IPv6 Settings tab tab to configure the IPv6 parameters for the previously selected network connection. Use the Method drop-down menu to specify which settings the system should attempt to obtain from a _Dynamic Host Configuration Protocol_ (DHCP) service running on the network. Choose from the following options: Ignore : IPv6 is ignored for this connection. Automatic : NetworkManager uses _router advertisement_ (RA) to create an automatic, stateless configuration. Automatic, addresses only : NetworkManager uses RA to create an automatic, stateless configuration, but DNS servers and search domains are ignored and must be configured manually. Automatic, DHCP only : NetworkManager does not use RA, but requests information from DHCPv6 directly to create a stateful configuration. Manual : IPv6 parameters are configured manually for a static configuration. Link-Local Only : A _link-local_ address with the fe80::/10 prefix is assigned to the interface. If you selected a method that requires you to supply manual parameters, enter details of the IP address for this interface, the netmask, and the gateway in the Addresses field. Use the Add and Delete buttons to add or remove addresses. Enter a comma-separated list of DNS servers in the DNS servers field, and a comma-separated list of domains in the Search domains field for any domains that you want to include in name server lookups. Optionally, enter a name for this network connection in the DHCP client ID field. This name must be unique on the subnet. When you assign a meaningful DHCP client ID to a connection, it is easy to identify this connection when troubleshooting network problems. Deselect the Require IPv6 addressing for this connection to complete check box to allow the system to make this connection on an IPv4-enabled network if IPv6 configuration fails but IPv4 configuration succeeds. Figure 9.14. The IPv6 Settings tab ![The IPv6 Settings tab][15]
[[D](ld-idp20418704.html)]
##### 9\.9.1.5.1. Editing IPv6 routes {#idm24552864} Fedora configures a number of routes automatically based on the IP addresses of a device. To edit additional routes, click the Routes button. The Editing IPv6 routes dialog appears. Figure 9.15. The Editing IPv6 Routes dialog ![The Editing IPv6 Routes dialog][16]
[[D](ld-idp11259072.html)]
Click Add to add the IP address, netmask, gateway address, and metric for a new static route. Select Use this connection only for resources on its network to restrict connections only to the local network. ## 9\.10. Software Selection {#s1-pkgselection-x86} ### Installing in text mode If you install Fedora in text mode, you cannot make package selections. The installer automatically selects packages only from the base and core groups. These packages are sufficient to ensure that the system is operational at the end of the installation process, ready to install updates and new packages. To change the package selection, complete the installation, then use the yum utiliy to make desired changes. Figure 9.16. Software Selection ![Software Selection][17]
[[D](ld-idp24472464.html)]
To specify which packages Fedora will install, select Software Selection from the Installation Summary Menu. By default, Fedora installs the GNOME Desktop Environment, but in Software Selection you can choose from a range of other environments and customise additional packages to be installed as add-ons. Available environments are listed in the left-hand pane. To select an environment, click the radio button that corresponds to one of the following options: Graphical Desktops (multiple options, one radio button each) : Fedora offers a variety of graphical desktop environments, which can be enhanced with add-ons such as the LibreOffice productivity suite, graphical tools such as the GIMP, and multimedia applications. The available environments are: * GNOME Desktop * KDE Plasma Workspaces * Xfce Desktop * LXDE Desktop * Cinnamon Desktop * MATE Desktop * Sugar Desktop Environment Development and Creative Workstation : This option provides the necessary tools to compile software and develop graphics and other content on your Fedora system. Web Server : This option provides the Apache web server. Infrastructure Server : This option provides a server for operating network infrastructure services. Basic Desktop : This option provides the X Window System without a full graphical desktop environment. Optionally, you can select a window manager. Minimal Install : This option provides only the packages essential to run Fedora. A minimal installation provides the basis for a single-purpose server or desktop appliance and maximizes performance and security on such an installation. ### Note Only one desktop environment can be selected at install time. To install additional environments once Fedora is installed, use the Software tool or the **yum groupinstall** command. Refer to the [Fedora System Administrators Guide](http://docs.fedoraproject.org/sysadmin-guide) for information about using **yum**. Fedora will automatically install the base and mandatory packages for the environment you select, but you can select additional package groups, or add-ons, from the right-hand pane. The list of add-ons is refreshed when a new environment is selected, with packages specific to the environment at the top. Add-ons range from common utilities such as Administrative Tools and LibreOffice to specialist tools such as RPM Development Tools and Design Suite To specify add-ons for installation as part of the environment, select the check box next to each add-on. Once you have selected an environment and any additional packages you may wish to install, click Done to return to the Installation Summary Menu. The packages that you select are not permanent. After you boot your system, use the Add/Remove Software tool to either install new software or remove installed packages. To run this tool, from the main menu, select System → Administration → Add/Remove Software. The Fedora software management system downloads the latest packages from network servers, rather than using those on the installation discs. ### 9\.10.1.  Core Network Services {#sn-mandatory-services-x86} All Fedora installations include the following network services: * centralized logging through the systemd journal * network file sharing through NFS (Network File System) * remote access through SSH (Secure SHell) * resource advertising through mDNS (multicast DNS) The default installation also provides: * network file transfer through HTTP (HyperText Transfer Protocol) * printing through CUPS (Common UNIX Printing System) * remote desktop access through VNC (Virtual Network Computing) Some automated processes on your Fedora system use the email service to send reports and messages to the system administrator. By default, the email, logging, and printing services do not accept connections from other systems. Fedora installs the NFS sharing, HTTP, and VNC components without enabling those services. You may configure your Fedora system after installation to offer email, file sharing, logging, printing and remote desktop access services. The SSH service is enabled by default. You may use NFS to access files on other systems without enabling the NFS sharing service. ## 9\.11. Storage and partitioning {#s1-diskpartsetup-x86} ### Warning — Back up your data It is always a good idea to back up any data that you have on your systems. For example, if you are upgrading or creating a dual-boot system, you should back up any data you wish to keep on your storage devices. Mistakes do happen and can result in the loss of all your data. ### Important — Installing in text mode If you install Fedora in text mode, you can only use the default partitioning schemes described in this section. You cannot add or remove partitions or file systems beyond those that the installer automatically adds or removes. If you require a customized layout at installation time, you should perform a graphical installation over a VNC connection or a kickstart installation. Furthermore, advanced options such as encrypted filesystems and resizable filesystems are available only in graphical mode and kickstart. ### Important — Booting from RAIDs If you have a RAID card, be aware that some BIOSes do not support booting from the RAID card. In cases such as these, the `/boot/` partition must be created on a partition outside of the RAID array, such as on a separate hard drive. An internal hard drive is necessary to use for partition creation with problematic RAID cards. A `/boot/` partition is also necessary for software RAID setups. If you have chosen to automatically partition your system, you should manually edit your `/boot/` partition (refer to [Section 9.14, “Creating a Custom Partition Layout”](#s1-diskpartitioning-x86 "9.14. Creating a Custom Partition Layout"). Select Installation Destination from the Installation Summary Menu to select and partition the disks Fedora will be installed on. Partitioning allows you to divide your hard drive into isolated sections, where each section behaves as its own hard drive. Partitioning is particularly useful if you run multiple operating systems. If you are not sure how you want your system to be partitioned, read [Appendix A, _An Introduction to Disk Partitions_](#ch-partitions-x86 "Appendix A. An Introduction to Disk Partitions") for more information. Figure 9.17. Disk Partitioning Setup ![Disk Partitioning Setup][18]
[[D](ld-idp22090528.html)]
On this screen you can choose to create the default partition layout automatically, or choose to partition storage devices manually to create a custom layout. If you do not feel comfortable with partitioning your system, choose automatic partitioning and let the installation program partition the storage devices for you. Choose the disks to install Fedora on by clicking their graphical representations from the pane at the top of the screen. Each disk is marked with its label, size, and available space. Hold down **Ctrl** or **Shift** while clicking on the disks to select or unselect multiple disks. A tick icon will appear on the disk once it is selected. To install Fedora on specialized storage devices or to configure iSCSI and FCoE connections, click Add a disk under Specialized and Network Disks and refer to [Section 9.11.1, “Specialized and Networked Disks”](#sect-Storage_Device_Selection_Screen-x86 "9.11.1. Specialized and Networked Disks"). Click Done once you have made your selections. ### Note Selecting a partitioning layout will not immediately affect your disks. The installer will make no changes to them until you return to the Installation Summary Menu and click Begin Installation. The Installation Options dialog now appears, informing you if there is enough space on the selected drive to install Fedora. Figure 9.18. Installation Options dialog - sufficient space ![Installation Options dialog - sufficient space][19]
[[D](ld-idp21089888.html)]
If there is sufficient space to install Fedora, choose from the following paths: * click Cancel & add more disks if you would like to add more storage space * select Automatically configure my Fedora installation to the disk(s) I selected... and press Continue to return to the Installation Summary Menu * select I want more space... and press Continue to reassign space to this installation by manually shrinking or removing partitions (refer to [Section 9.13, “Reclaim disk space”](#reclaim_space-x86 "9.13. Reclaim disk space")) * select I want to review/modify my disks before continuing to create and edit the partitions yourself, then click Continue to reach the Manual Partitioning section (refer to [Section 9.14, “Creating a Custom Partition Layout”](#s1-diskpartitioning-x86 "9.14. Creating a Custom Partition Layout")) Figure 9.19. Installation Options dialog - insufficient space ![Installation Options dialog - insufficient space][20]
[[D](ld-idp73736064.html)]
If there is not enough space and there are existing filesystems on the selected disk, you will be informed how much space could be reclaimed by shrinking or deleting these filesystems. The potential space is presented in two categories: * Free space available for use * Free space unavailable but reclaimable from existing partitions Choose from the following paths to generate sufficient space to install Fedora: * click Cancel & add more disks if you would like to add more storage space * click the Fedora software selection link to transfer to the Software Selection section to choose a package configuration suitable for the available space (refer to [Section 9.10, “Software Selection”](#s1-pkgselection-x86 "9.10. Software Selection")) * click Custom partitioning to reach the Manual Partitioning section (refer to [Section 9.14, “Creating a Custom Partition Layout”](#s1-diskpartitioning-x86 "9.14. Creating a Custom Partition Layout")) * click Reclaim space to choose how to reassign space from other filesystems to this installation (refer to [Section 9.13, “Reclaim disk space”](#reclaim_space-x86 "9.13. Reclaim disk space")) To encrypt all partitions except the `/boot` partition, check the box labeled Encrypt my data. I'll set a passphrase later in the Installation Options dialog (refer to [Appendix C, _Disk Encryption_](#Disk_Encryption_Guide "Appendix C. Disk Encryption") for information on encryption). You will be prompted to create a passphrase when you click Continue or Reclaim space (refer to [Section 9.12, “ Encrypt Partitions ”](#encrypt-x86 "9.12.  Encrypt Partitions")). Optionally, use the Partition Scheme dropdown menu in the Installation Options dialog to choose a partitioning scheme. This will apply to both automated and manually-generated partitions, although individual partitions can later be modified during the manual partitioning process. Choose from: * Standard Partition (as described in [Appendix A, _An Introduction to Disk Partitions_](#ch-partitions-x86 "Appendix A. An Introduction to Disk Partitions")) * BTRFS (B-Tree File System, as described in [Section 9.14.1.1, “File System Types”](#s3-diskpartitioning-file-x86 "9.14.1.1. File System Types")) * LVM (Logical Volume Management, as described in [Appendix D, _Understanding LVM_](#sn-partitioning-lvm "Appendix D. Understanding LVM"). This is the default scheme.) ### Important — Mixing multipath and non-multipath devices When you install Fedora on a system with multipath and non-multipath storage devices, the automatic partitioning layout in the installer might create volume groups that contain a mix of multipath and non-multipath devices. This defeats the purpose of multipath storage. We advise that you select only multipath or only non-multipath devices on the Installation Destination screen. Alternatively, proceed to manual partitioning (refer to [Section 9.14, “Creating a Custom Partition Layout”](#s1-diskpartitioning-x86 "9.14. Creating a Custom Partition Layout"). ### 9\.11.1. Specialized and Networked Disks {#sect-Storage_Device_Selection_Screen-x86} The Specialized and Networked Disks selection screen displays all specialized storage devices to which anaconda has access. Devices are grouped under the following tabs: Multipath Devices : Storage devices accessible through more than one path, such as through multiple SCSI controllers or Fiber Channel ports on the same system. ### Important — device serial numbers must be 16 or 32 characters The installer only detects multipath storage devices with serial numbers that are 16 or 32 characters in length. Other SAN Devices : Any other devices available on a storage area network (SAN). Firmware RAID : Storage devices attached to a firmware RAID controller. If you do need to configure iSCSI or FCoE storage, click Add iSCSI Target and refer to [Section 9.11.1.1, “Add an iSCSI target”](#s1-advanced-storage-iSCSI-x86 "9.11.1.1. Add an iSCSI target"), or click Add FCoE SAN and refer to [Section 9.11.1.2, “Add an FCoE SAN ”](#s1-advanced-storage-FCoE-x86 "9.11.1.2. Add an FCoE SAN"). To assign non-friendly multipath device names, click Device Options and uncheck Use friendly names for multipath devices. The Specialized and Networked Disks selection screen also contains a Search tab that allows you to filter storage devices either by their _World Wide Identifier_ (WWID) or by the port, target, or _logical unit number_ (LUN) at which they are accessed. Figure 9.20. The Storage Devices Search Tab ![The Storage Devices Search Tab][21]
[[D](ld-idp759808.html)]
The tab contains a drop-down menu to select searching by port, target, WWID, or LUN (with corresponding text boxes for these values). Searching by WWID or LUN requires additional values in the corresponding text box. Each tab presents a list of devices detected by anaconda with columns of information about the device to help you to identify it, such as WWID, Capacity, Interconnect, and Vendor. Each device is presented on a separate row, with a checkbox to its left. Click the checkbox to make a device available during the installation process, or click the _radio button_ at the left of the column headings to select or deselect all the devices listed in a particular screen. Later in the installation process, you can choose to install Fedora onto any of the devices selected here, and can choose to automatically mount any of the other devices selected here as part of the installed system. Note that the devices that you select here are not automatically erased by the installation process. Selecting a device on this screen does not, in itself, place data stored on the device at risk. Note also that any devices that you do not select here to form part of the installed system can be added to the system after installation by modifying the `/etc/fstab` file. When you have selected the storage devices to make available during installation, click Done to return to the Installation Destination screen. #### 9\.11.1.1. Add an iSCSI target {#s1-advanced-storage-iSCSI-x86} To use iSCSI storage devices for the installation, anaconda must be able to _discover_ them as iSCSI targets and be able to create an iSCSI _session_ to access them. Each of these steps might require a username and password for _CHAP_ (Challenge Handshake Authentication Protocol) authentication. Additionally, you can configure an iSCSI target to authenticate the iSCSI initiator on the system to which the target is attached (_reverse CHAP_), both for discovery and for the session. Used together, CHAP and reverse CHAP are called _mutual CHAP_ or _two-way CHAP_. Mutual CHAP provides the greatest level of security for iSCSI connections, particularly if the username and password are different for CHAP authentication and reverse CHAP authentication. Repeat the iSCSI discovery and iSCSI login steps as many times as necessary to add all required iSCSI storage. However, you cannot change the name of the iSCSI initiator after you attempt discovery for the first time. To change the iSCSI initiator name, you must restart the installation. Procedure 9.1. iSCSI discovery Use the Add iSCSI Storage Target dialog to provide anaconda with the information that it needs to discover the iSCSI target. Figure 9.21. The iSCSI Discovery Details dialog ![The iSCSI Discovery Details dialog][22]
[[D](ld-idp24471872.html)]
1. Enter the IP address of the iSCSI target in the Target IP Address field. 1. The iSCSI Initiator Name will be automatically filled by the installer with a generated initiator name. You may change this field to a different name, provided it follows the _iSCSI qualified name_ (IQN) format. A valid IQN contains: * the string `iqn.` (note the period) * a date code that specifies the year and month in which your organization's Internet domain or subdomain name was registered, represented as four digits for the year, a dash, and two digits for the month, followed by a period. For example, represent September 2010 as `2010-09.` * your organization's Internet domain or subdomain name, presented in reverse order with the top-level domain first. For example, represent the subdomain `storage.example.com` as `com.example.storage` * a colon followed by a string that uniquely identifies this particular iSCSI initiator within your domain or subdomain. For example, `:diskarrays-sn-a8675309`. A complete IQN therefore resembles: `iqn.2010-09.storage.example.com:diskarrays-sn-a8675309`, and anaconda pre-populates the iSCSI Initiator Name field with a name in this format to help you with the structure. For more information on IQNs, refer to _3\.2.6. iSCSI Names_ in _RFC 3720 - Internet Small Computer Systems Interface (iSCSI)_ available from and _1\. iSCSI Names and Addresses_ in _RFC 3721 - Internet Small Computer Systems Interface (iSCSI) Naming and Discovery_ available from . 1. Use the drop-down menu to specify the type of authentication to use for iSCSI discovery: Figure 9.22. iSCSI discovery authentication ![iSCSI discovery authentication][23]
[[D](ld-idm15508000.html)]
* No credentials * CHAP pair * CHAP pair and a reverse pair 1. * If you selected CHAP pair as the authentication type, provide the username and password for the iSCSI target in the CHAP Username and CHAP Password fields. Figure 9.23. CHAP pair ![CHAP pair][24]
[[D](ld-idp32183456.html)]
* If you selected CHAP pair and a reverse pair as the authentication type, provide the username and password for the iSCSI target in the CHAP Username and CHAP Password field and the username and password for the iSCSI initiator in the Reverse CHAP Username and Reverse CHAP Password fields. Figure 9.24. CHAP pair and a reverse pair ![CHAP pair and a reverse pair][25]
[[D](ld-idm11929072.html)]
1. Click Start Discovery. Anaconda will attempt to discover an iSCSI target based on the information that you provided. If the discovery succeeds, a new dialog will present you with a list of all the iSCSI nodes discovered on the target. if the discovery fails, an error message will appear describing the nature of the problem. 1. In the list of discovered nodes, select the one you want to access using the radio buttons in the left hand side column. Then select an authentification method from the Node login authentication type drop-down menu. If you selected CHAP pair or CHAP pair and a reverse pair, fill out the appropriate fields with valid credentials. To use the same credentials used in the discovery process, select the Use the credentials from discovery option. Figure 9.25. The iSCSI Discovered Nodes dialog ![The iSCSI Discovered Nodes dialog][26]
[[D](ld-idp15968640.html)]
1. Click Log In to initiate an iSCSI session. 1. If anaconda discovered multiple nodes, you will be returned to the Add iSCSI Storage Target window, which will contain a list of discovered nodes you have not logged in to yet. Nodes you have already logged in to will not be displayed in the list. If you want to configure additional nodes, repeat step 6 in this procedure. 1. After you log in to all the nodes you want to configure, click OK. You will then be returned to the Specialized and Network Disks screen. #### 9\.11.1.2. Add an FCoE SAN {#s1-advanced-storage-FCoE-x86} To configure an FCoE SAN, select Add FCoE SAN and click Add Drive. On the menu that appears in the next dialog box, select the network interface that is connected to your FCoE switch and click Add FCoE Disk(s). Figure 9.26. Configure FCoE Parameters ![Configure FCoE Parameters][27]
[[D](ld-idp30446352.html)]
_Data Center Bridging_ (DCB) is a set of enhancements to the Ethernet protocols designed to increase the efficiency of Ethernet connections in storage networks and clusters. Enable or disable the installer's awareness of DCB with the checkbox in this dialog. ### 9\.11.2. x86, AMD64, and Intel 64 Boot Loader Installation {#s1-x86-bootloader} To boot the system without boot media, you usually need to install a boot loader. A boot loader is the first software program that runs when a computer starts. It is responsible for loading and transferring control to the operating system kernel software. The kernel, in turn, initializes the rest of the operating system. GRUB (GRand Unified Bootloader), which is installed by default, is a very powerful boot loader. GRUB can load a variety of free operating systems, as well as proprietary operating systems with chain-loading (the mechanism for loading unsupported operating systems, such as Windows, by loading another boot loader). Note that Fedora 20 uses GRUB 2. GRUB Legacy is no longer actively developed.[[2]](#ftn.idm16063280) If there are no other operating systems on your computer, or you are completely removing any other operating systems the installation program will install GRUB as your boot loader without any intervention. You may have a boot loader installed on your system already. An operating system may install its own preferred boot loader, or you may have installed a third-party boot loader. If your boot loader does not recognize Linux partitions, you may not be able to boot Fedora. Use GRUB as your boot loader to boot Linux and most other operating systems. Follow the directions in this chapter to install GRUB. ### Installing GRUB If you install GRUB, it may overwrite your existing boot loader. The installation program installs GRUB in the master boot record, or MBR, of the device for the root file system. If you have other operating systems already installed, Fedora attempts to automatically detect and configure GRUB to boot them. You may manually configure any additional operating systems if GRUB does not detect them. Figure 9.27. Summary of selected disks ![Summary of selected disks][28]
[[D](ld-idp3132256.html)]
To specify which device the bootloader should be installed on, select Full disk summary and options at the bottom of the Installation Destination screen. The Selected Disks dialog will appear. If you are partitioning the drive manually (refer to [Section 9.14, “Creating a Custom Partition Layout”](#s1-diskpartitioning-x86 "9.14. Creating a Custom Partition Layout")), this dialog can be reached by clicking Storage device/s selected on the Manual Partitioning screen. In the boot column, a green tick will mark one of the devices as the intended boot device. To change the boot device, select a device from the list and click Set as Boot Device to install the boot loader there instead. To decline installation of a new boot loader, select the ticked device and click Do not install bootloader. This will remove the tick and ensure GRUB is not installed on any device. ### Warning If you choose not to install GRUB for any reason, you will not be able to boot the system directly, and you must use another boot method (such as a commercial boot loader application). Use this option only if you are sure you have another way of booting the system! ### Note While partitioning your hard drive, keep in mind that the BIOS in some older systems cannot access more than the first 1024 cylinders on a hard drive. If this is the case, leave enough room for the `/boot` Linux partition on the first 1024 cylinders of your hard drive to boot Linux. The other Linux partitions can be after cylinder 1024. In **parted**, 1024 cylinders equals 528MB. For more information, refer to: #### 9\.11.2.1. Alternative Boot Loaders {#s2-x86-bootloader-alt} GRUB is the default bootloader for Fedora, but is not the only choice. A variety of open-source and proprietary alternatives to GRUB are available to load Fedora, including LILO, SYSLINUX, and Acronis Disk Director Suite. ### Important The Fedora Project does not support third-party boot loaders. ## 9\.12.  Encrypt Partitions {#encrypt-x86} If you selected the Encrypt my data option, when you click to proceed to the next screen the installer will prompt you for a passphrase with which to encrypt the partitions on the system. Partitions are encrypted using the _Linux Unified Key Setup_ — refer to [Appendix C, _Disk Encryption_](#Disk_Encryption_Guide "Appendix C. Disk Encryption") for more information. Figure 9.28.  Enter passphrase for encrypted partition ![Enter passphrase for encrypted partition][29]
[[D](ld-idm21409696.html)]
Choose a passphrase and type it into each of the two fields in the dialog box. If the passphrase is not strong enough, a warning symbol will appear and you will not be allowed to type in the second field. You must provide this passphrase every time that the system boots. ### Warning — Do not lose this passphrase If you lose this passphrase, any encrypted partitions and the data on them will become completely inaccessible. There is no way to recover a lost passphrase. Note that if you perform a kickstart installation of Fedora, you can save encryption passphrases and create backup encryption passphrases during installation. Refer to [Section C.3.2, “Saving Passphrases”](#Disk_Encryption_Guide-Saving_Passphrases "C.3.2. Saving Passphrases") and [Section C.3.3, “Creating and Saving Backup Passphrases”](#Disk_Encryption_Guide-Creating_and_Saving_Backup_Passphrases "C.3.3. Creating and Saving Backup Passphrases"). ## 9\.13. Reclaim disk space {#reclaim_space-x86} If you chose to shrink or remove existing partitions at the Installation Options dialog (refer to [Section 9.11, “Storage and partitioning”](#s1-diskpartsetup-x86 "9.11. Storage and partitioning")) in the Installation Destination section, you will be directed to the Reclaim Disk Space tool. Figure 9.29. Reclaim disk space from existing filesystems ![Reclaim disk space from existing filesystems][30]
[[D](ld-idm15964864.html)]
The existing filesystems Fedora has detected will be listed in a table as part of their respective disks. The Reclaimable Space column lists the space that could be reassigned to this installation. The Action column lists what action will be taken with the filesystem to reclaim space. Beneath the table are three buttons: * Preserve: leaves the filesystem intact and no data is deleted (this is the default action). * Shrink to: recovers free space from the filesystem and makes it available for this installation. * Delete: removes the filesystem entirely. All the space it takes up on the disk will be made available for this installation. Select a filesystem from the table with your mouse and click one of the three buttons, or click Delete All to clear all reclaimable filesystems (the disks will not be touched at this point). The label in the Action column will change to match your selection and the amount of Total selected space to reclaim displayed beneath the table will increase or decrease in response. Beneath this value is the amount of space the installation requires based on the packages you have selected to install (refer to [Section 9.10, “Software Selection”](#s1-pkgselection-x86 "9.10. Software Selection")). If you click the Shrink to button, a slider will appear next to it representing the size of the selected filesystem. Use your mouse to shrink the filesystem by dragging the indicator to your chosen size. The lowest possible size is displayed at the left-hand end of the slider. When enough space has been reclaimed for the installation to proceed, the Reclaim Space button will become available. Click this button to return to the Installation Summary Menu and proceed with the installation. ## 9\.14. Creating a Custom Partition Layout {#s1-diskpartitioning-x86} If you chose to partition your disks manually in [Section 9.11, “Storage and partitioning”](#s1-diskpartsetup-x86 "9.11. Storage and partitioning"), you will directed to the Manual Partitioning screen. By choosing to create a custom partitioning layout, you must now tell the installation program where to install Fedora. This is done by defining mount points for one or more disk partitions in which Fedora is installed. You may also need to create and/or delete partitions at this time. If you have not yet planned how to set up your partitions, refer to [Appendix A, _An Introduction to Disk Partitions_](#ch-partitions-x86 "Appendix A. An Introduction to Disk Partitions") and [Section 9.14.5, “Recommended Partitioning Scheme”](#s2-diskpartrecommend-x86 "9.14.5. Recommended Partitioning Scheme"). At a bare minimum, you need an appropriately-sized root partition, and usually a swap partition appropriate to the amount of RAM you have on the system. The Fedora installer can handle the partitioning requirements for a typical installation. The Manual Partitioning screen initially features a single pane on the left for partitions. This will either be empty except for information about creating mount points, or it will display existing partitions that the installer has detected. The total space and available space on the devices selected in [Section 9.11, “Storage and partitioning”](#s1-diskpartsetup-x86 "9.11. Storage and partitioning") are displayed beneath this pane. ### 9\.14.1. Adding and Configuring Partitions {#Adding_Partitions-x86} Adding a partition is a two-step process. You first create the partition at a certain size and specify the mount point. The partition will appear in the left pane. Next, you customize it using the options in the right pane, where you can choose a name, device type, file system type, label, and whether to encrypt or reformat the partition. This differs from previous partitioning methods where the partition was created and customized in the same step. ### Important If you configured your disks in the shell prompt, click the arrow button at the bottom of the left-hand pane before you begin partitioning. In the resulting dialog, click Rescan disks. This enables the installer to take advantage of your changes. If you have no existing partitions and want the system to create the required partitions and their mount points for you, use your mouse to click the link in the left pane for creating mount points automatically. This will generate a `/boot` partition, a `/` (root) partition, and a swap partition proportionate to the size of the device. These are the recommended partitions for a typical installation (refer to [Section 9.14.5, “Recommended Partitioning Scheme”](#s2-diskpartrecommend-x86 "9.14.5. Recommended Partitioning Scheme")), but you can add additional partitions if you need to. Figure 9.30. Partitioning on x86, AMD64, and Intel 64 Systems ![Partitioning on x86, AMD64, and Intel 64 Systems][31]
[[D](ld-idm8802544.html)]
Alternatively, create individual partitions using the + button at the bottom of the pane. The Add a New Mount Point dialog will open. Type a path for the mount point or select one from the drop-down menu (for example, enter `/` for the root partition, `/boot` for the boot partition, and so on). Enter the desired size of the partition in megabytes or gigabytes (for example, type "2GB" to create a 2 gigabyte partition). After entering these details, click Add a mount point. This action creates the partition. To change which devices a non-LVM mount point should be located on, click the configuration button at the bottom of the pane to open the Configure Mount Point dialog. Select one or more devices and click Select. At the bottom of the screen, a link will state how many storage devices were selected in Installation Destination (refer to [Section 9.11, “Storage and partitioning”](#s1-diskpartsetup-x86 "9.11. Storage and partitioning")). This link opens the Selected Devices dialog, where you can specify which device the bootloader should be installed on. Refer to [Section 9.11.2, “x86, AMD64, and Intel 64 Boot Loader Installation”](#s1-x86-bootloader "9.11.2. x86, AMD64, and Intel 64 Boot Loader Installation") for more information. To customize a partition, select it in the left-hand pane and the following customizable features will appear to the right (click Customize to reveal them all): * Name: Assign a name to the partition. Certain partitions will be named automatically when they are created and their name is unavailable for editing, such as `/home` being assigned the name `sda1`. Others can be named arbitrarily. * Mount point: Enter the partition's mount point. For example, if this partition should be the root partition, enter **`/`**; enter **`/boot`** for the `/boot` partition, and so on. For a swap partition the mount point should not be set — setting the filesystem type to `swap` is sufficient. * Label: Assign a label to the partition. * Desired capacity: Enter the desired size (in megabytes) of the partition. * Device Type: Choose between Standard Partition, LVM, and BTRFS. If two or more disks were selected for partitioning, RAID will also be available. For more information on these options, refer to [Section 9.14.1.1, “File System Types”](#s3-diskpartitioning-file-x86 "9.14.1.1. File System Types"). Check the adjacent Encrypt box to encrypt the partition. You will be prompted to generate a password later. * File System: Using the pull-down menu, select the appropriate file system type for this partition. For more information on file system types, refer to [Section 9.14.1.1, “File System Types”](#s3-diskpartitioning-file-x86 "9.14.1.1. File System Types"). Check the adjacent Reformat box to format an existing partition, or leave it unchecked to retain your data. Click Update Settings to save your changes and select another partition to customize. To undo the changes you have made to the partitions and start again, click Reset All. When all partitions have been created and customized, click Done to return to the Installation Summary Menu. The Summary of Changes dialog will appear first, prompting you to either review and accept your partitions or to return and modify them. Once you have accepted the partitions, you will be prompted to create a passphrase if you chose to encrypt any of them (refer to [Section 9.12, “ Encrypt Partitions ”](#encrypt-x86 "9.12.  Encrypt Partitions")). #### 9\.14.1.1. File System Types {#s3-diskpartitioning-file-x86} Fedora allows you to create different partition types and file systems. The following is a brief description of the different partition types and file systems available, and how they can be used. Partition types * standard partition — A standard partition can contain a file system or swap space, or it can provide a container for software RAID or an LVM physical volume. * logical volume (LVM) — Creating an LVM partition automatically generates an LVM logical volume. LVM can improve performance when using physical disks. To create a logical volume, refer to [Section 9.14.3, “ Create LVM Logical Volume ”](#Create_LVM-x86 "9.14.3.  Create LVM Logical Volume"). For more information regarding LVM, refer to the _Fedora System Administrators Guide_. * software RAID — Creating two or more software RAID partitions allows you to create a RAID device. One RAID partition is assigned to each disk on the system. To create a RAID device, refer to [Section 9.14.2, “ Create Software RAID ”](#Create_Software_RAID-x86 "9.14.2.  Create Software RAID"). For more information regarding RAID, refer to the chapter _RAID (Redundant Array of Independent Disks)_ in the _Fedora System Administrators Guide_. * LVM thin provisioning – Using thin provisioning, you can manage a storage pool of free space, known as a thin pool, which can be allocated to an arbitrary number of devices when needed by applications. The thin pool can be expanded dynamically when needed for cost-effective allocation of storage space. * Btrfs — Btrfs is under development as a file system with several device-like features, so is presented in the installer as a type of partition. It is capable of addressing and managing more files, larger files, and larger volumes than the ext2, ext3, and ext4 file systems. To create a Btrfs volume and read more information, refer to [Section 9.14.4, “ Create a Btrfs subvolume”](#Create_Btrfs-x86 "9.14.4.  Create a Btrfs subvolume"). File systems * ext4 — The ext4 file system is based on the ext3 file system and features a number of improvements. These include support for larger file systems and larger files, faster and more efficient allocation of disk space, no limit on the number of subdirectories within a directory, faster file system checking, and more robust journaling. The ext4 file system is selected by default and is highly recommended. * ext3 — The ext3 file system is based on the ext2 file system and has one main advantage — journaling. Using a journaling file system reduces time spent recovering a file system after a crash as there is no need to **fsck** [[3]](#ftn.idp44334192) the file system. * ext2 — An ext2 file system supports standard Unix file types (regular files, directories, symbolic links, etc). It provides the ability to assign long file names, up to 255 characters. * swap — Swap partitions are used to support virtual memory. In other words, data is written to a swap partition when there is not enough RAM to store the data your system is processing. Refer to the _Fedora System Administrators Guide_ for additional information. * BIOS Boot — A small partition required for booting a device with a GPT/GUID partition table on BIOS systems. Not required for UEFI systems. * xfs — XFS is a highly scalable, high-performance file system that supports filesystems up to 16 exabytes (approximately 16 million terabytes), files up to 8 exabytes (approximately 8 million terabytes) and directory structures containing tens of millions of entries. XFS supports metadata journaling, which facilitates quicker crash recovery. The XFS file system can also be defragmented and resized while mounted and active. * vfat — The VFAT file system is a Linux file system that is compatible with Microsoft Windows long filenames on the FAT file system. ### 9\.14.2.  Create Software RAID {#Create_Software_RAID-x86} _Redundant arrays of independent disks_ (RAIDs) are constructed from multiple storage devices that are arranged to provide increased performance and — in some configurations — greater fault tolerance. In earlier versions of Fedora, RAID partitions and devices were created in separate steps. Now, the RAID device is created in one step and disks are added or removed as necessary. One RAID partition is allowed per disk for each device, so the number of disks available to the installer will determine which levels of RAID device are available to you. Figure 9.31. Create a software RAID device ![Create a software RAID device][32]
[[D](ld-idm15437744.html)]
RAID configuration options will only be visible if you have selected two or more disks in [Section 9.11, “Storage and partitioning”](#s1-diskpartsetup-x86 "9.11. Storage and partitioning"). At least two disks are required to create a RAID device. To create a RAID device: 1. Create a partition as described in [Section 9.14.1, “Adding and Configuring Partitions”](#Adding_Partitions-x86 "9.14.1. Adding and Configuring Partitions"). Configuring this partition will configure the RAID device. 1. Click the Device Type dropdown menu and select RAID. 1. Click the File System dropdown menu and select your preferred file system type (refer to [Section 9.14.1.1, “File System Types”](#s3-diskpartitioning-file-x86 "9.14.1.1. File System Types"). 1. Click the RAID Level dropdown menu and select your preferred RAID level: RAID0 (Performance) : Distributes data across multiple storage devices. Level 0 RAIDs offer increased performance over standard partitions, and can be used to pool the storage of multiple devices into one large virtual device. Note that Level 0 RAIDS offer no redundancy and that the failure of one device in the array destroys the entire array. RAID 0 requires at least two RAID partitions. RAID1 (Redundancy) : Mirrors the data on one storage device onto one or more other storage devices. Additional devices in the array provide increasing levels of redundancy. RAID 1 requires at least two RAID partitions. RAID4 (Error Checking) : Distributes data across multiple storage devices, but uses one device in the array to store parity information that safeguards the array in case any device within the array fails. Because all parity information is stored on the one device, access to this device creates a bottleneck in the performance of the array. RAID 4 requires at least three RAID partitions. RAID5 (Distributed Error Checking) : Distributes data and parity information across multiple storage devices. Level 5 RAIDs therefore offer the performance advantages of distributing data across multiple devices, but do not share the performance bottleneck of level 4 RAIDs because the parity information is also distributed through the array. RAID 5 requires at least three RAID partitions. RAID6 (Redundant Error Checking) : Level 6 RAIDs are similar to level 5 RAIDs, but instead of storing only one set of parity data, they store two sets. RAID 6 requires at least four RAID partitions. RAID10 (Performance, Redundancy) : Level 10 RAIDs are _nested RAIDs_ or _hybrid RAIDs_. Level 10 RAIDs are constructed by distributing data over mirrored sets of storage devices. For example, a level 10 RAID constructed from four RAID partitions consists of two pairs of partitions in which one partition mirrors the other. Data is then distributed across both pairs of storage devices, as in a level 0 RAID. RAID 10 requires at least four RAID partitions. 1. Keeping the partition selected in the left-hand pane, select the configuration button below the pane to open the Configure Mount Point dialog. Select which disks will be included in the RAID device and click Select. If fewer disks are included than the specified RAID level needs, a yellow notification bar at the bottom of the screen will inform you that Device reconfiguration failed. Clicking this warning prompts a dialog informing you how many disks are required. 1. Click Update Settings to save your changes, and either continue with another partition or click Done to return to the Installation Summary Menu. ### 9\.14.3.  Create LVM Logical Volume {#Create_LVM-x86} ### Important - LVM in Text-Mode is Automatic Partitioning Only Text-mode installation only provides automatic partitioning for LVM volumes. If customization is required, use a kickstart, graphical, or vnc installation. _Logical Volume Management_ (LVM) presents a simple logical view of underlying physical storage space, such as hard drives or LUNs. Partitions on physical storage are represented as _physical volumes_ that can be grouped together into _volume groups_. Each volume group can be divided into multiple _logical volumes_, each of which is analogous to a standard disk partition. Therefore, LVM logical volumes function as partitions that can span multiple physical disks. To read more about LVM, refer to the _Fedora System Administrators Guide_. Note, LVM is only available in the graphical installation program. Figure 9.32. Configure a logical volume ![Configure a logical volume][33]
[[D](ld-idm22898864.html)]
To create a logical volume and add it to a new or existing volume group: 1. Create a partition as described in [Section 9.14.1, “Adding and Configuring Partitions”](#Adding_Partitions-x86 "9.14.1. Adding and Configuring Partitions"). Configuring this partition will configure the logical volume. 1. Click the Device Type dropdown menu and select LVM. 1. An additional dropdown menu will appear: Volume Group. The menu will display a newly-created volume group name, such as fedora. If this group and its default settings (no RAID level, automatic sizing) are acceptable, skip to step 5. 1. To edit the group, click Modify to open the Configure Volume Group dialog. Choose a name and select which disks will be included. Optionally, select a RAID level and a Sizing Policy (choose between Automatic, As large as possible, and Fixed, to set the size manually). For information on RAID levels, refer to [Section 9.14.2, “ Create Software RAID ”](#Create_Software_RAID-x86 "9.14.2.  Create Software RAID"). Alternatively, click the dropdown menu and select Create a new volume group to add an additional group using the same dialog. Click Save once the group is configured. 1. Click Update Settings to save your changes, and either continue with another partition or click Done to return to the Installation Summary Menu. ### 9\.14.4.  Create a Btrfs subvolume {#Create_Btrfs-x86} ### Btrfs is still experimental Fedora 20 includes Btrfs as a technology preview to allow you to experiment with this file system. You should not choose Btrfs for partitions that will contain valuable data or that are essential for the operation of important systems. _Btrfs_ is a type of file system, but has several features characteristic of a storage device. It is designed to make the file system tolerant of errors, and to facilitate the detection and repair of errors when they occur. It uses checksums to ensure the validity of data and metadata, and maintains snapshots of the file system that can be used for backup or repair. During manual partitioning, you will create Btrfs subvolumes rather than volumes. The installer then automatically creates a Btrfs volume to contain these subvolumes. The sizes reported for each Btrfs mount point in the left pane of the Manual Partitioning screen will be identical because they reflect the total size of the volume rather than each individual subvolume. Figure 9.33. Configure a Btrfs volume ![Configure a Btrfs volume][34]
[[D](ld-idp28556320.html)]
To create a Btrfs subvolume: 1. Create a partition as described in [Section 9.14.1, “Adding and Configuring Partitions”](#Adding_Partitions-x86 "9.14.1. Adding and Configuring Partitions"). Configuring this partition will configure the Btrfs subvolume. 1. Click the Device Type dropdown menu and select BTRFS. 1. Beneath the File System dropdown menu (which is grayed out for Btrfs), an additional menu will appear: Volume Group. This menu will display a newly-created volume group name, such as fedora00. If this group and its default settings (no RAID level, automatic sizing) are acceptable, skip to step 5. 1. To edit the group, click Modify to open the Configure Volume dialog. Choose a name and select which disks will be included. Optionally, select a RAID level and a Sizing Policy (choose between Automatic, As large as possible, and Fixed, to set the size manually). For information on RAID levels, refer to [Section 9.14.2, “ Create Software RAID ”](#Create_Software_RAID-x86 "9.14.2.  Create Software RAID"). Alternatively, click the dropdown menu and select Create a new volume to add an additional group using the same dialog. Click Save once the volume is configured. ### Note Only RAID 0 and RAID 1 are available for btrfs subvolumes. 1. Keeping the partition selected in the left-hand pane, select the configuration button below the pane to open the Configure Mount Point dialog. Select which disks will be included as part of the RAID on the subvolume and click Select. If fewer disks are included than the specified RAID level needs, a yellow notification bar at the bottom of the screen will inform you that Device reconfiguration failed. Clicking this warning prompts a dialog informing you how many disks are required. 1. Click Update Settings to save your changes, and either continue with another partition or click Done to return to the Installation Summary Menu. ### Important Placing `/boot` on a Btrfs subvolume may lead to instability and is not recommended. ### 9\.14.5. Recommended Partitioning Scheme {#s2-diskpartrecommend-x86} #### 9\.14.5.1. x86, AMD64, and Intel 64 systems {#idp6256528} _Unless you have a reason for doing otherwise, we recommend that you create the following partitions for x86, AMD64, and Intel 64 systems_: * A `swap` partition * A `/boot` partition * A `/` partition * A `/home` partition * A `swap` partition (at least 256 MB).  Swap partitions support virtual memory: data is written to a swap partition when there is not enough RAM to store the data your system is processing. In years past, the recommended amount of swap space increased linearly with the amount of RAM in the system. Modern systems often include hundreds of gigabytes of RAM, however. As a consequence, recommended swap space is considered a function of system memory workload, not system memory. The following table provides the recommended size of a swap partition depending on the amount of RAM in your system and whether you want sufficient memory for your system to hibernate. The recommended swap partition size is established automatically during installation. To allow for hibernation, however, you will need to edit the swap space in the custom partitioning stage. Table 9.2. Recommended System Swap Space |Amount of RAM in the system|Recommended swap space|Recommended swap space if allowing for hibernation| |-| |⩽ 2GB|2 times the amount of RAM|3 times the amount of RAM| |> 2GB – 8GB|Equal to the amount of RAM|2 times the amount of RAM| |> 8GB – 64GB|0.5 times the amount of RAM|1.5 times the amount of RAM| |> 64GB|4GB of swap space|No extra space needed|
At the border between each range listed above (for example, a system with 2GB, 8GB, or 64GB of system RAM), discretion can be exercised with regard to chosen swap space and hibernation support. If your system resources allow for it, increasing the swap space may lead to better performance. Note that distributing swap space over multiple storage devices — particularly on systems with fast drives, controllers and interfaces — also improves swap space performance. * A `/boot/` partition (500 MB).  The partition mounted on `/boot/` contains the operating system kernel (which allows your system to boot Fedora), along with files used during the bootstrap process. For most users, a 500 MB boot partition is sufficient. ### Note If your hard drive is more than 1024 cylinders (and your system was manufactured more than two years ago), you may need to create a `/boot/` partition if you want the `/` (root) partition to use all of the remaining space on your hard drive. ### Note If you have a RAID card, be aware that some BIOSes do not support booting from the RAID card. In cases such as these, the `/boot/` partition must be created on a partition outside of the RAID array, such as on a separate hard drive. * A `root` partition (3.0 GB - 5.0 GB).  This is where "`/`" (the root directory) is located. In this setup, all files (except those stored in `/boot`) are on the root partition. A 3 GB partition allows you to install a minimal installation. For a full desktop installation, a _minimum_ of 20GB for the root partition is recommended. ### Root and `/root` The `/` (or root) partition is the top of the directory structure. The `/root` directory`/root` (sometimes pronounced "slash-root") directory is the home directory of the user account for system administration. * A `home` partition (at least 100 MB).  To store user data separately from system data, create a dedicated partition within a volume group for the `/home` directory. This will enable you to upgrade or reinstall Fedora without erasing user data files. Many systems have more partitions than the minimum listed above. Choose partitions based on your particular system needs. Refer to [Section 9.14.5.1.1, “Advice on Partitions”](#sn-partitioning-advice "9.14.5.1.1. Advice on Partitions") for more information. If you create many partitions instead of one large `/` partition, upgrades become easier. The following table summarizes minimum partition sizes for the partitions containing the listed directories. You _do not_ have to make a separate partition for each of these directories. For instance, if the partition containing `/foo` must be at least 2 GB, and you do not make a separate `/foo` partition, then the `/` (root) partition must be at least 2 GB. Table 9.3. Minimum partition sizes |Directory|Minimum size| |-| |`/`|2 GB| |`/usr`|`/usr` on a seperate partition is not supported.| |`/tmp`|`tmpfs` by default, 50 MB otherwise.| |`/var`|500 MB| |`/home`|100 MB| |`/boot`|250 MB|
### Leave Excess Capacity Unallocated Only assign storage capacity to those partitions you require immediately. You may allocate free space at any time, to meet needs as they occur. To learn about a more flexible method for storage management, refer to [Appendix D, _Understanding LVM_](#sn-partitioning-lvm "Appendix D. Understanding LVM"). If you are not sure how best to configure the partitions for your computer, accept the default partition layout. ##### 9\.14.5.1.1. Advice on Partitions {#sn-partitioning-advice} Optimal partition setup depends on the usage for the Linux system in question. The following tips may help you decide how to allocate your disk space. * Consider encrypting any partitions that might contain sensitive data. Encryption prevents unauthorized people from accessing the data on the partitions, even if they have access to the physical storage device. In most cases, you should at least encrypt the `/home` partition. * Each kernel installed on your system requires approximately 220 MB on the `/boot` partition. The boot partition can also be used during upgrades, so leaving extra room is recommended. Unless you plan to install a great many kernels, the default partition size of 500 MB for `/boot` should suffice. * The `/var` directory holds content for a number of applications, including the Apache web server. It also is used to store downloaded update packages on a temporary basis. Ensure that the partition containing the `/var` directory has enough space to download pending updates and hold your other content. ### Warning The PackageKit update software downloads updated packages to `/var/cache/yum/` by default. If you partition the system manually, and create a separate `/var/` partition, be sure to create the partition large enough (3.0 GB or more) to download package updates. * The `/usr` directory holds the majority of software content on a Fedora system. Because crucial applications and utilities are located in `/usr`, Fedora does not support placing it on a separate partition. ### Do not place `/usr` on a separate file system If `/usr` is on a separate file system from `/`, the boot process becomes much more complex because `/usr` contains boot-critical components. In some situations (like installations on iSCSI drives), the boot process might not work at all. * Consider leaving a portion of the space in an LVM volume group unallocated. This unallocated space gives you flexibility if your space requirements change but you do not wish to remove data from other partitions to reallocate storage. * If you separate subdirectories into partitions, you can retain content in those subdirectories if you decide to install a new version of Fedora over your current system. For instance, if you intend to run a MySQL database in `/var/lib/mysql`, make a separate partition for that directory in case you need to reinstall later. * Certain platforms have specific partitioning requirements: * An EFI boot disk must have an EFI System Partition (ESP) between 50MB and 200MB. * Power Systems servers must have one of the following partitions: `/boot/efi` with an HFS+ file system, Apple Bootstrap, or a PPC PReP boot partition. The following table is a possible partition setup for a system with a single, new 80 GB hard disk and 1 GB of RAM. Note that approximately 10 GB of the volume group is unallocated to allow for future growth. ### Example Usage This setup is not optimal for all use cases. Example 9.1. Example partition setup Table 9.4. Example partition setup |Partition|Size and type| |-| |`/boot`|500 MB `ext3` partition| |`swap`|2 GB swap| |LVM physical volume|Remaining space, as one LVM volume group|
The physical volume is assigned to the default volume group and divided into the following logical volumes: Table 9.5. Example partition setup: LVM physical volume |Partition|Size and type| |-| |`/`|13 GB ext4| |`/var`|4 GB ext4| |`/home`|50 GB ext4|

### 9\.14.6. Review and Confirm Custom Partition Layout {#s1-diskpartitioning-confirm} After manually configuring a partition layout, you are given a summary of changes to be made to the disk. Review the summary to ensure that the installation will proceed as expected, and that no filesystems with important data will be lost. Figure 9.34. Summary of Changes ![Summary of Changes][35]
[[D](ld-idp28077056.html)]
## 9\.15. Begin installation {#Begin_installation-x86} When all required sections of the Installation Summary Menu have been completed, the yellow admonition at the bottom of the menu screen will disappear and the Begin Installation button can be selected. Figure 9.35. Ready to install ![Ready to install][36]
[[D](ld-idm10043168.html)]
If you have finished customizing your installation and are certain that you want to proceed, click Begin Installation. ### Last chance to cancel safely Up to this point in the installation process, the installer has made no lasting changes to your computer. When you click Begin Installation, the installer will allocate space on your hard drive and start to transfer Fedora into this space. Depending on the partitioning option that you chose, this process might include erasing data that already exists on your computer. To revise any of the choices that you made up to this point, return to the relevant section of the Installation Summary Menu. To cancel installation completely, click Quit or switch off your computer. To switch off most computers at this stage, press the power button and hold it down for a few seconds. After you click Begin Installation, allow the installation process to complete. If the process is interrupted (for example, by you switching off or resetting the computer, or by a power outage) you will probably not be able to use your computer until you restart and complete the Fedora installation process, or install a different operating system. ## 9\.16. The Configuration Menu and Progress Screen {#s1-progresshub-x86} Once you click Begin Installation on the Installation Summary Menu, you will be directed to the Configuration Menu and Progress Screen. Fedora reports the installation progress on the screen as it writes the selected packages to your system. Figure 9.36. Installing packages ![Installing packages][37]
[[D](ld-idp30274160.html)]
For your reference, a complete log of your installation can be found in `/root/install.log` once you reboot your system. While the packages are being installed, select the menu items above the progress bar to create user profiles and a root password. These items must be configured in order to complete the installation. ### 9\.16.1. Set the Root Password {#sn-account_configuration-x86} Setting up a root account and password is one of the most important steps during your installation. The root account is used to install packages, upgrade RPMs, and perform most system maintenance. Logging in as root gives you complete control over your system. ### Note The root user (also known as the superuser) has complete access to the entire system; for this reason, logging in as the root user is best done _only_ to perform system maintenance or administration. Figure 9.37. Root Password ![Root Password][38]
[[D](ld-idp7368080.html)]
Use the root account only for system administration. Create a non-root account for your general use and use the **su** command to change to root only when you need to perform tasks that require superuser authorization. These basic rules minimize the chances of a typo or an incorrect command doing damage to your system. ### Note To become root, type **su -** at the shell prompt in a terminal window and then press **Enter**. Then, enter the root password and press **Enter**. The installation program requires you to set a root password[[4]](#ftn.idm21864208) for your system. _. You cannot proceed to the installation itself without entering a root password._ The root password must be at least six characters long; the password you type is not echoed to the screen. You must enter the password twice; if the two passwords do not match, the installation program asks you to enter them again. You should make the root password something you can remember, but not something that is easy for someone else to guess. Your name, your phone number, _qwerty_, _password, root_, _123456_, and _anteater_ are all examples of bad passwords. Good passwords mix numerals with upper and lower case letters and do not contain dictionary words: _Aard387vark_ or _420BMttNT_, for example. Remember that the password is case-sensitive. If you write down your password, keep it in a secure place. However, it is recommended that you do not write down this or any password you create. ### Note Do not use one of the example passwords offered in this manual. Using one of these passwords could be considered a security risk. To change your root password after you have completed the installation, use the Root Password Tool. Type the **system-config-users** command in a shell prompt to launch the User Manager, a powerful user management and configuration tool. If you are not root, it prompts you for the root password to continue. Click the Root Password menu item and enter your nominated password into the Root Password field. Fedora displays the characters as asterisks for security. Type the same password into the Confirm field to ensure it is set correctly. After you set the root password, click Done to return to the Configuration Menu and Progress Screen. ### 9\.16.2. User Creation {#sn-firstboot-systemuser} Create a user account for yourself with this screen. Always use this account to log in to your Fedora system, rather than using the `root` account. Figure 9.38. The Create User screen ![The Create User screen][39]
[[D](ld-idp29558288.html)]
### Note — Network Login Not Available During Installation It is not possible to configure network-based authentication during installation using the graphical interface in the current version of Fedora. This option now becomes available after the installation finishes and the system is started for the first time. Alternatively, you can use kickstart to configure network authentication during the installation process. See [Chapter 15, _Kickstart Installations_](#ch-kickstart2 "Chapter 15. Kickstart Installations") for more details on kickstart installations, and the [Fedora 19 Release Notes](https://docs.fedoraproject.org/en-US/Fedora/19/html-single/Release_Notes/index.html#idm263759505216) for information about this limitation. Enter a user name and your full name, and then enter your chosen password. Type your password once more in the Confirm Password box to ensure that it is correct. Check the Make this user administrator box if you would like administrative privileges. This will place you in the `wheel` group, which gives you access to all administrative functions, including installing and updating software, creating and altering configuration files, and administering other users. To create additional users or customise your first user account, click Advanced to open the Advanced User Configuration dialog. Figure 9.39. Advanced User Configuration ![Advanced User Configuration][40]
[[D](ld-idp3579344.html)]
In Advanced User Configuration you can edit various properties, such as a private group for the user, the preferred login shell, and user and group IDs. ### Important — Create at least one user account If you selected GNOME as your desktop environment during the package selection process, you will be able to create a user account after the installation finishes. Other desktop environments, such as KDE or Xfce, do not offer this functionality. It is therefore important to create at least one user account during this step; otherwise you will not be able to log in to the Fedora graphical environment. If you skipped this step during installation, refer to [Section 10.4.3, “Booting into a Graphical Environment”](#Trouble_After_Booting-GUI "10.4.3. Booting into a Graphical Environment"). ### Note — Creating Extra User Accounts To add additional user accounts to your system after the installation is complete, choose System → Administration → Users & Groups. ## 9\.17. Installation Complete {#s1-complete-x86} Congratulations! Now that you have configured the remaining settings, your Fedora installation is complete. Figure 9.40. Packages installed ![Packages installed][41]
[[D](ld-idm22145296.html)]
Click Reboot to reboot your system and begin using Fedora. Remember to remove any installation media if it is not ejected automatically upon reboot. After your computer's normal power-up sequence has completed, Fedora loads and starts. By default, the start process is hidden behind a graphical screen that displays a progress bar. Eventually, a `login:` prompt or a GUI login screen (if you installed the X Window System and chose to start X automatically) appears. Once you have logged in, you can begin using Fedora. ### 9\.17.1. GNOME Initial Setup {#sect-gnome-initial-setup} If you selected GNOME as your default desktop environment, you will be presented with a Welcome screen when the newly installed system starts for the first time. Here you can configure your system settings, such as the time zone, keyboard layout and language. If you have not created a user account during the installation, you will be prompted to create one. All of the options available here can be changed using built-in tools accessible from the Activities menu after the initial setup is complete. After you have finished configuring the available options, click the Start using GNOME 3 button on the application's final screen. You will then be able to log in to your user account. When you log in for the first time, a Desktop Help window will automatically open, allowing you to view tutorials and watch several videos showcasing some of the desktop environment's features. Figure 9.41. Language selection in GNOME Initial Setup ![Language selection in GNOME Initial Setup][42]
[[D](ld-idp46434096.html)]
### 9\.17.2. Initial Setup in Other Desktop Environments {#sect-other-initial-setup} In desktop environments other than GNOME, such as XFCE or KDE, you will only be presented with a screen allowing you to customize system settings and create a user account if you have not done so during the installation. If you have configured your language, keyboard layout, time zone and created a user previously (for example during the graphical installation), you will be able to log in and start using your system immediately. If only some of the available options are configured, the Initial Setup menu will prompt you the remaining ones. The Initial Setup application works the same way as the Anaconda graphical installer. For instructions on how to configure the available settings, see [Section 9.2, “The Graphical Installation Program User Interface”](#s1-guimode-interface-x86 "9.2. The Graphical Installation Program User Interface"). Figure 9.42. The Initial Setup Menu ![The Initial Setup Menu][43]
[[D](ld-idp24966000.html)]

---- [[2] ](#idm16063280) [[3] ](#idp44334192) The **fsck** application is used to check the file system for metadata consistency and optionally repair one or more Linux file systems. [[4] ](#idm21864208) A root password is the administrative password for your Fedora system. You should only log in as root when needed for system maintenance. The root account does not operate within the restrictions placed on normal user accounts, so changes made as root can have implications for your entire system. ## Chapter 10. Troubleshooting Installation on an Intel or AMD System {#ch-trouble-x86} This section discusses some common installation problems and their solutions. For debugging purposes, anaconda logs installation actions into files in the `/tmp` directory. These files include: `/tmp/anaconda.log` : general anaconda messages `/tmp/program.log` : all external programs run by anaconda `/tmp/storage.log` : extensive storage module information `/tmp/yum.log` : yum package installation messages `/tmp/syslog` : hardware-related system messages If the installation fails, the messages from these files are consolidated into ``/tmp/anaconda-tb-_`identifier`_``, where _`identifier`_ is a random string. All of the files above reside in the installer's ramdisk and are thus volatile. To make a permanent copy, copy those files to another system on the network using **scp** on the installation image (not the other way round). ## 10\.1. You are unable to boot Fedora {#idp2790624} ### 10\.1.1. Are You Unable to Boot With Your RAID Card? {#idp69728496} If you have performed an installation and cannot boot your system properly, you may need to reinstall and create your partitions differently. Some BIOSes do not support booting from RAID cards. At the end of an installation, a text-based screen showing the boot loader prompt (for example, `GRUB:` ) and a flashing cursor may be all that appears. If this is the case, you must repartition your system. Whether you choose automatic or manual partitioning, you must install your `/boot` partition outside of the RAID array, such as on a separate hard drive. An internal hard drive is necessary to use for partition creation with problematic RAID cards. You must also install your preferred boot loader (GRUB or LILO) on the MBR of a drive that is outside of the RAID array. This should be the same drive that hosts the `/boot/` partition. Once these changes have been made, you should be able to finish your installation and boot the system properly. ### 10\.1.2. Is Your System Displaying Signal 11 Errors? {#idp2122272} A signal 11 error, commonly known as a _segmentation fault_, means that the program accessed a memory location that was not assigned to it. A signal 11 error may be due to a bug in one of the software programs that is installed, or faulty hardware. If you receive a fatal signal 11 error during your installation, it is probably due to a hardware error in memory on your system's bus. Like other operating systems, Fedora places its own demands on your system's hardware. Some of this hardware may not be able to meet those demands, even if they work properly under another OS. Ensure that you have the latest installation updates and images. Review the online errata to see if newer versions are available. If the latest images still fail, it may be due to a problem with your hardware. Commonly, these errors are in your memory or CPU-cache. A possible solution for this error is turning off the CPU-cache in the BIOS, if your system supports this. You could also try to swap your memory around in the motherboard slots to check if the problem is either slot or memory related. Another option is to perform a media check on your installation DVD. Anaconda, the installation program, has the ability to test the integrity of the installation media. It works with the DVD, hard drive ISO, and NFS ISO installation methods. The Fedora Project recommends 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 DVDs). To use this test, type the following command at the `boot:` or `yaboot:` prompt: **`linux rd.live.check`** For more information concerning signal 11 errors, refer to: ## 10\.2. Trouble Beginning the Installation {#idm19221088} ### 10\.2.1. Problems with Booting into the Graphical Installation {#idp6136272} There are some video cards that have trouble booting into the graphical installation program. If the installation program does not run using its default settings, it tries to run in a lower resolution mode. If that still fails, the installation program attempts to run in text mode. One possible solution is to use only a basic video driver during installation. You can do this either by selecting Install Fedora in basic graphics mode on the boot menu, or using the **xdriver=vesa** boot option at the boot prompt. Alternatively, you can force the installer to use a specific screen resolution with the **resolution=** boot option. This option may be most helpful for laptop users. Another solution to try is the **driver=** option to specify the driver that should be loaded for your video card. If this works, you should report it as a bug, because the installer failed to detect your video card automatically. Refer to [Chapter 11, _Boot Options_](#ap-admin-options "Chapter 11. Boot Options") for more information on boot options. ### Note To disable frame buffer support and allow the installation program to run in text mode, try using the **nofb** boot option. This command may be necessary for accessibility with some screen reading hardware. ## 10\.3. Trouble During the Installation {#s1-trouble-install-x86} ### 10\.3.1. `No devices found to install Fedora ` Error Message {#s2-trouble-nodevicefound-x86} If you receive an error message stating `No devices found to install Fedora`, there is probably a SCSI controller that is not being recognized by the installation program. ### 10\.3.2. Reporting traceback messages {#s2-trouble-tracebacks-x86} If the installer encounters an error during the graphical installation process, it presents you with a crash reporting dialog box: Figure 10.1. The Crash Reporting Dialog Box ![The Crash Reporting Dialog Box][44]
[[D](ld-idp21928848.html)]
Select Report Bug to report the problem using Bugzilla, or Quit to exit the installation. Optionally, click More Info to display detailed output that may help determine the cause of the error. If you are familiar with debugging, click Debug. In a non-Live installation, this will take you to virtual terminal tty1, where you can request more precise information that will enhance the bug report. To return to the graphical interface from tty1, type **continue** and press **Enter**. Figure 10.2. The expanded Crash Reporting Dialog Box ![The expanded Crash Reporting Dialog Box][45]
[[D](ld-idp66250400.html)]
If you select Report Bug, follow this procedure: 1. To report the bug to the Fedora Project, you first need to provide your Bugzilla credentials. Click Configure Bugzilla. Figure 10.3. Configure Bugzilla prompt ![Configure Bugzilla prompt][46]
[[D](ld-idp30153040.html)]
1. If you already have a Bugzilla account, enter your username and password. If not, you will need to create one at . After entering your credentials, click OK. Figure 10.4. Configure Bugzilla ![Configure Bugzilla][47]
[[D](ld-idp15790608.html)]
1. In the text box, explain the situation that generated the traceback message. Describe how it can be reproduced by explaining each step. Provide as much relevant detail as possible, including any you acquired when debugging. Be aware that the information you provide here may become publicly visible on the Bugzilla website. However, if you do not know what caused the traceback message, check the box at the bottom of the dialog. Click Forward. Figure 10.5. Describe the problem ![Describe the problem][48]
[[D](ld-idp47515568.html)]
1. Review the information that will be sent to Bugzilla. The explanation you provided is in the comment tab. Other tabs include such information as your hostname and other details of the installation environment. You can remove any items you do not want sent to Bugzilla, but be aware that providing less detail may affect the investigation of the issue. Click Forward once the information is ready to be sent. Figure 10.6. Review the data to be sent ![Review the data to be sent][49]
[[D](ld-idp9824208.html)]
1. Review the list of files that will be sent to Bugzilla and included in the bug report as individual attachments. These files provide pertinent system information that will assist the investigation. If you do not wish to send certain files, uncheck the box next to each one. To provide additional files that may help fix the problem, click Attach a file. Once you have reviewed the files, check the box labeled I have reviewed the data and agree with submitting it. Click Forward to send them to Bugzilla to generate a bug report. Figure 10.7. Review the files to be sent ![Review the files to be sent][50]
[[D](ld-idm4756640.html)]
1. When the dialog reports that processing has finished, click Show log to view details of the process or Close to return to the initial crash reporting dialog box. ### 10\.3.3. Trouble with Partition Tables {#s2-trouble-part-tables-x86} If you receive an error after setting up your partitions ([Section 9.11, “Storage and partitioning”](#s1-diskpartsetup-x86 "9.11. Storage and partitioning")) that says something similar to > The partition table on device hda was unreadable. To create new partitions it must be initialized, causing the loss of ALL DATA on this drive. you may not have a partition table on that drive or the partition table on the drive may not be recognizable by the partitioning software used in the installation program. Users who have used programs such as EZ-BIOS have experienced similar problems, causing data to be lost (assuming the data was not backed up before the installation began) that could not be recovered. No matter what type of installation you are performing, backups of the existing data on your systems should always be made. ### 10\.3.4. Using Remaining Space {#s2-trouble-space-x86} You have a `swap` and a `/` (root) partition created, and you have selected the root partition to use the remaining space, but it does not fill the hard drive. If your hard drive is more than 1024 cylinders, you must create a `/boot` partition if you want the `/` (root) partition to use all of the remaining space on your hard drive. ### 10\.3.5. Other Partitioning Problems {#s2-trouble-completeparts-x86} If you create partitions manually, but cannot return to the Installation Summary Menu, you probably have not created all the partitions necessary for installation to proceed. You must have the following partitions as a bare minimum: * A `/` (root) partition * A <swap> partition of type swap ### Note When defining a partition's type as swap, do not assign it a mount point. Anaconda automatically assigns the mount point for you. ## 10\.4. Problems After Installation {#idm15347488} ### 10\.4.1. Trouble With the Graphical GRUB Screen on an x86-based System? {#s2-trouble-grub} If you are experiencing problems with GRUB, such as the boot menu being corrupt and unusable, you may need to disable the graphical boot screen. To do this, become the root user and add the following line to the `/etc/default/grub` file: GRUB_TERMINAL=console Refresh the `grub.cfg` file by running the following command with root privileges so the changes will take effect: **grub2-mkconfig --output=/boot/grub2/grub.cfg** To re-enable the graphical boot screen, remove the newly added line or comment it out by inserting the `#` character at the beginning of the line. ### 10\.4.2. Blocked by a GRUB command line after upgrading? {#s2-trouble-grub-command-line} If you have restarted your machine after upgrading Fedora but cannot progress beyond the GRUB command line, you will need to issue commands to boot the operating system and then make the changes persistent once Fedora has loaded. 1. At the GRUB command line, display the superseded GRUB configuration file with the following command: **cat (hd_`partitionnumber`_,_`drivenumber`_)/grub/grub.conf** _`partitionnumber`_ and _`drivenumber`_ refer to the location of your Fedora `/boot` directory. If you do not know the location, boot the machine using a Fedora live CD to find out and then reboot to return to the GRUB command line. See the GRUB documentation at for help with partition numbering. 1. In the GRUB configuration file, locate the first `linux` and `initrd` lines and paste them as individual commands. For example: **linux /vmlinuz-3.3.0-1.fc17.x86_64 ro root=/dev/mapper/VolGroup-lv_root rd_LVM_LV=VolGroup/lv_root rd_LVM_LV=VolGroup/lv_swap rd_NO_LUKS rd_NO_MD rd_NO_DM LANG=en_US.UTF-8 SYSFONT=latarcyrheb-sun16 KEYTABLE=us rhgb quiet** **initrd /initramfs-3.3.0-1.fc17.x86_64.img** 1. Run the **boot** command. 1. Once Fedora has loaded, refresh the GRUB configuration file to make the changes persistent: **grub2-mkconfig --output=/boot/grub2/grub.cfg** ### 10\.4.3. Booting into a Graphical Environment {#Trouble_After_Booting-GUI} If you have installed the X Window System but are not seeing a graphical desktop environment once you log into your system, you can start the X Window System graphical interface using the command **startx**. Once you enter this command and press **Enter**, the graphical desktop environment is displayed. Note, however, that this is just a one-time fix and does not change the log in process for future log ins. To set up your system so that you can log in at a graphical login screen, you must set the graphical systemd boot target as the default target. The system boots to the target described in the `default.target` file, which is a symbolic link (or _symlink_) to a specific target file. Open a shell prompt. If you are in your user account, become root by typing the **su** command. Now, type the following command to create a new symlink to the graphical target, which we will call `default2`: ** ln -s /lib/systemd/system/graphical.target /etc/systemd/system/default2.target ** Then, overwrite the current `default.target` symlink with the new symlink: ** mv /etc/systemd/system/default2.target /etc/systemd/system/default.target ** You will be prompted to confirm whether the file should be overwritten. Press **y** followed by **Enter**. The next time you log in after rebooting your system, you are presented with a graphical login prompt. ### 10\.4.4. Problems with the X Window System (GUI) {#idp59289408} If you are having trouble getting X (the X Window System) to start, you may not have installed it during your installation. If you want X, you can either install the packages from the Fedora installation media or perform an upgrade. If you elect to upgrade, select the X Window System packages, and choose GNOME, KDE, or both, during the upgrade package selection process. Refer to [Section 17.2, “Switching to a Graphical Login”](#sn-switching-to-gui-login "17.2. Switching to a Graphical Login") for more detail on installing a desktop environment. ### 10\.4.5. Problems with the X Server Crashing and Non-Root Users {#idm15222912} If you are having trouble with the X server crashing when anyone logs in, you may have a full file system (or, a lack of available hard drive space). To verify that this is the problem you are experiencing, run the following command: df -h The **df** command should help you diagnose which partition is full. For additional information about **df** and an explanation of the options available (such as the `-h` option used in this example), refer to the **df** man page by typing **man df** at a shell prompt. A key indicator is 100% full or a percentage above 90% or 95% on a partition. The `/home/` and `/tmp/` partitions can sometimes fill up quickly with user files. You can make some room on that partition by removing old files. After you free up some disk space, try running X as the user that was unsuccessful before. ### 10\.4.6. Problems When You Try to Log In {#idp45851744} If you did not create a user account in the Configuration Menu and Progress Screen, switch to a console by pressing **Ctrl**+**Alt**+**F2**, log in as root and use the password you assigned to root. If you cannot remember your root password, boot your system as **linux single**. If you are using an x86-based system and GRUB is your installed boot loader, type **e** for edit when the GRUB boot screen has loaded. You are presented with a list of items in the configuration file for the boot label you have selected. Choose the line that starts with `kernel` and type **e** to edit this boot entry. At the end of the `kernel` line, add: **`single`** Press **Enter** to exit edit mode. Once the boot loader screen has returned, type **b** to boot the system. Once you have booted into single user mode and have access to the `#` prompt, you must type **passwd root**, which allows you to enter a new password for root. At this point you can type **shutdown -r now** to reboot the system with the new root password. If you cannot remember your user account password, you must become root. To become root, type **su -** and enter your root password when prompted. Then, type **passwd <username>**. This allows you to enter a new password for the specified user account. If the graphical login screen does not appear, check your hardware for compatibility issues. ### 10\.4.7. Is Your RAM Not Being Recognized? {#s2-trouble-ram} ### Only showing 3.5GB? If you have 4GB or more memory installed, but Fedora only shows around 3.5GB or 3.7GB, you have probably installed a 32bit version of Fedora on a 64bit kernel. For modern systems, the 64bit version of Fedora is recommended. Refer to [Section 2.1.2, “Which Architecture Is My Computer?”](#sn-which-arch "2.1.2. Which Architecture Is My Computer?") for more details. Sometimes, the kernel does not recognize all of your memory (RAM). The following procedure will allow you to confirm this and then adjust the kernel if necessary. 1. Run the **cat /proc/meminfo** command and verify that the displayed quantity is the same as the known amount of RAM in your system. If they are not equal, you can first make a temporary change to confirm whether editing the kernel will be effective. 1. Reboot, and once you have loaded the GRUB boot screen, type **e** for edit. 1. You are presented with a list of items in the configuration file for the boot label you have selected. Move to the line that starts with `linux` or `linuxefi`. 1. At the end of the `kernel` line, add **``mem=_`xx`_M``** where _`xx`_ equals the amount of RAM in your system in megabytes, then press **F10** to boot the system. 1. Run **cat /proc/meminfo** again. If the known amount of RAM in your system is now displayed, add the following to the `GRUB_CMDLINE_LINUX` line in `/etc/default/grub`, inside the quotes, to make the change permanent: **``mem=_`xx`_M``** Replace _`xx`_ with the amount of RAM you have in megabytes. 1. To update the `grub.cfg` file so that the change will take effect, run the following command with root privileges. # for BIOS systems **grub2-mkconfig --output=/boot/grub2/grub.cfg** # for UEFI systems **grub2-mkconfig --output=/boot/efi/EFI/fedora/grub.cfg** The resulting grub menu entry might look like this: menuentry 'Fedora (3.16.0-0.rc2.git2.1.fc21.x86_64) 21 (Rawhide)' { load_video set gfxpayload=keep insmod gzio insmod part_gpt insmod ext2 set root='hd1,gpt2' if [ x$feature_platform_search_hint = xy ]; then search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt2 --hint-efi=hd1,gpt2 --hint-baremetal=ahci1,gpt2 b34a57d9-03d7-415f-94f6-91689404d951 else search --no-floppy --fs-uuid --set=root b34a57d9-03d7-415f-94f6-91689404d951 fi linuxefi /vmlinuz-3.16.0-0.rc2.git2.1.fc21.x86_64 root=UUID=ece86abc-6419-4f29-84b6-1b810128f98d ro rootflags=subvol=root vconsole.font=latarcyrheb-sun16 vconsole.keymap=us LANG=en_US.UTF-8 mem=8192M initrdefi /initramfs-3.16.0-0.rc2.git2.1.fc21.x86_64.img } ### 10\.4.8. Your Printer Does Not Work {#idm13758800} If you are not sure how to set up your printer or are having trouble getting it to work properly, try using the Printer Configuration Tool. Type the **system-config-printer** command at a shell prompt to launch the Printer Configuration Tool. If you are not root, it prompts you for the root password to continue. ### 10\.4.9. Apache HTTP Server or Sendmail stops responding during startup {#idp11141664} If Apache HTTP Server (httpd) or Sendmail stops responding during startup, make sure the following line is in the `/etc/hosts` file: 127.0.0.1 localhost.localdomain localhost # Part II. Advanced installation options {#pt-Advanced_installation_options} This part of the _Fedora Installation Guide_ covers more advanced or uncommon methods of installing Fedora, including: * boot options. * installing without media. * installing through VNC. * using kickstart to automate the installation process. ## Chapter 11. Boot Options {#ap-admin-options} The Fedora installation system includes a range of functions and options for administrators. To use boot options, append them to the boot command line. To access the command line on a system that displays a graphical boot screen, press the **Tab** key while one of the boot options on the screen is highlighted, or press the **Esc** key at any point in the boot menu. Multiple options added to the boot line need to be separated by a single space. Throughout this chapter, some options are presented ending an "equals" sign ('`=`'). These options require a value to be specified. For example, the `inst.vncpassword=` option must also contain a password — for example, `inst.vncpassword=testpasswd`. Other options are presented without the `=` sign; these options are booleans. This means that you either use them without specifying a value, or you can append either `=1` or `=0` to enable or disable them, respectively. For example, the `rd.live.check` option is the same as `rd.live.check=1`, and using `rd.live.check=0` is exactly the same as not using the option at all. ### Note The Fedora installation can either boot with _rescue mode_, or load the installation system. For more information on rescue mode, see [Section 11.3.3, “Booting Your Computer in Rescue Mode”](#sect-boot-options-rescue "11.3.3. Booting Your Computer in Rescue Mode"). ## 11\.1. Configuring the Installation System at the Boot Menu {#sn-bootoptions-installer} The `boot:` prompt always expects the first option to specify the image file to be loaded. When using custom boot options with the Anaconda installer, the `linux` option will come first in most cases. A valid command in the boot prompt will therefore almost always look like the following: `boot:```linux _`options`_`` This only applies to the actual boot prompt, which is accessed by pressing the **Esc** key in the boot menu. If you are only modifying an existing set of options (accessed by highliting a choice in the boot menu and pressing the **Tab** key), the `linux` option is not displayed, but it is implied. A valid set of boot options will then be: `>```_`options`_`` In addition to the options described in this chapter, the boot prompt also accepts valid dracut kernel options. A list of these options is available as the `dracut.cmdline(7)` man page. ### Note Boot options specific to the installer always start with `inst.` in this guide. Currently, this prefix is optional, for example, `inst.resolution=` will work exactly the same as `resolution=`. However, it is expected that Anaconda will require the `inst.` prefix in future releases. Specifying the Installation Source `inst.repo=` : Specifies the installation source — that is, a location where the installer can find the images and packages it needs. For example: inst.repo=cdrom The target must be either: * an installable tree, which is a directory structure containing the installer's images, packages and repodata as well as a valid `.treeinfo` file * a mounted DVD (either a physical DVD in a DVD drive or a loopback-mounted image) This option allows for the configuration of different installation methods using different formats. The syntax is described in the table below. Table 11.1. Installation Sources |Installation source|Option format| |-| |Any CD/DVD drive|`inst.repo=cdrom`| |Specific CD/DVD drive|``inst.repo=cdrom:_`device`_``| |Hard Drive|``inst.repo=hd:_`device`_/_`path`_``| |HTTP Server|``inst.repo=http://_`host`_/_`path`_``| |HTTPS Server|``inst.repo=https://_`host`_/_`path`_``| |FTP Server|``inst.repo=ftp://_`username`_:_`password`_@_`host`_/_`path`_``| |NFS Server|``inst.repo=nfs:[_`options`_:]_`server`_:/_`path`_`` [[a]](#ftn.idm21992880)| |[[a] ](#idm21992880) This option uses NFS protocol version 3 by default. To use a different version, add ``+nfsvers=_`X`_`` to _`options`_.|
Disk device names may be specified using the following formats: * Kernel device name, for example `/dev/sda1` or `sdb2` * File system label, for example `LABEL=Flash` or `LABEL=RHEL7` * File system UUID, for example `UUID=8176c7bf-04ff-403a-a832-9557f94e61db` Non-alphanumeric characters must be represented as ``\x_`NN`_``, where _`NN`_ is the hexadecimal representation of the character. For example, `\x20` is a white space ('` `'). `inst.stage2=` : Specifies the location of the installer runtime image to be loaded. The syntax is the same as in [Specifying the Installation Source](#list-boot-options-source "Specifying the Installation Source"). This option will ignore everything except for the image itself, it is not possible to use it to specify the location of packages. `inst.dd=` : If you need to perform a driver update during the installation, use the `inst.dd=` option. It can be used multiple times. The location of a driver rpm package can be specified using any of the formats detailed in [Specifying the Installation Source](#list-boot-options-source "Specifying the Installation Source"). For example: inst.dd=cdrom Kickstart Boot Options `inst.ks=` : Gives the location of a Kickstart file to be used to automate the installation. Locations can be specified using any of the formats valid for `inst.repo`. See [Specifying the Installation Source](#list-boot-options-source "Specifying the Installation Source") for details. If you only specify a device and not a path, Anaconda will look for the Kickstart file in `/ks.cfg` on the specified device. If you use this option without specifying a device, the installer will use the following: ``inst.ks=nfs:_`next-server`_:/_`filename`_`` In the above example, _`next-server`_ is the DHCP `next-server` option or the IP address of the DHCP server itself, and _`filename`_ is the DHCP `filename` option, or `/kickstart/`. If the given file name ends with the `/` character, ``_`ip`_-kickstart`` is appended. For example: Table 11.2. Default Kickstart File Location |DHCP server address|Client address|Kickstart file location| |-| |`192.168.122.1`|`192.168.122.100`|`192.168.122.1`:`/kickstart/192.168.122.100-kickstart`|
`inst.ks.sendmac` : Adds headers to outgoing `HTTP` requests with the MAC addresses of all network interfaces. For example: X-RHN-Provisioning-MAC-0: eth0 01:23:45:67:89:ab This can be useful when using `inst.ks=http` to provision systems. `inst.ks.sendsn` : Adds a header to outgoing `HTTP` requests. This header will contain the system's serial number, read from `/sys/class/dmi/id/product_serial`. The header has the following syntax: ``X-System-Serial-Number: _`R8VA23D`_`` Console, Environment and Display Options `console=` : This kernel option specifies a device to be used as the primary console. For example, if you want to use a console on the first serial port, use `console=ttyS0`. Implies the `inst.text` option. You can use this option multiple times. In that case, the boot message will be displayed on all specified consoles, but only the last one will be used by the installer afterwards. For example, if you specify `console=ttyS0 console=ttyS1`, the installer will use `ttyS1`. `inst.lang=` : Sets the language to be used during the installation. Language codes are the same as the ones used in the **lang** Kickstart command as described in [Section 15.4, “Kickstart Options”](#s1-kickstart2-options "15.4. Kickstart Options"). On systems where the system-config-language package is installed, a list of valid values can also be find in `/usr/share/system-config-language/locale-list`. `inst.geoloc=` : Configures geolocation usage in the installer. Geolocation is used to pre-set the language and time zone. This option takes the following format: ``inst.geoloc=_`value`_`` The _`value`_ parameter can be any of the following: Table 11.3. Valid Values for the inst.geoloc Option |Disable geolocation|`inst.geoloc=0`| |Use the Fedora GeoIP API|`inst.geoloc=provider_fedora_geoip`| |Use the Hostip.info GeoIP API|`inst.geoloc=provider_hostip`|
If this option is not specified, Anaconda will use `provider_fedora_geoip`. `inst.keymap=` : Specifies the keyboard layout to be used by the installer. Layout codes are the same as the ones used in the **keyboard** Kickstart command as described in [Section 15.4, “Kickstart Options”](#s1-kickstart2-options "15.4. Kickstart Options"). `inst.text` : Forces the installer to run in text mode instead of graphical mode. The text user interface is limited, for example, it does not allow you to modify the partition layout or set up LVM. When installing a system on a machine with a limited graphical capabilities, it is recommended to use VNC as described in [Enabling Remote Access](#list-boot-options-vnc "Enabling Remote Access"). `inst.cmdline` : Forces the installer to run in command line mode. This mode does not allow any interaction, all options must be specified in a Kickstart file or on the command line. `inst.graphical` : Forces the installer to run in graphical mode. This mode is the default. `inst.resolution=` : Specifies the screen resolution in graphical mode. The format is _`N`_x_`M`_, where _`N`_ is the screen width and _`M`_ is the screen height (in pixels). The lowest supported resolution is `640x480`. `inst.headless` : Specifies that the machine being installed onto does not have any display hardware. In other words, this options prevents the installer from trying to detect a screen. `inst.xdriver=` : Specifies the name of the `X` driver to be used both during the installation and on the installed system. `inst.usefbx` : Tells the installer to use the frame buffer `X` driver instead of a hardware-specific driver. This option is equivalent to `inst.xdriver=fbdev`. `inst.sshd` : Starts the `sshd` service during the installation, which allows you to connect to the system during the installation using `SSH` and monitor its progress. For more information on SSH, see the `ssh(1)` man page and the corresponding chapter in the _Fedora System Administrator's Guide_. ### Note During the installation, the `root` account has no password by default. You can set a root password to be used during the installation with the **sshpw** Kickstart command as described in [Section 15.4, “Kickstart Options”](#s1-kickstart2-options "15.4. Kickstart Options"). Network Boot Options Initial network initialization is handled by dracut. This section only lists some of the more commonly used options; for a complete list, see the `dracut.cmdline(7)` man page. `ip=` : Configures one or more network interfaces. To configure multiple interfaces, use the `ip` option multiple times — once for each interface. If multiple interfaces are configured, you must specify a primary boot interface using the `bootdev` option described below. This option accepts several different formats. The most common are described in [Table 11.4, “Network Interface Configuration Formats”](#tabl-boot-options-network-formats "Table 11.4. Network Interface Configuration Formats"). Table 11.4. Network Interface Configuration Formats |Configuration Method|Option format| |-| |Automatic configuration of any interface|``ip=_`method`_``| |Automatic configuration of a specific interface|``ip=_`interface`_:_`method`_``| |Static configuration|``ip=_`ip`_::_`gateway`_:_`netmask`_:_`hostname`_:_`interface`_:none``| |Automatic configuration of a specific interface with an override [[a]](#ftn.idp35959968)|``ip=_`ip`_::_`gateway`_:_`netmask`_:_`hostname`_:_`method`_:_`mtu`_``| |[[a] ](#idp35959968) Brings up the specified interface using the specified method of automatic configuration, such as `dhcp`, but overrides the automatically obtained IP address, gateway, netmask, hostname or other specified parameter. All parameters are optional; only specify the ones you wish to override and automatically obtained values will be used for the others.|
The `method` parameter can be any the following: Table 11.5. Automatic Interface Configuration Methods |Automatic configuration method|Value| |-| |DHCP|`dhcp`| |IPv6 DHCP|`dhcp6`| |IPv6 automatic configuration|`auto6`| |iBFT (iSCSI Boot Firmware Table)|`ibft`|
### Note If you used a boot option which requires network access, such as ``inst.ks=http://_`host`_:/_`path`_`` and you did not specify the `ip` option, the installer will use `ip=dhcp`. In the above tables, the _`ip`_ parameter specifies the client's IP address. `IPv6` addresses can be specified by putting them in square brackets, for example, `[2001:DB8::1]`. The _`gateway`_ parameter is the default gateway. IPv6 addresses are accepted here as well. The _`netmask`_ parameter is the netmask to be used. This can either be a full netmask (for example `255.255.255.0`) or a prefix (for example `64`). The _`hostname`_ parameter is the host name of the client system. This parameter is optional. `nameserver=` : Specifies the address of the nameserver you want to use. This option can be used multiple times. `bootdev=` : Specifies the boot interface. This option is mandatory if you used more than one `ip` option. `ifname=` : Assigns a given interface name to a network device with a given MAC address. Can be used multiple times. The syntax ``ifname=_`interface`_:_`MAC`_``. For example: ifname=eth0:01:23:45:67:89:ab `inst.dhcpclass=` : Specifies the DHCP class vendor identifier. The `dhcpd` service will see this value as `vendor-class-identifier`. The default value is `anaconda-$(uname -srm)`. Advanced Installation Options `inst.multilib` : Configure the system for multilib packages (that is, to allow installing 32-bit packages on a 64-bit x86 system) and install packages specified in this section as such. Normaly, on an AMD64/Intel 64 system, only packages for this architecture (marked as `x86_64`) and packages for all architectures (marked as `noarch` would be installed. When you use this option, packages for 32-bit AMD/Intel systems (marked as `i586`, `i686`, etc.) will be automatically installed as well if available. This only applies to packages directly specified in the `%packages` section. If a package is only installed as a dependency, only the exact specified dependency will be installed. For example, if you are installing package foo which depends on package bar, the former will be installed in multiple variants, while the latter will only be installed in variants specifically required. `gpt` : Install partition information into a GPT (GUID Partition Table) instead of MBR (Master Boot Record). Enabling Remote Access `inst.vnc` : Specifies that the installer's graphical interface should be run in a `VNC` session. If you specify this option, you will need to connect to the system using a VNC client application to be able to interact with the installer. VNC sharing is enabled, so multiple clients can connect to the system at the same time. ### Note A system installed using VNC will start in text mode by default. `inst.vncpassword=` : Sets a password on the VNC server used by the installer. Any VNC client attempting to connecting to the system will have to provide the correct password to gain access. For example, ``inst.vncpassword=_`testpasswd`_`` will set the password to `testpasswd`. `inst.vncconnect=` : Connect to a listening VNC client at a specified host and port once the installation starts. The correct syntax is ``inst.vncconnect=_`host`_:_`port`_``, where _`host`_ is the address to the VNC client's host, and _`port`_ specifies which port to use. The _`port`_ parameter is optional, if you do not specify one, the installer will use `5900`. Debugging and Troubleshooting `inst.updates=` : Specifies the location of the `updates.img` file to be applied to the installer runtime. The syntax is the same as in the `inst.repo` option — see [Table 11.1, “Installation Sources”](#tabl-installmethods "Table 11.1. Installation Sources") for details. In all formats, if you do not specify a file name but only a directory, the installer will look for a file named `updates.img`. `inst.loglevel=` : Specifies the minimum level for messages to be logged on a terminal. This only concerns terminal logging; log files will always contain messages of all levels. Possible values for this option from the lowest to highest level are: `debug`, `info`, `warning`, `error` and `critical`. The default value is `info`, which means that by default, the logging terminal will display messages ranging from `info` to `critical`. `inst.syslog=` : Once the installation starts, this options sends log messages to the syslog process on the specified host. The remote syslog process must be configured to accept incoming connections. For information on how to configure a syslog service to accept incoming connections, see the _Fedora System Administrator's Guide_. `inst.virtiolog=` : Specifies a `virtio` port (a character device at ``/dev/virtio-ports/_`name`_``) to be used for forwarding logs. The default value is `org.fedoraproject.anaconda.log.0`; if this port is present, it will be used. ## 11\.2. Enhancing Hardware Support {#sn-bootoptions-hardware} By default, Fedora attempts to automatically detect and configure support for all of the components of your computer. Fedora supports the majority of hardware in common use with the software _drivers_ that are included with the operating system. To support other devices you may supply additional drivers during the installation process, or at a later time. ### 11\.2.1. Overriding Automatic Hardware Detection {#sn-bootoptions-hwdetection} For some models of device automatic hardware configuration may fail, or cause instability. In these cases, you may need to disable automatic configuration for that type of device, and take additional steps to manually configure the device after the installation process is complete. ### Check the Release Notes Refer to the Release Notes for information on known issues with specific devices. To override the automatic hardware detection, use one or more of the following options: Table 11.6. Hardware Options |Compatibility|Option| |-| |Disable all hardware detection|`noprobe`| |Disable graphics, keyboard, and mouse detection|`headless`| |Disable passing keyboard and mouse information to stage 2 of the installation program|`nopass`| |Use basic VESA driver for video|`xdriver=vesa`| |Disable shell access on virtual console 2 during installation|`noshell`| |Disable advanced configuration and power interface (ACPI)|`acpi=off`| |Disable machine check exception (MCE) CPU self-diagnosis.|`nomce`| |Disable non-uniform memory access on the AMD64 architecture|`numa-off`| |Force kernel to detect a specific amount of memory, where _`xxx`_ is a value in megabytes|``mem=_`xxx`_m``| |Enable DMA only for IDE and SATA drives|`libata.dma=1`| |Disable BIOS-assisted RAID|`nodmraid`| |Disable Firewire device detection|`nofirewire`| |Disable parallel port detection|`noparport`| |Disable PC Card (PCMCIA) device detection|`nopcmcia`| |Disable all probing of network hardware|`nonet`|
### Additional Screen The `isa` option causes the system to display an additional text screen at the beginning of the installation process. Use this screen to configure the ISA devices on your computer. ### Important Other kernel boot options have no particular meaning for anaconda and do not affect the installation process. However, if you use these options to boot the installation system, anaconda will preserve them in the bootloader configuration. ## 11\.3. Using the Maintenance Boot Modes {#sect-boot-options-maintenance} ### 11\.3.1. Loading the Memory (RAM) Testing Mode {#sect-boot-options-memtest} Faults in memory modules may cause your system to freeze or crash unpredictably. In some cases, memory faults may only cause errors with particular combinations of software. For this reason, you should test the memory of a computer before you install Fedora for the first time, even if it has previously run other operating systems. Fedora includes the Memtest86+ memory testing application. To boot your computer in memory testing mode, choose Memory test at the boot menu. The first test starts immediately. By default, Memtest86+ carries out a total of ten tests. In most cases, a single successful pass with Memtest86+ is sufficient to verify that your RAM is in good condition. In some rare circumstances, however, errors that went undetected on the first pass might appear on subsequent passes. To perform a thorough test of the RAM on an important system, leave Memtest86+ running overnight or for a few days. For more information on using Memtest86+, see the _Memtest86+ FAQ_ available at . To halt the tests and reboot your computer, enter **Esc** at any time. ### Note Memtest86+ only works on BIOS installations and is not available on UEFI systems. ### 11\.3.2. Verifying Boot Media {#sect-boot-options-mediacheck} You can test the integrity of an ISO-based installation source before using it to install Fedora. These sources include DVD, and ISO images stored on a hard drive or NFS server. Verifying that the ISO images are intact before you attempt an installation helps to avoid problems that are often encountered during installation. To test the checksum integrity of an ISO image, append the `rd.live.check` to the boot loader command line. Note that this option is used automatically if you select the default installation option from the boot menu (Test this media & install Fedora). ### 11\.3.3. Booting Your Computer in Rescue Mode {#sect-boot-options-rescue} You may boot a command-line Linux system from an installation disc without actually installing Fedora on the computer. This enables you to use the utilities and functions of a running Linux system to modify or repair systems that are already installed on the system. To load the rescue system with the installation disc, choose Rescue a Fedora system from the Troubleshooting submenu in the boot menu, or use the `inst.rescue` boot option. Specify the language, keyboard layout and network settings for the rescue system with the screens that follow. The final setup screen configures access to the existing system on your computer. By default, rescue mode attaches an existing operating system to the rescue system under the directory `/mnt/sysimage/`. ## Chapter 12. Installing Without Media {#ap-medialess-install} ### Linux Required This procedure assumes you are already using Fedora or another relatively modern Linux distribution, and the GRUB boot loader. It also assumes you are a somewhat experienced Linux user. This section discusses how to install Fedora on your system without making any additional physical media. Instead, you can use your existing GRUB boot loader to start the installation program. ## 12\.1. Retrieving Boot Files {#sn-medialess-getting-files} To perform an installation without media or a PXE server, your system must have two files stored locally, a kernel and an initial RAM disk. Copy the `vmlinuz` and `initrd.img` files from a Fedora DVD (or DVD image) to the `/boot/` directory, renaming them to `vmlinuz-install` and `initrd.img-install`. You must have `root` privileges to write files into the `/boot/` directory. ## 12\.2. Editing the GRUB Configuration {#sn-medialess-editing-grub-conf} The GRUB boot loader uses the configuration files `/etc/default/grub` and the scripts in `etc/grub.d/`. To configure GRUB to boot from the new files, add a boot stanza to `/etc/grub.d/40_custom` that refers to them. A minimal boot stanza looks like the following listing: menuentry "Fedora Linux" { set root=(hd0,1) linux /vmlinuz-install initrd /initrd.img-install } You will also need to specify the location of the second stage installer image by adding an option to the end of the `linux` line of the boot stanza. For example: linux /vmlinuz-install stage2=http://my.internal.server/17/x86_64/os/ If the second stage image and the package repositories you will be downloading from are on the same server, use the **repo=** option instead. You may wish to add additional options to the end of the `linux` line, which will set preliminary options in Anaconda that the user normally sets interactively. For a list of available installer boot options, refer to [Chapter 11, _Boot Options_](#ap-admin-options "Chapter 11. Boot Options"). The following options are generally useful for medialess installations: * `ip=` * `repo=` * `lang=` * `keymap=` * `ksdevice=` (if installation requires an interface other than eth0) * `vnc` and `vncpassword=` for a remote installation When you are finished, run the following command with root privileges to refresh the `grub.cfg` file: **grub2-mkconfig --output=/boot/grub2/grub.cfg** Next, open `grub.cfg` to view the updated configuration. Locate your new menu entry stanza and determine its place in the stanza order. Finally, change the `GRUB_DEFAULT` option in `/etc/default/grub` to point to the new stanza you added. 0 will refer to the first stanza, 1 to the second, and so on. For example: GRUB_DEFAULT=0 Alternatively, specify the menu entry title. This is particularly useful if you have a number of menu entries across the various script files. GRUB_DEFAULT="Fedora Linux" ## 12\.3. Booting to Installation {#sn-medialess-booting} Reboot the system. GRUB boots the installation kernel and RAM disk, including any options you set. You may now refer to the appropriate chapter in this guide for the next step. If you chose to install remotely using VNC, refer to [Enabling Remote Access](#list-boot-options-vnc "Enabling Remote Access") for assistance in connecting to the remote system. ## Chapter 13. Setting Up an Installation Server {#ap-install-server} ### Experience Required This appendix is intended for users with previous Linux experience. If you are a new user, you may want to install using minimal boot media or the distribution DVD instead. ### Warning The instructions in this appendix configures an automated install server. The default configuration includes destruction of all existing data on all disks for hosts that install using this method. This is often different from other network install server configurations which may provide for an interactive installation experience. Fedora allows for installation over a network using the NFS, FTP, or HTTP protocols. A network installation can be started from a boot CD-ROM, a bootable flash memory drive, or by using the `repo=` boot option with the Fedora DVD. Alternatively, if the system to be installed contains a network interface card (NIC) with Pre-Execution Environment (PXE) support, it can be configured to boot from files on another networked system rather than local media such as a DVD. For a PXE network installation, the client's NIC with PXE support sends out a broadcast request for DHCP information. The DHCP server provides the client with an IP address, other network information such as name server, the IP address or hostname of the **tftp** server (which provides the files necessary to start the installation program), and the location of the files on the **tftp** server. This is possible because of PXELINUX, which is part of the `syslinux` package. In the past, administrators needed to perform a great deal of manual configuration to produce an installation server. However, if you have a server running Fedora or a similar operating system on your local network, you can use cobbler to perform these tasks. To configure a PXE server manually, see [Section 13.5, “Manually configure a PXE server”](#sn-pxe-server-manual "13.5. Manually configure a PXE server"). To perform the tasks in this section, switch to the `root` account with the command **su -**. As an alternative, you can run a command with the `-c` option, using the form **su -c '_`command`_'**. ## 13\.1. Setting Up cobbler {#sn-install-cobbler} To install cobbler use the following command: **yum -y install cobbler** The **cobbler** command can check its own settings for validity and report the results. Run the following command to check the settings: **cobbler check** Verify SELinux is configured for cobbler: **setsebool -P httpd_can_network_connect_cobbler 1** Other SELinux booleans may apply, and can be listed with: **getsebool -a|grep cobbler** Change the settings in the `/etc/cobbler/settings` file to reflect the IP address information for the server. You must change at least the `server` and `next_server` options, although these options may point to the same IP address. If you are not already running a DHCP server, you should also change the `manage_dhcp` option to **`1`**. If you are running a DHCP server, configure it according to the instructions found in the syslinux package documentation. For more information, refer to your local files `/usr/share/doc/syslinux/syslinux.doc` and `/usr/share/doc/syslinux/pxelinux.doc`. ## 13\.2. Setting Up the Distribution {#sn-cobbler-setup-distro} To set up a distribution from a full Fedora DVD or ISO image, use this procedure. ### Network Locations To create a local mirror from an existing network source, skip this section and refer instead to [Section 13.3, “Mirroring a Network Location”](#sn-cobbler-mirror "13.3. Mirroring a Network Location"). 1. If you are using a DVD disc or ISO image, Create a directory mount point: **mkdir /mnt/dvd** To mount a physical DVD disc, use the following command: **mount -o context=system_u:object_r:httpd_sys_content_t:s0 /dev/dvd /mnt/dvd** To mount a DVD ISO image, use the following command: **mount -ro loop,context=system_u:object_r:httpd_sys_content_t:s0 /path/to/image.iso /mnt/dvd** ### If SELinux enabled, use the default label If SELinux is enabled, use the default **iso9660\_t** label instead of **httpd\_sys\_content\_t**. 1. To support NFS installation, create a file `/etc/exports` and add the following line to it: /mnt/dvd *(ro,async) Start the NFS server using the following commands: **systemctl start rpcbind** **systemctl start nfs** 1. To support HTTP installation, use **yum** to install the Apache web server if it is not already installed: **yum -y install httpd** Make a link to the mounted disc in the Apache public content area: **ln -s /mnt/dvd /var/www/html/_`distro`_** ## 13\.3. Mirroring a Network Location {#sn-cobbler-mirror} If you do not have discs or ISO images for a distribution, you can use **cobbler** to create an installation server. The **cobbler** command can fetch the distribution over the network as part of the import process. Locate the distribution on the network. The location may be on the local network or reached at a remote site via FTP, HTTP, or rsync protocols. ## 13\.4. Importing the Distribution {#sn-cobbler-import} To offer a distribution through more than one installation method, perform additional **cobbler import** tasks using a different name for each method. For best results, use the installation method as part of the name, so it appears in the client's boot menu. 1. To import the DVD disc or ISO distribution into **cobbler**, run this command: **cobbler import --path=/mnt/dvd --name=_`distro_name`_** For _`distro_name`_, substitute a meaningful name for the distribution. To import a local or remote network distribution into **cobbler**, run this command. Replace _`network_URI`_ with the URI you found in [Section 13.3, “Mirroring a Network Location”](#sn-cobbler-mirror "13.3. Mirroring a Network Location"), and _`distro_name`_ as above: **cobbler import --path=_`network_URI`_ --name=_`distro_name`_** ### Importing a Source When **cobbler** imports a distribution with the commands above, it copies all the files to the server's local storage, which may take some time. If you do not want to make local copies of the distribution because clients can already reach its location, use the `--available-as` option. **cobbler import --path=/mnt/dvd --name=_`distro_name`_ --available-as=_`network_URI`_** **cobbler import --path=_`network_URI`_ --name=_`distro_name`_ --available-as=_`network_URI`_** For _`nework_URI`_, substitute the appropriate network location of the distribution. This URI indicates how the server makes the distribution available to its clients. The examples above assume that your **cobbler** server reaches the mirror location at the same URI as the clients. If not, substitute an appropriate URI for the `--path` option. The following examples are URI locations that work if you have been following the procedures in this section, and your server's IP address is `192.168.1.1`: * nfs://_`192.168.1.1`_:/mnt/dvd * http://_`192.168.1.1`_:/distro If necessary, replace _`192.168.1.1`_ with the IP address for your **cobbler** server. 1. Run the command **cobbler sync** to apply the changes. To check that your **cobbler** server is listening on the correct ports, use the **netstat -lp** command. ### Firewall Considerations Depending on your server's configuration, you may need to use the **system-config-securitylevel** command to permit access to some or all of these network services: * 67 or bootps, for the DHCP/BOOTP server * 69 or tftp, for providing the PXE loader * 80 or http, if the **cobbler** server is to provide HTTP installation service * 20 and 21 or ftp, if the **cobbler** server is to provide FTP installation service * 111 or sunrpc, if the **cobbler** server is to provide NFS installation service ## 13\.5. Manually configure a PXE server {#sn-pxe-server-manual} The following steps must be performed to prepare for a PXE installation: 1. Configure the network (NFS, FTP, HTTP) server to export the installation tree. 1. Configure the files on the **tftp** server necessary for PXE booting. 1. Configure which hosts are allowed to boot from the PXE configuration. 1. Start the **tftp** service. 1. Configure DHCP. 1. Boot the client, and start the installation. ### 13\.5.1. Setting up the Network Server {#s1-netboot-netserver} First, configure an NFS, FTP, or HTTP server to export the entire installation tree for the version and variant of Fedora to be installed. Refer to [Section 5.1, “Preparing for a Network Installation”](#s1-steps-network-installs-x86 "5.1. Preparing for a Network Installation") for detailed instructions. ### 13\.5.2. PXE Boot Configuration {#s1-netboot-pxe-config} The next step is to copy the files necessary to start the installation to the **tftp** server so they can be found when the client requests them. The **tftp** server is usually the same server as the network server exporting the installation tree. BIOS and EFI configuration differs for this procedure. #### 13\.5.2.1. Configuring for BIOS {#s1-netboot-pxe-config-bios} 1. If tftp-server is not yet installed, run **yum install tftp-server**. 1. In the tftp-server config file at `/etc/xinet.d/tftp`, change the _`disabled`_ parameter from `yes` to `no`. 1. Start the xinetd service, and enable it to persist across reboots: **systemctl start xinetd** **systemctl enable xinetd** **systemctl status xinetd** 1. Configure your DHCP server to use the boot images packaged with SYSLINUX. (If you do not have a DHCP server installed, refer to the _DHCP Servers_ chapter in the _Fedora System Administrators Guide_.) A sample configuration in `/etc/dhcp/dhcpd.conf` might look like: option space pxelinux; option pxelinux.magic code 208 = string; option pxelinux.configfile code 209 = text; option pxelinux.pathprefix code 210 = text; option pxelinux.reboottime code 211 = unsigned integer 32; subnet 10.0.0.0 netmask 255.255.255.0 { option routers 10.0.0.254; range 10.0.0.2 10.0.0.253; class "pxeclients" { match if substring (option vendor-class-identifier, 0, 9) = "PXEClient"; next-server 10.0.0.1; if option arch = 00:06 { filename "pxelinux/bootia32.efi"; } else if option arch = 00:07 { filename "pxelinux/bootx64.efi"; } else { filename "pxelinux/pxelinux.0"; } } host example-ia32 { hardware ethernet XX:YY:ZZ:11:22:33; fixed-address 10.0.0.2; } } 1. You now need the `pxelinux.0` file from the SYSLINUX package installed with Fedora. Create a `pxelinux` directory within `tftpboot` and copy `pxelinux.0` and `vesamenu.c32`into it: **mkdir /var/lib/tftpboot/pxelinux** **cp /usr/share/syslinux/{pxelinux.0, vesamenu.c32} /var/lib/tftpboot/pxelinux** 1. Create a `pxelinux.cfg` directory within `pxelinux`: **mkdir /var/lib/tftpboot/pxelinux/pxelinux.cfg** 1. Add a config file to this directory. The file should either be named `default` or named after the IP address. For example, if your machine's IP address is 10.0.0.1, the filename would be `0A000001`. A sample config file at `/var/lib/tftpboot/pxelinux/pxelinux.cfg/default` might look like: default vesamenu.c32 prompt 1 timeout 600 display boot.msg label linux menu label ^Install or upgrade an existing system menu default kernel vmlinuz append initrd=initrd.img repo=http://dl.fedoraproject.org/pub/fedora/linux/releases /20/Fedora/x86_64/os/ label vesa menu label Install system with ^basic video driver kernel vmlinuz append initrd=initrd.img xdriver=vesa nomodeset repo=http://dl.fedoraproject.org /pub/fedora/linux/releases/20/Fedora/x86_64/os/ label rescue menu label ^Rescue installed system kernel vmlinuz append initrd=initrd.img root=live:http://dl.fedoraproject.org/pub/fedora/linux/releases/20/Fedora/x86_64/os/LiveOS/squashfs.img rescue label local menu label Boot from ^local drive localboot 0xffff label memtest86 menu label ^Memory test kernel memtest append - If both the stage 2 installer image and the package repositories you intend to download from are on the same server, use the **repo=** boot option. If they are on separate servers, use **stage2=** instead. For instructions on how to specify the installation source, refer to [Chapter 8, _Configuring Installation Source_](#ch-Installation_Phase_2-x86 "Chapter 8. Configuring Installation Source") 1. Copy the boot images into your **tftp** root directory: ** cp /_`path/to`_/x86_64/os/images/pxeboot/{vmlinuz,initrd.img} /var/lib/tftpboot/pxelinux/** 1. Reboot the system, and select the network device as your boot device when prompted. #### 13\.5.2.2. Configuring for EFI {#s1-netboot-pxe-config-efi} 1. If tftp-server is not yet installed, run **yum install tftp-server**. 1. In the tftp-server config file at `/etc/xinet.d/tftp`, change the _`disabled`_ parameter from `yes` to `no`. 1. Create a directory path within `tftpboot` for the EFI boot images, and then copy them from your installation media: **mkdir /var/lib/tftpboot/pxelinux** **mkdir /var/lib/tftpboot/pxelinux/bootx64.efi** **cp _`/path/to/image/`_os/EFI/BOOT/grubx64.efi /var/lib/tftpboot/pxelinux/** 1. Start the xinetd service, and enable it to persist across reboots **systemctl start xinetd** **systemctl enable xinetd** **systemctl status xinetd** 1. Configure your DHCP server to use the EFI boot images packaged with GRUB. (If you do not have a DHCP server installed, refer to the _DHCP Servers_ chapter in the _Fedora System Administrators Guide_.) A sample configuration in `/etc/dhcp/dhcpd.conf` might look like: option space PXE; option PXE.mtftp-ip code 1 = ip-address; option PXE.mtftp-cport code 2 = unsigned integer 16; option PXE.mtftp-sport code 3 = unsigned integer 16; option PXE.mtftp-tmout code 4 = unsigned integer 8; option PXE.mtftp-delay code 5 = unsigned integer 8; option arch code 93 = unsigned integer 16; # RFC4578 subnet 10.0.0.0 netmask 255.255.255.0 { option routers 10.0.0.254; range 10.0.0.2 10.0.0.253; class "pxeclients" { match if substring (option vendor-class-identifier, 0, 9) = "PXEClient"; next-server 10.0.0.1; if option arch = 00:06 { filename "pxelinux/bootia32.efi"; } else if option arch = 00:07 { filename "pxelinux/bootx64.efi"; } else { filename "pxelinux/pxelinux.0"; } } host example-ia32 { hardware ethernet XX:YY:ZZ:11:22:33; fixed-address 10.0.0.2; } } Configuring a DHCP server for IPv6 differs slightly. Crucially, the `filename` option must be replaced with a `bootfile-url` string. Both identify the boot file that the PXE **tftp** process should download, but each is specific to the version of the IP protocol being used. `bootfile-url` specifies an IPv6 network location for the boot file. A sample configuration in `/etc/dhcp/dhcpd6.conf` might look like: default-lease-time 2592000; preferred-lifetime 604800; option dhcp-renewal-time 3600; option dhcp-rebinding-time 7200; option dhcp6.name-servers 3ffe:501:ffff:100:200:ff:fe00:3f3e; option dhcp6.domain-search "test.example.com","example.com"; option dhcp6.info-refresh-time 21600; dhcpv6-lease-file-name "/var/lib/dhcpd/dhcpd6.leases"; subnet6 3ffe:501:ffff:100::/64 { range6 3ffe:501:ffff:100::10 3ffe:501:ffff:100::; range6 3ffe:501:ffff:100:: temporary; prefix6 3ffe:501:ffff:100:: 3ffe:501:ffff:111:: /64; option dhcp6.bootfile-url "tftp://[3ffe:501:ffff:100::1]/grubx64.efi"; option dhcp6.name-servers 3ffe:501:ffff:100::1; } In a Secure Boot environment, the configuration file must specify that the shim utility be downloaded rather than the GRUB image. No other file can be downloaded via **tftp** in Secure Boot mode. shim is specified using the `filename` option in IPv4 configurations and the `bootfile-url` option in IPv6 configurations. Once the shim utility is downloaded and validated, it will automatically download the GRUB image. This image must be named either `grub.efi` or `grubx64.efi` and be available at the same location as shim and be accessible by **tftp**. The shim-signed package is available in the Fedora yum repository. For more information on Secure Boot, refer to the _Fedora UEFI Secure Boot Guide_. 1. Create a `pxelinux.cfg` directory within `pxelinux`: **mkdir /var/lib/tftpboot/pxelinux/pxelinux.cfg** 1. Add a config file to this directory. The file should either be named `efidefault` or named after the IP address. For example, if your machine's IP address is 10.0.0.1, the filename would be `0A000001`. A sample config file at `/var/lib/tftpboot/pxelinux/pxelinux.cfg/efidefault` might look like: default=0 timeout=1 hiddenmenu title Fedora root (nd) kernel vmlinuz initrd initrd.img inst.repo=nfs:10.0.0.1:/path/to/tree For instructions on how to specify the installation source, refer to [Chapter 8, _Configuring Installation Source_](#ch-Installation_Phase_2-x86 "Chapter 8. Configuring Installation Source") 1. Copy the boot images into your **tftp** root directory: ** cp /_`path/to/image/`_os/images/pxeboot/{vmlinuz,initrd.img} /var/lib/tftpboot/pxelinux/** 1. Reboot the system, and select the network device as your boot device when prompted. ### 13\.5.3. Starting the **tftp** Server {#idp18359696} On the DHCP server, verify that the `tftp-server` package is installed with the command **rpm -q tftp-server**. **tftp** is an xinetd-based service. Configure xinetd to process tftp requests by editing `/etc/xinetd.d/tftp` so that `disable = no`. Start the **tftp** service with the following commands: **systemctl start xinetd.service** **systemctl enable xinetd.service** These commands configure the **tftp** and **xinetd** services to immediately turn on and also configure them to start at boot. ### 13\.5.4. Adding a Custom Boot Message {#s2-netboot-custom-msg} Optionally, modify `/tftpboot/linux-install/msgs/boot.msg` to use a custom boot message. ### 13\.5.5. Performing the PXE Installation {#netboot-performing} For instructions on how to configure the network interface card with PXE support to boot from the network, consult the documentation for the NIC. It varies slightly per card. If your NIC does not support PXE booting, you can still PXE boot your system by using the iPXE bootloader. The Fedora Project does not distribute iPXE — refer to the project website at for more information. After the system boots the installation program, refer to the [Chapter 9, _Using the Fedora installer_](#ch-guimode-x86 "Chapter 9. Using the Fedora installer"). ## Chapter 14. Installing Through VNC {#vncwhitepaperadded} The Fedora installer (anaconda) offers you two interactive modes of operation. The original mode is a text-based interface. The newer mode uses GTK+ and runs in the X Window environment. This chapter explains how you can use the graphical installation mode in environments where the system lacks a proper display and input devices typically associated with a workstation. This scenario is typical of systems in datacenters, which are often installed in a rack environment and do not have a display, keyboard, or mouse. Additionally, a lot of these systems even lack the ability to connect a graphical display. Given that enterprise hardware rarely needs that ability at the physical system, this hardware configuration is acceptable. Even in these environments, however, the graphical installer remains the recommended method of installation. The text mode environment lacks a lot of capabilities found in the graphical mode. Many users still feel that the text mode interface provides them with additional power or configuration ability not found in the graphical version. The opposite is true. Much less development effort is put in to the text-mode environment and specific things (for example, LVM configuration, partition layout, package selection, and bootloader configuration) are deliberately left out of the text mode environment. The reasons for this are: * Less screen real estate for creating user interfaces similar to those found in the graphical mode. * Difficult internationalization support. * Desire to maintain a single interactive installation code path. Anaconda therefore includes a Virtual Network Computing (VNC) mode that allows the graphical mode of the installer to run locally, but display on a system connected to the network. Installing in VNC mode provides you with the full range of installation options, even in situations where the system lacks a display or input devices. ## 14\.1. VNC Viewer {#VNC_Whitepaper-vnc-viewer} Performing a VNC installation requires a VNC viewer running on your workstation or other terminal computer. Locations where you might want a VNC viewer installed: * Your workstation * Laptop on a datacenter crash cart VNC is open source software licensed under the GNU General Public License. * VNC clients are available in the repositories of most Linux distributions. Use your package manager to search for a client for your chosen distribution. For example, on Fedora, install the tigervnc package: # **`yum install tigervnc`** * TightVNC is available for Windows at * MacOS X includes built-in VNC support as of version 10.5. In the Finder, click the Go menu and choose Connect to Server. In the server address field, you can type **vnc://_`SERVER`_:_`DISPLAY`_**, where SERVER is the IP address or DNS host name of the VNC server you wish to connect to and DISPLAY is the VNC display number (usually 1), and click Connect. Once you have verified you have a VNC viewer available, it's time to start the installation. ## 14\.2. VNC Modes in Anaconda {#VNC_Whitepaper-vnc-modes-in-anaconda} Anaconda offers two modes for VNC installation. The mode you select will depend on the network configuration in your environment. ### 14\.2.1. Direct Mode {#VNC_Whitepaper-vnc-direct-mode} Direct mode VNC in anaconda is when the client initiates a connection to the VNC server running in anaconda. Anaconda will tell you when to initiate this connection in the VNC viewer. Direct mode can be activated by either of the following commands: * Specify **vnc** as a boot argument. * Specify the **vnc** command in the kickstart file used for installation. When you activate VNC mode, anaconda will complete the first stage of the installer and then start VNC to run the graphical installer. The installer will display a message on the console in the following format: Running anaconda _`VERSION`_, the _`PRODUCT`_ system installer - please wait... Anaconda will also tell you the IP address and display number to use in your VNC viewer. At this point, you need to start the VNC viewer and connect to the target system to continue the installation. The VNC viewer will present anaconda to you in graphical mode. There are some disadvantages to direct mode, including: * Requires visual access to the system console to see the IP address and port to connect the VNC viewer to. * Requires interactive access to the system console to complete the first stage of the installer. If either of these disadvantages would prevent you from using direct mode VNC in anaconda, then connect mode is probably more suited to your environment. ### 14\.2.2. Connect Mode {#VNC_Whitepaper-vnc-connect-mode} Certain firewall configurations or instances where the target system is configured to obtain a dynamic IP address may cause trouble with the direct VNC mode in anaconda. In addition, if you lack a console on the target system to see the message that tells you the IP address to connect to, then you will not be able to continue the installation. The VNC connect mode changes how VNC is started. Rather than anaconda starting up and waiting for you to connect, the VNC connect mode allows anaconda to automatically connect to your view. You won't need to know the IP address of the target system in this case. To activate the VNC connect mode, pass the **vnc vncconnect** boot parameter: boot: **``linux vnc vncconnect=_`HOST`_[:_`port`_]``** Replace HOST with your VNC viewer's IP address or DNS host name. Specifying the port is optional. Before starting the installation process on the target system, start up your VNC viewer and have it wait for an incoming connection. Start the installation and when your VNC viewer displays the graphical installer, you are ready to go. ## 14\.3. Installation Using VNC {#VNC_Whitepaper-installation} Now that you have installed a VNC viewer application and selected a VNC mode for use in anaconda, you are ready to begin the installation. ### 14\.3.1. Installation Example {#VNC_Whitepaper-installation-example} The easiest way to perform an installation using VNC is to connect another computer directly to the network port on the target system. The laptop on a datacenter crash cart usually fills this role. If you are performing your installation this way, make sure you follow these steps: 1. Connect the laptop or other workstation to the target system using a crossover cable. If you are using regular patch cables, make sure you connect the two systems using a small hub or switch. Most recent Ethernet interfaces will automatically detect if they need to be crossover or not, so it may be possible to connect the two systems directly using a regular patch cable. 1. Configure the VNC viewer system to use a RFC 1918 address with no gateway. This private network connection will only be used for the purpose of installation. Configure the VNC viewer system to be 192.168.100.1/24. If that address is in use, just pick something else in the RFC 1918 address space that is available to you. 1. Start the installation on the target system. 1. Booting the installation DVD. If booting the installation DVD, make sure **vnc** is passed as a boot parameter. To add the **vnc** parameter, you will need a console attached to the target system that allows you to interact with the boot process. Enter the following at the prompt: boot: **`linux vnc`** 1. Boot over the network. If the target system is configured with a static IP address, add the **vnc** command to the kickstart file. If the target system is using DHCP, add **vnc vncconnect=_`HOST`_[:_`port`_]** to the boot arguments for the target system. HOST is the IP address or DNS host name of the VNC viewer system. Specifying the port is optional. Enter the following at the prompt: boot: **``linux vnc vncconnect=_`HOST`_[:_`port`_]``** 1. When prompted for the network configuration on the target system, assign it an available RFC 1918 address in the same network you used for the VNC viewer system. For example, 192.168.100.2/24. ### Note This IP address is only used during installation. You will have an opportunity to configure the final network settings, if any, later in the installer. 1. Once the installer indicates it is starting anaconda, you will be instructed to connect to the system using the VNC viewer. Connect to the viewer and follow the graphical installation mode instructions found in the product documentation. ### 14\.3.2. Kickstart Considerations {#VNC_Whitepaper-kickstart-installation} If your target system will be booting over the network, VNC is still available. Just add the **vnc** command to the kickstart file for the system. You will be able to connect to the target system using your VNC viewer and monitor the installation progress. The address to use is the one the system is configured with via the kickstart file. If you are using DHCP for the target system, the reverse **vnc vncconnect** method may work better for you. Rather than adding the **vnc** boot parameter to the kickstart file, add the **vnc vncconnect=_`HOST`_[:_`port`_]** parameter to the list of boot arguments for the target system. For HOST, put the IP address or DNS host name of the VNC viewer system. Specifying the port is optional. See the next section for more details on using the vncconnect mode. ### 14\.3.3. Firewall Considerations {#VNC_Whitepaper-firewall-considerations} If you are performing the installation where the VNC viewer system is a workstation on a different subnet from the target system, you may run in to network routing problems. VNC works fine so long as your viewer system has a route to the target system and ports 5900 and 5901 are open. If your environment has a firewall, make sure ports 5900 and 5901 are open between your workstation and the target system. In addition to passing the **vnc** boot parameter, you may also want to pass the **vncpassword** parameter in these scenarios. While the password is sent in plain text over the network, it does provide an extra step before a viewer can connect to a system. Once the viewer connects to the target system over VNC, no other connections are permitted. These limitations are usually sufficient for installation purposes. ### Important Be sure to use a temporary password for the **vncpassword** option. It should not be a password you use on any systems, especially a real root password. If you continue to have trouble, consider using the **vnc vncconnect** parameter. In this mode of operation, you start the viewer on your system first telling it to listen for an incoming connection. Pass **vnc vncconnect=_`HOST`_[:_`port`_]** at the boot prompt and the installer will attempt to connect to the specified HOST (either a hostname or IP address). Specifying the port is optional. ## 14\.4. References {#VNC_Whitepaper-references} * VNC description at Wikipedia: * TigerVNC: * RFC 1918 - Address Allocation for Private Networks: * Anaconda boot options: * Kickstart documentation: ## Chapter 15. Kickstart Installations {#ch-kickstart2} ## 15\.1. What are Kickstart Installations? {#s1-kickstart2-whatis} Many system administrators would prefer to use an automated installation method to install Fedora on their machines. To answer this need, Red Hat created the kickstart installation method. Using kickstart, a system administrator can create a single file containing the answers to all the questions that would normally be asked during a typical installation. Kickstart files can be kept on a single server system and read by individual computers during the installation. This installation method can support the use of a single kickstart file to install Fedora on multiple machines, making it ideal for network and system administrators. Kickstart provides a way for users to automate a Fedora installation. All kickstart scriptlets and the log files of their execution are stored in the `/tmp` directory to assist with debugging installation failures. ### Note — /tmp/netinfo no longer used Anaconda now configures network interfaces with NetworkManager. Consequently, kickstart users that referenced the network settings located in `/tmp/netinfo` in previous versions of Fedora must now source the `ifcfg` files in `/etc/sysconfig/network-scripts`. ## 15\.2. How Do You Perform a Kickstart Installation? {#s1-kickstart2-howuse} Kickstart installations can be performed using a local DVD, a local hard drive, or via NFS, FTP, or HTTP. To use kickstart, you must: 1. Create a kickstart file. 1. Create a boot media with the kickstart file or make the kickstart file available on the network. 1. Make the installation tree available. 1. Start the kickstart installation. This chapter explains these steps in detail. ## 15\.3. Creating the Kickstart File {#s1-kickstart2-file} The kickstart file is a simple text file, containing a list of items, each identified by a keyword. You can create it by using the Kickstart Configurator application, or writing it from scratch. The Fedora installation program also creates a sample kickstart file based on the options that you selected during installation. It is written to the file `/root/anaconda-ks.cfg`. You should be able to edit it with any text editor or word processor that can save files as ASCII text. First, be aware of the following issues when you are creating your kickstart file: * Sections must be specified _in order_. Items within the sections do not have to be in a specific order unless otherwise specified. The section order is: * Command section — Refer to [Section 15.4, “Kickstart Options”](#s1-kickstart2-options "15.4. Kickstart Options") for a list of kickstart options. You must include the required options. * The **%packages** section — Refer to [Section 15.5, “Package Selection”](#s1-kickstart2-packageselection "15.5. Package Selection") for details. * The **%pre** and **%post** sections — These two sections can be in any order and are not required. Refer to [Section 15.6, “Pre-installation Script”](#s1-kickstart2-preinstallconfig "15.6. Pre-installation Script") and [Section 15.7, “Post-installation Script”](#s1-kickstart2-postinstallconfig "15.7. Post-installation Script") for details. * Items that are not required can be omitted. * Omitting any required item results in the installation program prompting the user for an answer to the related item, just as the user would be prompted during a typical installation. Once the answer is given, the installation continues unattended (unless it finds another missing item). * Lines starting with a pound (also known as hash) sign (#) are treated as comments and are ignored. * For kickstart _upgrades_, the following items are required: * Language * Installation method * Device specification (if device is needed to perform the installation) * Keyboard setup * The **upgrade** keyword * Boot loader configuration If any other items are specified for an upgrade, those items are ignored (note that this includes package selection). ## 15\.4. Kickstart Options {#s1-kickstart2-options} The following options can be placed in a kickstart file. If you prefer to use a graphical interface for creating your kickstart file, use the Kickstart Configurator application. Refer to [Chapter 16, _Kickstart Configurator_](#ch-redhat-config-kickstart "Chapter 16. Kickstart Configurator") for details. ### Note If the option is followed by an equals mark (=), a value must be specified after it. In the example commands, options in brackets ([]) are optional arguments for the command. **auth** or **authconfig** (required) : Sets up the authentication options for the system. It is similar to the **authconfig** command, which can be run after the install. By default, passwords are normally encrypted and are not shadowed. * **--enablenis** — Turns on NIS support. By default, **--enablenis** uses whatever domain it finds on the network. A domain should almost always be set by hand with the **--nisdomain=** option. * **--nisdomain=** — NIS domain name to use for NIS services. * **--nisserver=** — Server to use for NIS services (broadcasts by default). * **--useshadow** or **--enableshadow** — Use shadow passwords. * **--enableldap** — Turns on LDAP support in `/etc/nsswitch.conf`, allowing your system to retrieve information about users (for example, their UIDs, home directories, and shells) from an LDAP directory. To use this option, you must install the `nss-pam-ldapd` package. You must also specify a server and a base _DN_ (distinguished name) with **--ldapserver=** and **--ldapbasedn=**. * **--enableldapauth** — Use LDAP as an authentication method. This enables the `pam_ldap` module for authentication and changing passwords, using an LDAP directory. To use this option, you must have the `nss-pam-ldapd` package installed. You must also specify a server and a base DN with **--ldapserver=** and **--ldapbasedn=**. If your environment does not use _TLS_ (Transport Layer Security), use the **--disableldaptls** switch to ensure that the resulting configuration file works. * **--ldapserver=** — If you specified either **--enableldap** or **--enableldapauth**, use this option to specify the name of the LDAP server to use. This option is set in the `/etc/ldap.conf` file. * **--ldapbasedn=** — If you specified either **--enableldap** or **--enableldapauth**, use this option to specify the DN in your LDAP directory tree under which user information is stored. This option is set in the `/etc/ldap.conf` file. * **--enableldaptls** — Use TLS (Transport Layer Security) lookups. This option allows LDAP to send encrypted usernames and passwords to an LDAP server before authentication. * **--disableldaptls** — Do not use TLS (Transport Layer Security) lookups in an environment that uses LDAP for authentication. * **--enablekrb5** — Use Kerberos 5 for authenticating users. Kerberos itself does not know about home directories, UIDs, or shells. If you enable Kerberos, you must make users' accounts known to this workstation by enabling LDAP, NIS, or Hesiod or by using the **/usr/sbin/useradd** command. If you use this option, you must have the `pam_krb5` package installed. * **--krb5realm=** — The Kerberos 5 realm to which your workstation belongs. * **--krb5kdc=** — The KDC (or KDCs) that serve requests for the realm. If you have multiple KDCs in your realm, separate their names with commas (,). * **--krb5adminserver=** — The KDC in your realm that is also running kadmind. This server handles password changing and other administrative requests. This server must be run on the master KDC if you have more than one KDC. * **--enablehesiod** — Enable Hesiod support for looking up user home directories, UIDs, and shells. More information on setting up and using Hesiod on your network is in `/usr/share/doc/glibc/README.hesiod`, which is included in the `glibc` package. Hesiod is an extension of DNS that uses DNS records to store information about users, groups, and various other items. * **--hesiodlhs** and **--hesiodrhs** — The `Hesiod` LHS (left-hand side) and RHS (right-hand side) values, set in `/etc/hesiod.conf`. The `Hesiod` library uses these values to search DNS for a name, similar to the way that LDAP uses a base DN. To look up user information for the username `jim`, the Hesiod library looks up ``jim.passwd<_`LHS`_><_`RHS`_>``, which should resolve to a TXT record that contains a string identical to an entry for that user in the `passwd` file: `jim:*:501:501:Jungle Jim:/home/jim:/bin/bash`. To look up groups, the Hesiod library looks up ``jim.group<_`LHS`_><_`RHS`_>`` instead. To look up users and groups by number, make `501.uid` a CNAME for `jim.passwd`, and `501.gid` a CNAME for `jim.group`. Note that the library does not place a period (`.`) in front of the LHS and RHS values when performing a search. Therefore, if the LHS and RHS values need to have a period placed in front of them, you must include the period in the values you set for **--hesiodlhs** and **--hesiodrhs**. * **--enablesmbauth** — Enables authentication of users against an SMB server (typically a Samba or Windows server). SMB authentication support does not know about home directories, UIDs, or shells. If you enable SMB, you must make users' accounts known to the workstation by enabling LDAP, NIS, or Hesiod or by using the **/usr/sbin/useradd** command. * **--smbservers=** — The name of the servers to use for SMB authentication. To specify more than one server, separate the names with commas (,). * **--smbworkgroup=** — The name of the workgroup for the SMB servers. * **--enablecache** — Enables the **nscd** service. The **nscd** service caches information about users, groups, and various other types of information. Caching is especially helpful if you choose to distribute information about users and groups over your network using NIS, LDAP, or Hesiod. * **--passalgo=** — specify **sha256** to set up the SHA-256 hashing algorithm or **sha512** to set up the SHA-512 hashing algorithm. **autopart** (optional) : Automatically creates partitions — a root (`/`) partition (1 GB or bigger), a `/swap` partition, and an appropriate `/boot` partition for the architecture. On large enough drives, this also creates a `/home` partition. ### Note Note that the `autopart` option cannot be used together with the `part/partition`, `raid`, `logvol`, or `volgroup` options in the same kickstart file. * **--encrypted** — Should all devices with support be encrypted by default? This is equivalent to checking the Encrypt checkbox on the initial partitioning screen. * **--cipher=** — Specifies which type of encryption will be used if the anaconda default aes-xts-plain64 is not satisfactory. You must use this option together with the **--encrypted** option; by itself it has no effect. Available types of encryption are listed in the _Red Hat Enterprise Linux Security Guide_, but Red Hat strongly recommends using either aes-xts-plain64 or aes-cbc-essiv:sha256. * **--passphrase=** — Provide a default system-wide passphrase for all encrypted devices. * **--escrowcert=_`URL_of_X.509_certificate`_** — Store data encryption keys of all encrypted volumes as files in `/root`, encrypted using the X.509 certificate from the URL specified with _`URL_of_X.509_certificate`_. The keys are stored as a separate file for each encrypted volume. This option is only meaningful if **--encrypted** is specified. * **--backuppassphrase=** — Add a randomly-generated passphrase to each encrypted volume. Store these passphrases in separate files in `/root`, encrypted using the X.509 certificate specified with **--escrowcert**. This option is only meaningful if **--escrowcert** is specified. * **--type=** — Select one of the predefined automatic partitioning scheme you want to use. Accepts the following values: * `lvm`: The LVM partitioning scheme. * `btrfs`: The BTRFS partitioning scheme. * `thinp`: The LVM Thin Provisioning partitioning scheme. * `plain`: Regular partitions with no LVM or BTRFS. For a description of the available partition schemes, see [Section 9.14.1.1, “File System Types”](#s3-diskpartitioning-file-x86 "9.14.1.1. File System Types"). * **--nolvm** — Do not use LVM or BTRFS for automatic partitioning. This option is equal to **--type=plain**. **autostep** (optional) : Similar to **interactive** except it goes to the next screen for you. It is used mostly for debugging. * **--autoscreenshot** — Take a screenshot at every step during installation and copy the images over to **/root/anaconda-screenshots** after installation is complete. This is most useful for documentation. **bootloader** (required) : Specifies how the boot loader should be installed. This option is required for both installations and upgrades. ### Important If you select text mode for a kickstart installation, make sure that you specify choices for the partitioning, bootloader, and package selection options. These steps are automated in text mode, and anaconda cannot prompt you for missing information. If you do not provide choices for these options, anaconda will stop the installation process. * **--append=** — Specifies kernel parameters. To specify multiple parameters, separate them with spaces. For example: bootloader --location=mbr --append="hdd=ide-scsi ide=nodma" * **--driveorder** — Specify which drive is first in the BIOS boot order. For example: bootloader --driveorder=sda,hda * **--boot-drive=** — Specifies which drive the bootloader is installed to. * **--location=** — Specifies where the boot record is written. Valid values are the following: **mbr** (the default), **partition** (installs the boot loader on the first sector of the partition containing the kernel), or **none** (do not install the boot loader). * **--leavebootorder=** — Boot the drives in their existing order, to override the default of booting into the newly installed drive on Power Systems servers and EFI systems. This is useful for systems that, for example, should network boot first before falling back to a local boot. * **--md5pass=** — If using GRUB, similar to **--password=** except the password should already be encrypted. * **--password=** — If using GRUB, sets the GRUB boot loader password to the one specified with this option. This should be used to restrict access to the GRUB shell, where arbitrary kernel options can be passed. * **--timeout=** — Specify the number of seconds before the bootloader times out and boots the default option. Specifying 0 will tell GRUB not to display these menus. * **--upgrade** — Upgrade the existing boot loader configuration, preserving the old entries. This option is only available for upgrades. * **--extlinux** — install and use the extlinux bootloader. **btrfs** (optional) : Create a BTRFS volume or subvolume. For a volume, the syntax is: btrfs _``_ --data=_``_ --metadata=_``_ --label=_`