From Fedora Project Wiki
Description
This test is designed to test installing using iso images on a local disk partition.
How to test
- Start the installer and proceed to the disk partitioning step
- Create a 5G physical disk partition (not LVM) with mount point
/iso
. Remember the disk partition device (e.g./dev/sdc4
) as this will be needed in later steps. - Complete the installation as desired.
- Boot into the installed system and copy all applicable installation ISO images into the
/iso
directory. As noted in the documentation, the installation program also requires that you copy theimages/install.img
file from the DVD ordisc1.iso
into partition containing the ISO image(s) (e.g./iso/images/install.img
). - Reboot your system into the installation program using any available means. If booting into the installer using a
boot.iso
, CD or DVD, you may need to add the boot argumentaskmethod
so that you can later request the hard drive installation method. - When prompted, direct the installer to use hard drive as the installation type.
- When prompted, select Hard drive as your installation source
- Select the disk partition that houses your disc iso images. Note, this was the disk partition created in step#2 above.
- Complete the installation as desired
Expected Results
- Anaconda uses the install source from the hard disk provided and proceeds to stage2
- Anaconda completes the hard drive installation successfully
- Package errors (install.log) should not occur
- System boots successfully