Create Standalone error

Hi guys

I’m using Qubesos R4.2.3 with the latest updates and I’m unable to create a standalone. (any other type works)
The truth is that I’ve had to create one and I get the following error:

An error occurred: type error(‘QubesBased.clone_vm () takes 3 positional arguments but 4 positional arguments ( and 1 keyword-only argument) were given’)

and it does nothing.
Thanks

1 Like

There is a github issue already created for it: Creation of a new StandaloneVM/TemplateVM fails during the cloning process · Issue #9574 · QubesOS/qubes-issues · GitHub

It affects templateVMs and standaloneVMs. It seems to be when basing them on another templatevm, and not a disk image file. In the meantime you can create standalones through the dom0 terminal with this command:

qvm-clone --class=StandaloneVM template-name standalone-name

You will need to adjust colour and other settings after creation.

1 Like

Thank you very much for your time

1 Like