From Fedora Project Wiki
(First version.) |
m (Converted to use QA/Test_Case template) |
||
Line 1: | Line 1: | ||
= | {{QA/Test_Case | ||
|description=A very basic test to ensure the installer kernel boots. | |||
A very basic test to ensure the installer kernel boots. | |actions= | ||
= | |||
# Load the kernel/initrd by any of these methods: | # Load the kernel/initrd by any of these methods: | ||
## Burn and boot the <code>boot.iso</code> CD image | ## Burn and boot the <code>boot.iso</code> CD image | ||
## Fetch the <code>kernel</code> and <code>initrd</code> images listed in <code>.treeinfo</code> and add them to an existing <code>/etc/grub.conf</code> | ## Fetch the <code>kernel</code> and <code>initrd</code> images listed in <code>.treeinfo</code> and add them to an existing <code>/etc/grub.conf</code> | ||
# Allow the bootloader to load and start the kernel | # Allow the bootloader to load and start the kernel | ||
|results= | |||
= | |||
# The kernel starts | # The kernel starts | ||
# A whole lot of messages scroll by, including lines like these: | # A whole lot of messages scroll by, including lines like these: | ||
Line 19: | Line 14: | ||
#* <code>Greetings.</code> | #* <code>Greetings.</code> | ||
#* <code>anaconda installer init version 11.5.0.59 starting</code> | #* <code>anaconda installer init version 11.5.0.59 starting</code> | ||
}} | |||
[[Category:Rawhide Acceptance Test Cases]] | [[Category:Rawhide Acceptance Test Cases]] |
Revision as of 12:07, 30 June 2009
Description
A very basic test to ensure the installer kernel boots.
How to test
- Load the kernel/initrd by any of these methods:
- Burn and boot the
boot.iso
CD image - Fetch the
kernel
andinitrd
images listed in.treeinfo
and add them to an existing/etc/grub.conf
- Burn and boot the
- Allow the bootloader to load and start the kernel
Expected Results
- The kernel starts
- A whole lot of messages scroll by, including lines like these:
Linux version 2.6.29.5-191.fc11.i686.PAE (mockbuild@xenbuilder4.fedora.phx.redhat.com) (gcc version 4.4.0 20090506 (Red Hat 4.4.0-4) (GCC) ) #1 SMP Tue Jun 16 23:19:53 EDT 2009
checking if image is initramfs... it is
- The kernel finds the initrd and starts
/init
- this will be indicated by two lines like this:Greetings.
anaconda installer init version 11.5.0.59 starting