hello,
Yes, I definitely have the Whonix-Xfce-17.0.3.0.Intel_AMD64.qcow2.libvirt.xz, it’s supposed to most recent version.
I used this tutorial to download it, I don’t know if it’s correct or if there’s anything that needs to be changed because I followed all the steps exactly as the tutorial said.
this is a tutorial:
Once you have installed Debian, you will need to perform these operations to get it ready before converting it to Kicksecure.
Update the system:
$ su - apt update apt full-upgrade
Install sudo and adduser:
apt install --no-install-recommends sudo adduser
Create the console group:
/usr/sbin/addgroup --system console
Add the main user to the sudo and console groups:
/usr/sbin/adduser user console
/usr/sbin/adduser user sudo
Reboot the system:
`reboot
Installation of Kicksecure
With Debian up and running, you can now convert it to Kicksecure.
Start by installing the extrepo package and then enable the Kicksecure repository:
sudo apt install extrepo
sudo extrepo enable kicksecure
Now install the kicksecure-xfce-host package:
sudo apt install --no-install-recommends kicksecure-xfce-host
Enable the Kicksecure repository and disable it in extrepo:
sudo repository-dist --enable --repository stable
sudo extrepo disable kicksecure
Since sources.list is replaced in /etc/apt/sources.list.d/debian.list, delete the file or move it elsewhere:
sudo mv /etc/apt/sources.list ~/
sudo touch /etc/apt/sources.list
Now Kicksecure is ready to use. Additional information:
Preparation of KVM
To install KVM, start by adding your user to the sudo group and reboot the session or system:
su -
adduser user sudo && /usr/sbin/reboot
Update the package list from the repositories and install the necessary packages to make KVM work:
sudo apt update
sudo apt install --no-install-recommends qemu-kvm qemu-system-x86 libvirt-daemon-system libvirt-clients virt-manager gir1.2-spiceclientgtk-3.0 dnsmasq-base qemu-utils iptables
Add your user to the KVM groups:
sudo adduser user libvirt
sudo adduser user kvm
Reboot the system again:
$ sudo reboot
Make sure the KVM network is enabled and online:
sudo virsh -c qemu:///system net-autostart default
sudo virsh -c qemu:///system net-start default
Installation of Whonix
Unpack the downloaded file:
tar -xvf Whonix*.libvirt.xz
You will need to accept the license agreement. To do this, create the following file in the same directory where you unpacked the files.
touch WHONIX_BINARY_LICENSE_AGREEMENT_accepted
Import and activate the virtual networks:
sudo virsh -c qemu:///system net-define Whonix_external*.xml
sudo virsh -c qemu:///system net-define Whonix_internal*.xml
sudo virsh -c qemu:///system net-define Whonix_internal*.xml
sudo virsh -c qemu:///system net-start Whonix-External
sudo virsh -c qemu:///system net-autostart Whonix-Internal
sudo virsh -c qemu:///system net-start Whonix-Internal
Import Whonix Gateway and Workstation:
sudo virsh -c qemu:///system define Whonix-Gateway*.xml
sudo virsh -c qemu:///system define Whonix-Workstation*.xml
Move the virtual storage files to the default path where images are stored for libvirt:
sudo mv Whonix-Gateway*.qcow2 /var/lib/libvirt/images/Whonix-Gateway.qcow2
sudo mv Whonix-Workstation*.qcow2 /var/lib/libvirt/images/Whonix-Workstation.qcow2
You can now start both systems from the virt-manager graphical interface. If you prefer, you can edit the virtual hardware beforehand by opening the window of a machine.