Virtual machine manager on linux (for qemu): virt-manager
Manage the virtual machine of qemu using a virtual machine manager. This allows easy management of the harddrive file, make snapshots, and provide a more advanced GUI for linking devices or mounting filesystems.
-
Install the
virt-manager
package. -
Install further dependencies, such as:
dnsmasq
andebtables
, to make the network-interface work when using the manager GUI application. -
Start the system service:
libvirtd
-
Run
virt-manager
to start the GUI application.- Press the New Virtual Machine button.
- Create a new virtual machine: choose "Import existing disk image".
- Provide the existing storage path: ./vm-harddrive.qcow2.
- Choose the operating system you are installing. Make sure the version matches that of the downloaded iso-file, otherwise choose the "Generic" OS.
- Choose Memory and CPU settings: 4096 bytes and 4 CPUs.
- Ready to begin installation. Check "Customize configuration before install.
- Add additional devices from the host, so that the virtual machine may have access to it. Such as a webcam USB-device as a camera, or a shared filesystem mount on the host which may be used to transfer files between the virtual machine and the host machine.
- Begin installation.