From Fedora Project Wiki
(add sort key) |
(add note on memory requirements) |
||
Line 3: | Line 3: | ||
|actions= | |actions= | ||
# Start the install using e.g. <pre>$> virt-install -n f11 -r 1024 -f /var/lib/xen/images/f11.img -s 10 -p --vnc -l http://mirrors.kernel.org/fedora/development/x86_64/os/</pre> | # Start the install using e.g. <pre>$> virt-install -n f11 -r 1024 -f /var/lib/xen/images/f11.img -s 10 -p --vnc -l http://mirrors.kernel.org/fedora/development/x86_64/os/</pre> | ||
# Note, the minimum required memory is 512MB for 32 bit guests and 768Mb for 64-bit guests. | |||
# Complete the install as normal. | # Complete the install as normal. | ||
# When the installation has completed, click ''Reboot''. | # When the installation has completed, click ''Reboot''. |
Revision as of 18:45, 30 April 2009
Description
This test case will verify that Fedora 11 can be installed as a Xen DomU guest.
How to test
- Start the install using e.g.
$> virt-install -n f11 -r 1024 -f /var/lib/xen/images/f11.img -s 10 -p --vnc -l http://mirrors.kernel.org/fedora/development/x86_64/os/
- Note, the minimum required memory is 512MB for 32 bit guests and 768Mb for 64-bit guests.
- Complete the install as normal.
- When the installation has completed, click Reboot.
Expected Results
- This install should complete without any errors.
- The guest should reboot successfully.