From Fedora Project Wiki
No edit summary |
No edit summary |
||
Line 12: | Line 12: | ||
#* *disc1.iso | #* *disc1.iso | ||
#* Copy $TREE/images/pxeboot/* into your /boot and update /etc/grub.conf to boot the installer | #* Copy $TREE/images/pxeboot/* into your /boot and update /etc/grub.conf to boot the installer | ||
# | # Add the boot command line: <code>askmethod</code> | ||
# | # 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 | # Select the disk partition that houses your disc iso images. Note, this was the disk partition created in step#2 above | ||
# Select auto-partition at the disk partitioning screen | # Select auto-partition at the disk partitioning screen | ||
# Proceed with | # Proceed with installation | ||
|results= | |results= | ||
# Anaconda uses the package repository from the hard disk provided. | # Anaconda uses the package repository from the hard disk provided. |
Revision as of 11:13, 4 June 2010
Description
This test is designed to test installing using iso images on a local disk partition.
How to test
- Start the anaconda installer
- Create a 5G physical disk partition (not LVM) with mount point /iso (NOTE the disk and partition anaconda uses, e.g. /dev/sdb1 as this will come into play in later steps)
- Proceed with your installation using a minimal package set
- Boot into your new system and copy all applicable installation disc iso's to your /iso directory.
- Reboot your system into the installation program using any available method:
- PXE boot into the installer
- boot.iso
- *disc1.iso
- Copy $TREE/images/pxeboot/* into your /boot and update /etc/grub.conf to boot the installer
- Add the boot command line:
askmethod
- 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
- Select auto-partition at the disk partitioning screen
- Proceed with installation
Expected Results
- Anaconda uses the package repository from the hard disk provided.
- Anaconda completes successfully
- System boots successfully