From Fedora Project Wiki
No edit summary |
(Update instructions and expected results) |
||
Line 1: | Line 1: | ||
{{QA/Test_Case | {{QA/Test_Case | ||
|description= | |description=This test confirms that you are able to install a system when booting the installer using '''only''' a kernel and initial ramdisk image. | ||
{{admon/note|Pxeboot Images Required|This test case requires having pxeboot images made available for a system. For further information on PXE, please see [http://en.wikipedia.org/wiki/Preboot_Execution_Environment http://en.wikipedia.org/wiki/Preboot_Execution_Environment]}} | {{admon/note|Pxeboot Images Required|This test case requires having pxeboot images made available for a system. For further information on PXE, please see [http://en.wikipedia.org/wiki/Preboot_Execution_Environment http://en.wikipedia.org/wiki/Preboot_Execution_Environment]}} | ||
|actions= | |actions= | ||
# Boot test system off the network using the kernel and | # Boot test system off the network using the kernel ({{filename|images/pxeboot/vmlinuz}}) and initial ramdisk image ({{filename|images/pxeboot/initrd.img}}) | ||
# When prompted, entry a language and keymap preference | |||
# Choose an installation method (HTTP, NFS, hard drive etc...) and provide the requested information so anaconda can locate the installation source. If selecting a network-based installation method, you may also be prompted to choose a network device and enter network parameters. | |||
|results= | |results= | ||
# Installer boots into [http://fedoraproject.org/wiki/Anaconda/Stage stage1] loader and prompts for language, keymap, and installation source | # Installer boots into [http://fedoraproject.org/wiki/Anaconda/Stage stage1] loader and prompts for language, keymap, and installation source | ||
# | # The installer transitions to [http://fedoraproject.org/wiki/Anaconda/Stage stage2] anaconda using the provided installation source (URL, Hard Drive, NFS etc...) | ||
# The installer utilizes the package repository at the provided installation source | |||
}} | }} | ||
[[Category:Installer Boot Methods]] | [[Category:Installer Boot Methods]] |
Revision as of 13:24, 9 July 2010
Description
This test confirms that you are able to install a system when booting the installer using only a kernel and initial ramdisk image.
How to test
- Boot test system off the network using the kernel (
images/pxeboot/vmlinuz
) and initial ramdisk image (images/pxeboot/initrd.img
) - When prompted, entry a language and keymap preference
- Choose an installation method (HTTP, NFS, hard drive etc...) and provide the requested information so anaconda can locate the installation source. If selecting a network-based installation method, you may also be prompted to choose a network device and enter network parameters.