And all went well, everything downloaded and started installing. But when everything was finished and qubes prompted me for an update of the template, the updates would not start and a log was written in /var/log/xen/console/guest-kali-ws.log (too big to post here and too big for pastebin) Anything I can look for in the logfile?
Anything I can do about this? I am new at qubes and general linux is very rusty Running everything smooth on a Lenovo T480
Also made a kali standalone vm but I couldn’ t attach my usb wireless card on that one.
This process assumes that everything has been done according to @unman’s guide.
That also means that e.g. /dev/qubes_dom0/root has been resized with sudo lvresize --size 40G /dev/qubes_dom0/root.
In 4.1, dom0 is pegged at 20G by default.
This means that you will not be able to install the larger templates, like parrot, without taking some action.
The easiest thing to do is to increase the size of dom0. On a default install you can do this simply enough by: sudo lvresize --size 40G /dev/qubes_dom0/root sudo resize2fs /dev/mapper/qubes_dom0-root
Thanks for the answers everyone. I tried making the template bigger between the download and the update but maybe that doesn’ t work. I’ ll try @unman’ s guide.