The Select Partition screen applies only if you are installing from a disk partition (that is, if you selected in the Installation Method dialog). This dialog allows you to name the disk partition and directory from which you are installing Fedora.
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 are without a network connection or CD/DVD drives.
按以下步骤从ISO中提取install.img
:
mount -t iso9660 /path/to/Fedora11.iso /mnt/point -o loop,ro
cp -pr /mnt/point/images /path/images/
umount /mnt/point
从硬盘安装之前,先检查分区类型以保证Fedora可以读取。要在Windows下查看分区类型,请使用磁盘管理工具。要在Linux下查看,使用fdisk
。
无法从LVM分区安装
您不能在LVM(逻辑卷管理)管理的分区上使用ISO文件。
从可用的分区列表中选择含有ISO文件的分区。内置IDE,SATA,SCSI和USB设备名字以/dev/sd
开头。每个独立驱动器都有对应的字母,例如/dev/sda
。驱动器上的分区按数字排列,例如/dev/sda1
。
同时指定镜像所在目录。输入含有ISO镜像文件的完整路径。下面列表中显示了一些如何输入此信息的例子。
Partition type
|
卷
|
到文件的原始路径
|
要使用的目录
|
---|
VFAT
|
D:\
|
D:\Downloads\F11
|
/Downloads/F11
|
ext2, ext3, ext4
|
/home
|
/home/user1/F11
|
/user1/F11
|
表 7.2. 不同分区类型的ISO镜像位置
如果ISO镜像位于分区的根(顶级)目录下,则输入/
。如果ISO镜像位于挂载分区的子目录中,则输入那个分区中包含ISO镜像的目录名。例如,ISO镜像所在分区通常挂载为/home/
,镜像位于/home/new/
下,那么您需输入/new/
。
使用前导 斜杠‘/’
没有以“/”斜杠打头将导致安装失败。