(Fix syntax error) |
No edit summary |
||
Line 10: | Line 10: | ||
=== Test OS detection on the URL === | === Test OS detection on the URL === | ||
{{admon/note | Fedora | {{admon/note | Fedora 29 URLs are detected as Fedora 28 }} | ||
This will determine if the virt-install/virt-manager can detect an OS from the URL. Feel free to try this with as many different OS install trees that you want, and file a bug against virt-manager if the output doesn't match the expected results. | This will determine if the virt-install/virt-manager can detect an OS from the URL. Feel free to try this with as many different OS install trees that you want, and file a bug against virt-manager if the output doesn't match the expected results. | ||
For | For F29, this looks like | ||
* <code>sudo virt-install --test-media-detection https:// | * <code>sudo virt-install --test-media-detection https://kojipkgs.fedoraproject.org/compose/branched/Fedora-29-20180910.n.0/compose/Workstation/x86_64/os/</code> | ||
=== virt-manager === | === virt-manager === | ||
Line 22: | Line 22: | ||
# 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: https:// | # Enter the following URL for the latest fedora development bits: https://kojipkgs.fedoraproject.org/compose/branched/Fedora-29-20180910.n.0/compose/Workstation/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 31: | Line 31: | ||
An example virt-install invocation looks like | An example virt-install invocation looks like | ||
sudo virt-install --name test-day-vm --ram 2048 --disk size= | sudo virt-install --name test-day-vm --ram 2048 --disk size=20 \ | ||
--location https:// | --location https://kojipkgs.fedoraproject.org/compose/branched/Fedora-29-20180910.n.0/compose/Workstation/x86_64/os/ | ||
|results= | |results= |
Latest revision as of 17:46, 10 September 2018
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
Test OS detection on the URL
This will determine if the virt-install/virt-manager can detect an OS from the URL. Feel free to try this with as many different OS install trees that you want, and file a bug against virt-manager if the output doesn't match the expected results.
For F29, this looks like
sudo virt-install --test-media-detection https://kojipkgs.fedoraproject.org/compose/branched/Fedora-29-20180910.n.0/compose/Workstation/x86_64/os/
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: https://kojipkgs.fedoraproject.org/compose/branched/Fedora-29-20180910.n.0/compose/Workstation/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
sudo virt-install --name test-day-vm --ram 2048 --disk size=20 \ --location https://kojipkgs.fedoraproject.org/compose/branched/Fedora-29-20180910.n.0/compose/Workstation/x86_64/os/
Expected Results
Guest installations start and perform without any issues. Guest is bootable after install completes.