Como alterar o UUID na caixa virtual
Eu estou tentando criar uma nova VM na caixa virtual usando um disco rígido já existente, mas quando tento selecionar o arquivo de disco rígido existente (um arquivo .vhd), ele exibe um erro que o disco rígido virtual não pode ser usado porque o UUID já existe.
Então eu tentei o comando:
VBoxManage internalcommands sethduuid /home/user/VirtualBox VMs/drupal/drupal.vhd
para alterar o UUID para o arquivo .vhd. Mas então eu recebo este erro:
sethduuid <filepath> [<uuid>]
Assigns a new UUID to the given image file. This way, multiple copies
of a container can be registered.
WARNING: This is a development tool and shall only be used to analyse
problems. It is completely unsupported and will change in
incompatible ways without warning.
Syntax error: Invalid UUID parameter
Como posso resolver isto?