virt-manager is a free software virtualization solution for Linux. virt-manager has a more complex interface than VirtualBox or GNOME Boxes but it also has a more complete set of features.
The following instructions have been tested on Debian Stretch.
Terminology
virt-manager is based on a set of lower level virtualization tools, going from the user interface to the hardware interactions with the processor. This terminology is a bit confusing and other documentation might mention the following tools:
- KVM is the module of the Linux kernel that interacts with the virtualization features of the processor.
- QEMU is the virtualization software that emulates virtual processors and peripherals based on KVM and that starts and stops virtual machines.
- libvirt is a library that allows virt-manager to interact with the virtualization capabilities provided by QEMU.
- SPICE is a protocol that allows to visualize the desktop of virtual machines.
- virt-manager is the graphical interface that allows to create, configure, and run virtual machines.
Installation
To install virt-manager in Debian, execute the following command:
sudo apt install virt-manager libvirt-daemon-system
To install virt-manager in Ubuntu, execute the following command:
sudo apt install virt-manager libvirt-bin qemu-kvm
Running Tails from an ISO image
- Start virt-manager.
- Double-click on localhost (QEMU) to connect to the QEMU system of your host.
- To create a new virtual machine, choose .
- In step 1, choose Local install media (ISO image or CDROM).
- In step 2, choose:
- Use ISO image, then Browse..., and Browse Local to browse for the ISO image that you want to start from.
- OS type: Linux.
- Version: Debian Stretch.
- In step 3, allocate at least 2048 MB of RAM.
- In step 4, disable storage for this virtual machine.
- In step 5:
- Type a name for the new virtual machine.
- Click Finish to start the virtual machine.
- Click on localhost (QEMU).
- Choose QEMU system. to administer the connection to your local
- Click on Virtual Networks tab, then select the default virtual network in the left pane.
- Click on the
icon on the bottom of the left pane to start the default virtual network.
Running Tails from a USB stick
To run Tails from a USB stick using virt-manager, first create a virtual machine running from an ISO image as described above.
Then do the following:
- From the virtual machine window, choose to shut down the virtual machine.
- Plug in the USB stick from which you want to run Tails.
- Choose to edit the configuration of the virtual machine.
- Click on the Add Hardware button on the bottom of the left pane.
- Select USB Host Device in the left pane.
- In the right pane, click on the device from which you want to run Tails, and click Finish.
You can keep the original ISO image connected as a virtual DVD to install Tails onto the USB stick if needed.
You can also disconnect the original ISO image and start directly from the USB stick once Tails is already installed on it. To do so:
- Shut down the virtual machine.
- In the configuration of the virtual machine, click on IDE CDROM 1 in the left pane.
- Click on the Disconnect button in the right pane.
- To enable the USB stick as a boot option:
- Click on Boot Options in the left pane.
- Select the USB boot option corresponding to your USB device.
- Click Apply.
- To start the virtual machine choose and then .
Once you started from the USB device you can create a persistent volume on it.
Running Tails from a virtual USB storage
You can also run Tails from a virtual USB storage, saved as a single file on the host operating system.
To run Tails from a virtual USB device using virt-manager, first create a virtual machine running from an ISO image as described above.
Then do the following to create a virtual USB storage:
- From the virtual machine window, choose to shut down the virtual machine.
- Choose to edit the configuration of the virtual machine.
- Click on the Add Hardware button on the bottom of the left pane.
- Select Storage in the left pane.
- In the right pane, change the Bus type to USB and click Finish.
- Select USB Disk 1 in the left pane.
- In the right pane, select the Removable option and click Apply.
Then start the virtual machine from the virtual DVD to install Tails onto the virtual USB storage using Tails Installer. The virtual USB storage appears in Tails Installer as QEMU HARDDISK.
After that you can disconnect the original ISO image and start directly from the virtual USB stick as described in the previous section.
Once you started from the virtual USB device you can create a persistent volume on it.
Troubleshooting
Graphics issues
Issues with graphics support in Tails running inside a virtual machine with virt-manager are common. The best solution can vary depending on the version of the virtualization solution and on the virtual machine configuration. For example:
- The Auto resize VM with window feature does not work in all configurations.
- The video device that provides optimal graphics performance can be different depending on the version of the host operating system.
To troubleshoot such issues:
Ensure the virtual machine has a Spice display and a Spice channel configured, as opposed to VNC ones.
Try various virtual video device models.
Start with Virtio and QXL video devices: they generally give the best results. If they don't perform well for you, try every other video device model.