From a6c636418c6705322f1486aaaece592755756833 Mon Sep 17 00:00:00 2001 From: ducoterra Date: Wed, 2 Aug 2023 09:50:41 -0400 Subject: [PATCH] add arch guest driver install for spice --- arch.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/arch.md b/arch.md index 044fa31..335105a 100644 --- a/arch.md +++ b/arch.md @@ -371,8 +371,16 @@ sudo pacman -S firefox gnome-browser-connector 4. `systemctl enable --now libvirtd` -If you get a blank screen when launching windows VMs check that you've used a secboot -loader. +If you get a blank screen when launching a VM check that you've used the correct bios - +either secboot or not secboot. This is the most common problem. + +**Arch Guests** + +In order to get drivers for spice you'll need the guest spice drivers: + +```bash +sudo pacman -S qemu-guest-agent spice-vdagent +``` ### CUPS Printing