Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 

6.2. Installation from a Hard Drive

Once you have booted your computer, you may use ISO image files of the Fedora discs to continue the installation process. The ISO files must be located on a hard drive that is either internal to the computer, or attached to the machine by USB. In addition the install.img file from within the ISO files must be copied to a directory named images Use this option to install Fedora on computers that without a network connection or CD/DVD drives.

To extract the install.img from the iso follow the procedure:

	mount -t iso9660 /path/to/Fedora10.iso /mnt/point -o loop
	cp -a /mnt/point/images /path/images/
        umount /mnt/point
      

The partition on the hard drive holding the ISO files must be formatted with the ext2, ext3 or vfat file system. In Fedora, vfat includes a range of file systems, such as FAT-16 and FAT-32, found on most removable media. External hard drives usually contain vfat (FAT-32) file systems. Some Microsoft Windows systems also use vfat file systems on internal hard disk partitions.

Before you begin installation from a hard drive, check the partition type to ensure that Fedora can read it. To check a partition's file system under Windows, use the Disk Management tool. To check a partition's file system under Linux, use the fdisk utility.

[Important] Cannot Install from LVM Partitions

You cannot use ISO files on partitions controlled by LVM (Logical Volume Management).

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 Directory holding images. Enter 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:

Partition type Volume Original path to files Directory to use
VFAT, NTFS D:\ D:\Downloads\F10 Downloads/F10
ext2, ext3 /home /home/user1/F10 user1/F10

Select OK to continue. Proceed with Chapter 7, Welcome Dialog.


 
 
  Published under the terms of the GNU General Public License Design by Interspire