From ba99c6c59c629c3a7d234adf0e7e6c0cf94665cc Mon Sep 17 00:00:00 2001 From: Martin Otzen <7843510+otzen@users.noreply.github.com> Date: Fri, 18 Feb 2022 19:43:26 +0100 Subject: [PATCH] Kvm setup missing step to make the qemu guest agent work. (#20993) --- source/_includes/installation/operating_system.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/source/_includes/installation/operating_system.md b/source/_includes/installation/operating_system.md index 1831ec34f93..1ff82edbce2 100644 --- a/source/_includes/installation/operating_system.md +++ b/source/_includes/installation/operating_system.md @@ -220,7 +220,11 @@ _All these can be extended if your usage calls for more resources._ 3. Choose “Generic Default” for the operating system 4. Check the box for “Customize configuration before install” 5. Select your bridge under “Network Selection” - 6. Under customization select “Overview” -> “Firmware” -> “UEFI x86_64: …”.**** + 6. Under customization select “Overview” -> “Firmware” -> “UEFI x86_64: …” + 7. Click "Add Hardware" (bottom left), and select "Channel" + 8. Select device type: "unix" + 9. Select name: "org.qemu.guest_agent.0" + 10. Finally select "Begin Instalation" (upper left corner) {% if page.installation_type == 'windows' or page.installation_type == 'linux' %}