From Fedora Project Wiki

(remove outdated info)
(clarify syntax)
Line 14: Line 14:
{{admon/important|Don't mix images|When testing DVD ISO images, only copy the DVD ISO image for the exact architecture being tested.  Do not mix ISO images from different architectures.}}
{{admon/important|Don't mix images|When testing DVD ISO images, only copy the DVD ISO image for the exact architecture being tested.  Do not mix ISO images from different architectures.}}
<li> Boot your system into the installation program using any available means (netinst.iso, pxeboot images or DVD.iso)  
<li> Boot your system into the installation program using any available means (netinst.iso, pxeboot images or DVD.iso)  
<li> Direct anaconda to use the install repository from the disk partition where you copied the ISO image. Provide the device name, LABEL, or UUID of the disk partition by <code>repo=</code> boot argument. For example:
<li> Direct anaconda to use the install repository from the disk partition where you copied the ISO image. Provide the device name, LABEL, or UUID of the disk partition and the directory containing the image by <code>repo=</code> boot argument. For example:
:<pre>
:<pre>
:* repo=hd:device:/path
:* repo=hd:<device>:/path
:* repo=hd:LABEL=:/path
:* repo=hd:LABEL=<label>:/path
:* repo=hd:UUID=:/path  
:* repo=hd:UUID=<uuid>:/path  
:</pre>
:</pre>
<li> Complete the installation as desired
<li> Complete the installation as desired

Revision as of 12:04, 2 November 2011

Description

This test is designed to test installation from an ISO image on a local disk partition by repo=.

Note.png
Spare disk partition required
This test requires a local disk partition sized large enough to house a 4.5Gib ISO image. For further details please refer to the Fedora 39 Installation Guide, sections Preparing for a Hard Drive Installation and Installing from a Hard Drive.

Setup

  1. Prepare a system with a spare disk partition to store a 4.5Gib ISO image. Typically, this can be accomplished by booting into the installer and proceeding to the disk partitioning step
  2. Create a 5G physical disk partition (cannot be a LVM logical volume) with mount point /iso. Remember the disk partition device (e.g. /dev/sdc4) as this will be needed in later steps.
  3. Complete the installation as desired.
    Idea.png
    Speed up
    While any package set would be sufficient, the preliminary installation will be faster when using a smaller package set.

How to test

  1. Copy the installation ISO image into the /iso directory.
    Important.png
    Don't mix images
    When testing DVD ISO images, only copy the DVD ISO image for the exact architecture being tested. Do not mix ISO images from different architectures.
  2. Boot your system into the installation program using any available means (netinst.iso, pxeboot images or DVD.iso)
  3. Direct anaconda to use the install repository from the disk partition where you copied the ISO image. Provide the device name, LABEL, or UUID of the disk partition and the directory containing the image by repo= boot argument. For example:
    • repo=hd:<device>:/path
    • repo=hd:LABEL=<label>:/path
    • repo=hd:UUID=<uuid>:/path
  4. Complete the installation as desired

Expected Results

  1. Anaconda uses the install repository from the hard disk provided
  2. Anaconda completes the hard drive installation successfully
  3. Package errors (install.log) should not occur
  4. System boots successfully