QuickEmu VM - Tutorial
https://github.com/quickemu-project/quickemu

Quickemu is a wrapper for the excellent QEMU that automatically "does the right thing" when creating virtual machines. No requirement for exhaustive configuration options. You decide what operating system you want to run and Quickemu takes care of the rest π€
Documentation
The wiki describes how to get up and running with Quickemu and also covers more advanced configuration and usage.
Installation πΎ
Alternative frontends π§βπ»
References ποΈ
Example of Usage
Download quickemu debian version:
Quickemu is available in the repositories of the following distros (packaging status by Repology.org):
Installation of QuickEmu sw on Debian OS
A .deb package is available for Debian and derivatives on this project's GitHub releases page. Download the .deb and install it with apt-get
.
sudo apt-get install ./quickemu_4.9.6-1_all.deb
Install requirements on Debian (This also applies to derivatives:)
sudo apt-get install bash coreutils curl genisoimage grep jq mesa-utils ovmf pciutils procps python3 qemu sed socat spice-client-gtk swtpm-tools unzip usbutils util-linux uuidgen-runtime xdg-user-dirs xrandr zsync
Create Windows virtual machines:
quickget windows 11
quickemu --vm windows-11.conf
Video Tutorials
Last updated