Windows 11 QEMU/KVM Installation Guide in Linux Including TPM and Secure Boot

Опубликовано: 17 Август 2026
на канале: Rob Braxman Tech Deep Dive
455
58

This video is a tutorial on how to install Windows 11 in a QEMU/KVM Virtual Machine. This is based on Ubuntu 24.04 as the host Linux system, using a Linux compatible Laptop (Lenovo Thinkpad X1 Carbon 2025), with a TPM emulator and UEFI/Secure Boot emulator.

Windows 11 25H2 Download
www.microsoft.com/en-us/software-download/windows11

Virtio-win.iso Download
fedorapeople.org/groups/virt/virtio-win/direct-downloads/latest-virtio/virtio-win.iso

Installation Script for QEMU/KVM and Utilities
sudo apt update
sudo apt install qemu-kvm libvirt-clients libvirt-daemon-system virt-manager ovmf swtpm swtpm-tools virtiofsd bridge-utils
sudo usermod -aG libvirt $USER

Windows File System Proxy (winfsp)
winfsp.dev