From Fedora Project Wiki
No edit summary |
(Corrected doc links and minor wording fixes) |
||
Line 1: | Line 1: | ||
{{QA/Test_Case | {{QA/Test_Case | ||
|description=This test is designed to test installing using iso images on a local disk partition. | |description=This test is designed to test installing using iso images on a local disk partition. | ||
{{admon/note| | {{admon/note|Spare disk partition required|This test requires a local disk partition sized large enough to house at least 4 650MB iso images. For further details please refer to the Red Hat Enterprise Linux 4: Installation Guide, sections [http://docs.fedoraproject.org/en-US/Fedora/{{FedoraVersion}}/html/Installation_Guide/ch04s07.html Preparing for a Hard Drive Installation] and [http://docs.fedoraproject.org/en-US/Fedora/{{FedoraVersion}}/html/Installation_Guide/s1-begininstall-hd-x86.html Installing from a Hard Drive].}} | ||
|actions= | |actions= | ||
<ol> | |||
<li> Start the installer and proceed to the disk partitioning step | |||
<li> Create a 5G physical disk partition (not LVM) with mount point {{filename|/iso}}. Remember the disk partition device (e.g. {{filename|/dev/sdc4}}) as this will be needed in later steps. | |||
<li> Complete the installation as desired. | |||
{{admon/tip|Speed up|While any package set would be sufficient, the preliminary installation will be faster when using a smaller package set.}} | |||
<li> Boot into the installed system and copy all applicable installation ISO images into the {{filename|/iso}} directory. As noted in the documentation, the installation program also requires that you copy the {{filename|images/install.img}} file from the DVD or {{filename|disc1.iso}} into partition containing the ISO image(s) (e.g. {{filename|/iso/images/install.img}}). | |||
{{admon/important|Don't mix DVD and CD|If testing CD ISO images, only copy the CD ISO image(s). If testing DVD ISO images, only copy the DVD ISO image(s). Included CD and DVD images in the same directory may result in failures.}} | |||
<li> Reboot your system into the installation program using any available means. If booting into the installer using a {{filename|boot.iso}}, CD or DVD, you may need to add the boot argument <code>askmethod</code> so that you can later request the hard drive installation method. | |||
<li> When prompted, direct the installer to use ''hard drive'' as the installation type. | |||
<li> When prompted, select ''Hard drive'' as your installation source | |||
<li> Select the disk partition that houses your disc iso images. Note, this was the disk partition created in step#2 above. | |||
<li> Complete the installation as desired | |||
</ol> | |||
|results= | |results= | ||
# Anaconda uses the install source from the hard disk provided | # Anaconda uses the install source from the hard disk provided and proceeds to [[Anaconda/Stage|stage2]] | ||
# Anaconda completes successfully | # Anaconda completes the hard drive installation successfully | ||
# Package errors (install.log) should not occur | # Package errors (install.log) should not occur | ||
# System boots successfully | # System boots successfully |
Revision as of 13:29, 24 September 2010
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