[user@dom0 ~]$ qvm-start win7new --custom-config=/tmp/win7new.conf --cdrom=dom0:/home/user/win7.iso
--> Loading the VM (type = HVM)...
Traceback (most recent call last):
File "/usr/bin/qvm-start", line 136, in
main()
File "/usr/bin/qvm-start", line 120, in main
xid = vm.start(verbose=options.verbose, preparing_dvm=options.preparing_dvm, start_guid=not options.noguid, notify_function=tray_notify_generic if options.tray else None)
File "/usr/lib64/python2.7/site-packages/qubes/modules/01QubesHVm.py", line 335, in start
return super(QubesHVm, self).start(*args, **kwargs)
File "/usr/lib64/python2.7/site-packages/qubes/modules/000QubesVm.py", line 1955, in start
self._update_libvirt_domain()
File "/usr/lib64/python2.7/site-packages/qubes/modules/000QubesVm.py", line 767, in _update_libvirt_domain
raise e
libvirt.libvirtError: operation failed: domain 'win7new' already exists with uuid 727dd680-3dd3-4891-8997-2100da932efc
But when i try this command without:
--custom-config=/tmp/win7new.conf
Installation process in stuck because of xen instead of cirrus (of course in /tmp/win7new.conf I put cirrus, but in some reason with this config i got this error)
What I must try?