From Fedora Project Wiki
m (Use dl.fedoraproject.org, since mirrormanager can point to incomplete trees) |
m (Use same URLs) |
||
Line 12: | Line 12: | ||
# Launch the 'New VM' wizard | # Launch the 'New VM' wizard | ||
# Choose the 'Network install' option | # Choose the 'Network install' option | ||
# Enter the following URL for the latest fedora development bits: http:// | # Enter the following URL for the latest fedora development bits: http://dl.fedoraproject.org/pub/fedora/linux/releases/test/20-Alpha/Fedora/x86_64/os | ||
# Press enter when the URL field is active: virt-manager should auto detect the URL as a recent fedora distro | # Press enter when the URL field is active: virt-manager should auto detect the URL as a recent fedora distro | ||
# Proceed with through the wizard, using the default suggested values. On the final page, use the VM name: test-day-vm | # Proceed with through the wizard, using the default suggested values. On the final page, use the VM name: test-day-vm | ||
Line 23: | Line 23: | ||
$> virt-install --name test-day-vm --ram 2048 \ | $> virt-install --name test-day-vm --ram 2048 \ | ||
--disk path=/var/lib/libvirt/images/test-day-vm.img,size=10 \ | --disk path=/var/lib/libvirt/images/test-day-vm.img,size=10 \ | ||
--location http://dl.fedoraproject.org/pub/fedora/linux/ | --location http://dl.fedoraproject.org/pub/fedora/linux/releases/test/20-Alpha/Fedora/x86_64/os | ||
|results= | |results= |
Revision as of 19:15, 6 November 2013
Description
Install a Fedora guest from an install tree URL using virt-install or virt-manager.
Setup
Nothing beyond initial test day setup.
How to test
virt-manager
- Run virt-manager (should autoconnect to qemu)
- Launch the 'New VM' wizard
- Choose the 'Network install' option
- Enter the following URL for the latest fedora development bits: http://dl.fedoraproject.org/pub/fedora/linux/releases/test/20-Alpha/Fedora/x86_64/os
- Press enter when the URL field is active: virt-manager should auto detect the URL as a recent fedora distro
- Proceed with through the wizard, using the default suggested values. On the final page, use the VM name: test-day-vm
- Start the install, and perform the install as you would on a normal machine.
virt-install
An example virt-install invocation looks like
$> virt-install --name test-day-vm --ram 2048 \ --disk path=/var/lib/libvirt/images/test-day-vm.img,size=10 \ --location http://dl.fedoraproject.org/pub/fedora/linux/releases/test/20-Alpha/Fedora/x86_64/os
Expected Results
Guest installations start and perform without any issues. Guest is bootable after install completes.