Can't install Kali, out of space

I can’t install Kali because dom0 runs out of space despite being on a 1TB drive, fresh install.

How can I increase the size that’s allocated to template installations, without installing anything in dom0?

A 20GB dom0 usually fits all your needs. For installing Kali, you only need temporary space - again, no use for it after installation.

  1. clean up dom0 to make it pass through
    How to Cleaning Up Disk Space in Dom0? (in terminal) - #5 by padhi

  2. increase the size of dom0 (typed in dom0 konsole: )

sudo lvresize --size 40G /dev/qubes_dom0/root
sudo resize2fs /dev/mapper/qubes_dom0-root

I’m assuming because I have a fresh install, cleaning up dom0 isn’t going to do much? (I will try)

Are there any security implications of any of the above?

One way of making some space in dom0 - cross-referencing for future readers: