From Fedora Project Wiki
No edit summary |
(Updating from F16 to F24) |
||
(6 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
{{Template:Associated_release_criterion|Final|xen-domu}} | |||
{{QA/Test_Case | {{QA/Test_Case | ||
|description=A complete installation started from booting in | |description=A complete installation started from booting in Xen. Get started with Xen virtualization,please see [[Features/XenPvopsDom0]] | ||
|setup= | |||
# Prepare a machine with the '''current development release''' ({{FedoraVersion|long|next}}) installed | |||
# Install {{package|virt-manager}} (or {{package|libvirt}}) and {{package|xen}} to control Xen virtual machines) | |||
|actions= | |actions= | ||
# Create a | # Create a virtual machine and boot the current development release in it using the HTTP/NFS install. This can be accomplished using the {{command|virt-install}} command or by using the graphical utility {{command|virt-manager}}. For example: | ||
# | ''virt-install -l http://download.fedoraproject.org/pub/fedora/linux/releases/24/Server/x86_64/os --ram 1024 --disk /dev/vg_guest/guest --name guest'' | ||
# Hit run to boot the guest from the provided HTTP/NFS link | |||
# Proceed with normal installation | |||
|results= | |results= | ||
# | # The installer successfully boots from the HTTP/NFS link | ||
# | # The installer is able to activate and use the virtual network device(s) | ||
# The installer is able to activate and use the virtual storage device(s) | |||
# The install completes successfully | |||
# The system reboots successfully, recognizing filesystems created on the virt device(s) | |||
}} | }} | ||
[[Category:Installer Boot Methods]] | [[Category:Installer Boot Methods]] |
Latest revision as of 14:53, 24 August 2017
Description
A complete installation started from booting in Xen. Get started with Xen virtualization,please see Features/XenPvopsDom0
Setup
- Prepare a machine with the current development release (Fedora 42) installed
- Install
virt-manager
(orlibvirt
) andxen
to control Xen virtual machines)
How to test
- Create a virtual machine and boot the current development release in it using the HTTP/NFS install. This can be accomplished using the
virt-install
command or by using the graphical utilityvirt-manager
. For example:
virt-install -l http://download.fedoraproject.org/pub/fedora/linux/releases/24/Server/x86_64/os --ram 1024 --disk /dev/vg_guest/guest --name guest
- Hit run to boot the guest from the provided HTTP/NFS link
- Proceed with normal installation
Expected Results
- The installer successfully boots from the HTTP/NFS link
- The installer is able to activate and use the virtual network device(s)
- The installer is able to activate and use the virtual storage device(s)
- The install completes successfully
- The system reboots successfully, recognizing filesystems created on the virt device(s)