From Fedora Project Wiki

Revision as of 19:50, 8 January 2014 by Crobinso (talk | contribs) (Clarify that test case is for CDROM and ISO)

Description

Install a Fedora guest from CDROM/DVD media, either physical media or ISO file.

Setup

Install media listed on the main test day page. Live CD or DVD is sufficient.

How to test

virt-manager

  1. Run virt-manager (should autoconnect to qemu)
  2. Launch the 'New VM' wizard
  3. Choose 'Local Install Media'
  4. Select the ISO that you downloaded.
  5. Manually set OS distro value to the version of Fedora being installed.
  6. Proceed with through the wizard, using the default suggested values. On the final page, use the VM name: test-day-vm
  7. Start the install, and perform the install as you would on a normal machine.

virt-install

An example virt-install invocation looks like:

 $> virt-install --name test-day-vm --ram 2048 \
        --disk path=/var/lib/libvirt/images/fedoratestday.img,size=10 \
        --cdrom /path/to/my/media.iso --os-variant fedora20

For virt-install, the ISO media needs to be in a location that is accessible by the 'qemu' user, otherwise the emulator won't be able to access it. A good place to put the iso is /var/lib/libvirt/images

Expected Results

Guest installations start and perform without any issues. Guest is bootable after install completes.