Subject: Virtualization, System Administration, QEMU/KVM Environment: Linux Host, Windows 8.1 Guest
Adjust path and size as needed.
Troubleshooting quick list
- No disk visible: load virtio storage driver from virtio ISO in installer.
- Slow disk/network: ensure virtio drivers installed in guest; check host CPU steal; use io='native' and cache='none'.
- Activation issues: confirm license type (Retail/OEM/VL) and key.
- Mouse/keyboard not synchronized: enable USB tablet, install Spice/guest additions.
- Boot failure after converting disk: check disk bus type in VM config (IDE vs virtio); mismatched driver will fail.
Tip: Use
virt-manageror add--cdrom virtio-win.isoto your QEMU command line. windows 81 qcow2 installSelect the driver and click Next. Your QCOW2 disk should now appear in the list. Technical Guide: Installing Windows 8
Then, use a slightly modified command to boot from the ISO and install Windows onto the
.qcow2image: Adjust path and size as needed