Trying to open a VM config which has the same UUID as an existing virtual machine
When trying to add two VirtualBox virtual machines which have been originally copied (via simple file copy) from the same source, on adding the second one I get the message
Failed to open virtual machine [...]
Trying to open a VM config [...] which has the same UUID as an existing virtual machine.
(Yes, the machines should have been cloned instead of simple file copy, but it is too late at this point.)
virtualbox
add a comment |
When trying to add two VirtualBox virtual machines which have been originally copied (via simple file copy) from the same source, on adding the second one I get the message
Failed to open virtual machine [...]
Trying to open a VM config [...] which has the same UUID as an existing virtual machine.
(Yes, the machines should have been cloned instead of simple file copy, but it is too late at this point.)
virtualbox
add a comment |
When trying to add two VirtualBox virtual machines which have been originally copied (via simple file copy) from the same source, on adding the second one I get the message
Failed to open virtual machine [...]
Trying to open a VM config [...] which has the same UUID as an existing virtual machine.
(Yes, the machines should have been cloned instead of simple file copy, but it is too late at this point.)
virtualbox
When trying to add two VirtualBox virtual machines which have been originally copied (via simple file copy) from the same source, on adding the second one I get the message
Failed to open virtual machine [...]
Trying to open a VM config [...] which has the same UUID as an existing virtual machine.
(Yes, the machines should have been cloned instead of simple file copy, but it is too late at this point.)
virtualbox
virtualbox
asked Aug 30 '12 at 10:30
TgrTgr
1,67331926
1,67331926
add a comment |
add a comment |
7 Answers
7
active
oldest
votes
You can use VBoxManage internalcommands sethduuid <VDI/VMDK file>
(Run from the VBox install directory) to change the HD UUID, but this has two shortcomings: it does not update the .vbox
file, and it does not change the machine UUID (I did not find any way to do this with VBoxManage), just the HD UUID.
The following worked for me (Win 7, most recent VirtualBox version):
- run
VBoxManage internalcommands sethduuid <VDI/VMDK file>
twice (the first time is just to conveniently generate an UUID, you could use any other UUID generation method instead) - open the
.vbox
file in a text editor - replace the UUID found in
<Machine uuid="{...}"
with the UUID you got when you ransethduuid
the first time - replace the UUID found in
<HardDisk uuid="{...}"
and in<Image uuid="{}"
(towards the end) with the UUID you got when you ransethduuid
the second time
You can add the virtual machine after that. Not a very clean solution, but does not seem to cause any problem.
1
This worked for me, but I also had a DVD "inserted" in the VM that I was manually copying. When I edited my .vbox file, I had to change<DVDImages>...</DVDImages>
to just<DVDImages />
to "eject" the DVD with the duplicate UUID.
– JPhi1618
Dec 1 '14 at 20:31
Note that if the VM has snapshots you'll also have to do the same steps on the vdi files in the "Snapshots" folder.
– this.lau_
Jun 30 '15 at 8:05
add a comment |
I've found a simpler way to do it.
Clone the existing virtual machine. This creates a new version with presumably a new uuid, but in all other respects it is the same machine.
Then copy the one you want to add, to your user(your name)Virtual Box VMs (or wherever the location is for your virtual machines) and overwrite all the existing files there, to replace the existing machine.
I would back up the existing machine first just in case, before doing that, but it worked just fine here. Used it to go back to an earlier backup of a VM while keeping the existing version as a clone.
if you have enough disk space, this is the easiest way, thanks Robert.
– sddk
Sep 7 '16 at 14:05
If any one does this - they should make sure the vbox file has a hardware uuid tag that matches the machine uuid :: <hardware uuid="{...}" >, then they can change hard disk uuid and machine uuid with out any issues. <hardware uuid="{...}" >
– StixO
Jan 1 at 17:56
add a comment |
You can also clone the existing machine then go into settings and change the storage to use the .vmdk that you had copied earlier.
add a comment |
I realize this is an old post but I ran upon this error. I resolved it by:
- Open Virtual Box Manager
- Right click on the virtual machine in the Virtual Box Manager
- Click "Remove"
- A pop-up will appear. Choose "Remove only" which will simply
remove all traces of the virtual box from the Virtual Box
Manager - Close the Virtual Box Manager
- Using the Linux file manager, browse to the folder containing
the virtual machine - Delete (or move) everything EXCEPT the .vmdk virtual hard disk file
- Open Virtual Box Manager
- Click "Machine"
- Click "New"
Name the new machine (I used the same name as I originally used)
NOTE: The name of the machine is will become the name of the
directory that will contain the virtual machine so choose wisely
and also note that if you want the .vmdk file to reside in the new
directory that it will take additional steps in Virtual Box Manager
- Select the proper Type and Version for the virtual machine that
was having the issue and click "Next" - Select the memory size you want the virtual machine to have
allocated and click "Next" - Select "Use and existing virtual hard disk file" and select it
by browsing to it's location - Select "Create"
Simply follow the prompts from there and then start the virtual machine.
Everything runs fine, no re-activation of windows or etc. required.
add a comment |
If you are unable to launch due to this error, simply 'Remove...' the entry from the 'Oracle VM VirtualBox Manager'. This will clear the conflict and you will then be able to open the VM from its new location.
...At that point you can perform a clone if that is what you intend. In my case, no additional effort was required since I no had no further need for the original location of the VM.
add a comment |
User TGR got it right, but I had to make one additional change:
In the vbox XML I needed to change the Image uuid to match the HardDisk uuid (the second UUID generated on the command line)
<StorageControllers>
<StorageController ...>
<AttachedDevice ...>
<Image uuid="{ [second UUID] }"/>
add a comment |
I've found another way simpler than any other. You only have o delete the virtual machine from Virtual Box interface (if it asks you if you want to delete the files of the VM, respond NOT!, or you'll lose the VM). And then go to the .vbox file and open it (with Virtual Box). It should work because you have deleted the UUID (while deleted the VM).
At least it worked for me...
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f468187%2ftrying-to-open-a-vm-config-which-has-the-same-uuid-as-an-existing-virtual-machin%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
7 Answers
7
active
oldest
votes
7 Answers
7
active
oldest
votes
active
oldest
votes
active
oldest
votes
You can use VBoxManage internalcommands sethduuid <VDI/VMDK file>
(Run from the VBox install directory) to change the HD UUID, but this has two shortcomings: it does not update the .vbox
file, and it does not change the machine UUID (I did not find any way to do this with VBoxManage), just the HD UUID.
The following worked for me (Win 7, most recent VirtualBox version):
- run
VBoxManage internalcommands sethduuid <VDI/VMDK file>
twice (the first time is just to conveniently generate an UUID, you could use any other UUID generation method instead) - open the
.vbox
file in a text editor - replace the UUID found in
<Machine uuid="{...}"
with the UUID you got when you ransethduuid
the first time - replace the UUID found in
<HardDisk uuid="{...}"
and in<Image uuid="{}"
(towards the end) with the UUID you got when you ransethduuid
the second time
You can add the virtual machine after that. Not a very clean solution, but does not seem to cause any problem.
1
This worked for me, but I also had a DVD "inserted" in the VM that I was manually copying. When I edited my .vbox file, I had to change<DVDImages>...</DVDImages>
to just<DVDImages />
to "eject" the DVD with the duplicate UUID.
– JPhi1618
Dec 1 '14 at 20:31
Note that if the VM has snapshots you'll also have to do the same steps on the vdi files in the "Snapshots" folder.
– this.lau_
Jun 30 '15 at 8:05
add a comment |
You can use VBoxManage internalcommands sethduuid <VDI/VMDK file>
(Run from the VBox install directory) to change the HD UUID, but this has two shortcomings: it does not update the .vbox
file, and it does not change the machine UUID (I did not find any way to do this with VBoxManage), just the HD UUID.
The following worked for me (Win 7, most recent VirtualBox version):
- run
VBoxManage internalcommands sethduuid <VDI/VMDK file>
twice (the first time is just to conveniently generate an UUID, you could use any other UUID generation method instead) - open the
.vbox
file in a text editor - replace the UUID found in
<Machine uuid="{...}"
with the UUID you got when you ransethduuid
the first time - replace the UUID found in
<HardDisk uuid="{...}"
and in<Image uuid="{}"
(towards the end) with the UUID you got when you ransethduuid
the second time
You can add the virtual machine after that. Not a very clean solution, but does not seem to cause any problem.
1
This worked for me, but I also had a DVD "inserted" in the VM that I was manually copying. When I edited my .vbox file, I had to change<DVDImages>...</DVDImages>
to just<DVDImages />
to "eject" the DVD with the duplicate UUID.
– JPhi1618
Dec 1 '14 at 20:31
Note that if the VM has snapshots you'll also have to do the same steps on the vdi files in the "Snapshots" folder.
– this.lau_
Jun 30 '15 at 8:05
add a comment |
You can use VBoxManage internalcommands sethduuid <VDI/VMDK file>
(Run from the VBox install directory) to change the HD UUID, but this has two shortcomings: it does not update the .vbox
file, and it does not change the machine UUID (I did not find any way to do this with VBoxManage), just the HD UUID.
The following worked for me (Win 7, most recent VirtualBox version):
- run
VBoxManage internalcommands sethduuid <VDI/VMDK file>
twice (the first time is just to conveniently generate an UUID, you could use any other UUID generation method instead) - open the
.vbox
file in a text editor - replace the UUID found in
<Machine uuid="{...}"
with the UUID you got when you ransethduuid
the first time - replace the UUID found in
<HardDisk uuid="{...}"
and in<Image uuid="{}"
(towards the end) with the UUID you got when you ransethduuid
the second time
You can add the virtual machine after that. Not a very clean solution, but does not seem to cause any problem.
You can use VBoxManage internalcommands sethduuid <VDI/VMDK file>
(Run from the VBox install directory) to change the HD UUID, but this has two shortcomings: it does not update the .vbox
file, and it does not change the machine UUID (I did not find any way to do this with VBoxManage), just the HD UUID.
The following worked for me (Win 7, most recent VirtualBox version):
- run
VBoxManage internalcommands sethduuid <VDI/VMDK file>
twice (the first time is just to conveniently generate an UUID, you could use any other UUID generation method instead) - open the
.vbox
file in a text editor - replace the UUID found in
<Machine uuid="{...}"
with the UUID you got when you ransethduuid
the first time - replace the UUID found in
<HardDisk uuid="{...}"
and in<Image uuid="{}"
(towards the end) with the UUID you got when you ransethduuid
the second time
You can add the virtual machine after that. Not a very clean solution, but does not seem to cause any problem.
edited Oct 3 '13 at 13:52
Community♦
1
1
answered Aug 30 '12 at 10:30
TgrTgr
1,67331926
1,67331926
1
This worked for me, but I also had a DVD "inserted" in the VM that I was manually copying. When I edited my .vbox file, I had to change<DVDImages>...</DVDImages>
to just<DVDImages />
to "eject" the DVD with the duplicate UUID.
– JPhi1618
Dec 1 '14 at 20:31
Note that if the VM has snapshots you'll also have to do the same steps on the vdi files in the "Snapshots" folder.
– this.lau_
Jun 30 '15 at 8:05
add a comment |
1
This worked for me, but I also had a DVD "inserted" in the VM that I was manually copying. When I edited my .vbox file, I had to change<DVDImages>...</DVDImages>
to just<DVDImages />
to "eject" the DVD with the duplicate UUID.
– JPhi1618
Dec 1 '14 at 20:31
Note that if the VM has snapshots you'll also have to do the same steps on the vdi files in the "Snapshots" folder.
– this.lau_
Jun 30 '15 at 8:05
1
1
This worked for me, but I also had a DVD "inserted" in the VM that I was manually copying. When I edited my .vbox file, I had to change
<DVDImages>...</DVDImages>
to just <DVDImages />
to "eject" the DVD with the duplicate UUID.– JPhi1618
Dec 1 '14 at 20:31
This worked for me, but I also had a DVD "inserted" in the VM that I was manually copying. When I edited my .vbox file, I had to change
<DVDImages>...</DVDImages>
to just <DVDImages />
to "eject" the DVD with the duplicate UUID.– JPhi1618
Dec 1 '14 at 20:31
Note that if the VM has snapshots you'll also have to do the same steps on the vdi files in the "Snapshots" folder.
– this.lau_
Jun 30 '15 at 8:05
Note that if the VM has snapshots you'll also have to do the same steps on the vdi files in the "Snapshots" folder.
– this.lau_
Jun 30 '15 at 8:05
add a comment |
I've found a simpler way to do it.
Clone the existing virtual machine. This creates a new version with presumably a new uuid, but in all other respects it is the same machine.
Then copy the one you want to add, to your user(your name)Virtual Box VMs (or wherever the location is for your virtual machines) and overwrite all the existing files there, to replace the existing machine.
I would back up the existing machine first just in case, before doing that, but it worked just fine here. Used it to go back to an earlier backup of a VM while keeping the existing version as a clone.
if you have enough disk space, this is the easiest way, thanks Robert.
– sddk
Sep 7 '16 at 14:05
If any one does this - they should make sure the vbox file has a hardware uuid tag that matches the machine uuid :: <hardware uuid="{...}" >, then they can change hard disk uuid and machine uuid with out any issues. <hardware uuid="{...}" >
– StixO
Jan 1 at 17:56
add a comment |
I've found a simpler way to do it.
Clone the existing virtual machine. This creates a new version with presumably a new uuid, but in all other respects it is the same machine.
Then copy the one you want to add, to your user(your name)Virtual Box VMs (or wherever the location is for your virtual machines) and overwrite all the existing files there, to replace the existing machine.
I would back up the existing machine first just in case, before doing that, but it worked just fine here. Used it to go back to an earlier backup of a VM while keeping the existing version as a clone.
if you have enough disk space, this is the easiest way, thanks Robert.
– sddk
Sep 7 '16 at 14:05
If any one does this - they should make sure the vbox file has a hardware uuid tag that matches the machine uuid :: <hardware uuid="{...}" >, then they can change hard disk uuid and machine uuid with out any issues. <hardware uuid="{...}" >
– StixO
Jan 1 at 17:56
add a comment |
I've found a simpler way to do it.
Clone the existing virtual machine. This creates a new version with presumably a new uuid, but in all other respects it is the same machine.
Then copy the one you want to add, to your user(your name)Virtual Box VMs (or wherever the location is for your virtual machines) and overwrite all the existing files there, to replace the existing machine.
I would back up the existing machine first just in case, before doing that, but it worked just fine here. Used it to go back to an earlier backup of a VM while keeping the existing version as a clone.
I've found a simpler way to do it.
Clone the existing virtual machine. This creates a new version with presumably a new uuid, but in all other respects it is the same machine.
Then copy the one you want to add, to your user(your name)Virtual Box VMs (or wherever the location is for your virtual machines) and overwrite all the existing files there, to replace the existing machine.
I would back up the existing machine first just in case, before doing that, but it worked just fine here. Used it to go back to an earlier backup of a VM while keeping the existing version as a clone.
answered Mar 2 '13 at 10:55
Robert WalkerRobert Walker
22132
22132
if you have enough disk space, this is the easiest way, thanks Robert.
– sddk
Sep 7 '16 at 14:05
If any one does this - they should make sure the vbox file has a hardware uuid tag that matches the machine uuid :: <hardware uuid="{...}" >, then they can change hard disk uuid and machine uuid with out any issues. <hardware uuid="{...}" >
– StixO
Jan 1 at 17:56
add a comment |
if you have enough disk space, this is the easiest way, thanks Robert.
– sddk
Sep 7 '16 at 14:05
If any one does this - they should make sure the vbox file has a hardware uuid tag that matches the machine uuid :: <hardware uuid="{...}" >, then they can change hard disk uuid and machine uuid with out any issues. <hardware uuid="{...}" >
– StixO
Jan 1 at 17:56
if you have enough disk space, this is the easiest way, thanks Robert.
– sddk
Sep 7 '16 at 14:05
if you have enough disk space, this is the easiest way, thanks Robert.
– sddk
Sep 7 '16 at 14:05
If any one does this - they should make sure the vbox file has a hardware uuid tag that matches the machine uuid :: <hardware uuid="{...}" >, then they can change hard disk uuid and machine uuid with out any issues. <hardware uuid="{...}" >
– StixO
Jan 1 at 17:56
If any one does this - they should make sure the vbox file has a hardware uuid tag that matches the machine uuid :: <hardware uuid="{...}" >, then they can change hard disk uuid and machine uuid with out any issues. <hardware uuid="{...}" >
– StixO
Jan 1 at 17:56
add a comment |
You can also clone the existing machine then go into settings and change the storage to use the .vmdk that you had copied earlier.
add a comment |
You can also clone the existing machine then go into settings and change the storage to use the .vmdk that you had copied earlier.
add a comment |
You can also clone the existing machine then go into settings and change the storage to use the .vmdk that you had copied earlier.
You can also clone the existing machine then go into settings and change the storage to use the .vmdk that you had copied earlier.
answered Jul 11 '13 at 11:36
TobyToby
111
111
add a comment |
add a comment |
I realize this is an old post but I ran upon this error. I resolved it by:
- Open Virtual Box Manager
- Right click on the virtual machine in the Virtual Box Manager
- Click "Remove"
- A pop-up will appear. Choose "Remove only" which will simply
remove all traces of the virtual box from the Virtual Box
Manager - Close the Virtual Box Manager
- Using the Linux file manager, browse to the folder containing
the virtual machine - Delete (or move) everything EXCEPT the .vmdk virtual hard disk file
- Open Virtual Box Manager
- Click "Machine"
- Click "New"
Name the new machine (I used the same name as I originally used)
NOTE: The name of the machine is will become the name of the
directory that will contain the virtual machine so choose wisely
and also note that if you want the .vmdk file to reside in the new
directory that it will take additional steps in Virtual Box Manager
- Select the proper Type and Version for the virtual machine that
was having the issue and click "Next" - Select the memory size you want the virtual machine to have
allocated and click "Next" - Select "Use and existing virtual hard disk file" and select it
by browsing to it's location - Select "Create"
Simply follow the prompts from there and then start the virtual machine.
Everything runs fine, no re-activation of windows or etc. required.
add a comment |
I realize this is an old post but I ran upon this error. I resolved it by:
- Open Virtual Box Manager
- Right click on the virtual machine in the Virtual Box Manager
- Click "Remove"
- A pop-up will appear. Choose "Remove only" which will simply
remove all traces of the virtual box from the Virtual Box
Manager - Close the Virtual Box Manager
- Using the Linux file manager, browse to the folder containing
the virtual machine - Delete (or move) everything EXCEPT the .vmdk virtual hard disk file
- Open Virtual Box Manager
- Click "Machine"
- Click "New"
Name the new machine (I used the same name as I originally used)
NOTE: The name of the machine is will become the name of the
directory that will contain the virtual machine so choose wisely
and also note that if you want the .vmdk file to reside in the new
directory that it will take additional steps in Virtual Box Manager
- Select the proper Type and Version for the virtual machine that
was having the issue and click "Next" - Select the memory size you want the virtual machine to have
allocated and click "Next" - Select "Use and existing virtual hard disk file" and select it
by browsing to it's location - Select "Create"
Simply follow the prompts from there and then start the virtual machine.
Everything runs fine, no re-activation of windows or etc. required.
add a comment |
I realize this is an old post but I ran upon this error. I resolved it by:
- Open Virtual Box Manager
- Right click on the virtual machine in the Virtual Box Manager
- Click "Remove"
- A pop-up will appear. Choose "Remove only" which will simply
remove all traces of the virtual box from the Virtual Box
Manager - Close the Virtual Box Manager
- Using the Linux file manager, browse to the folder containing
the virtual machine - Delete (or move) everything EXCEPT the .vmdk virtual hard disk file
- Open Virtual Box Manager
- Click "Machine"
- Click "New"
Name the new machine (I used the same name as I originally used)
NOTE: The name of the machine is will become the name of the
directory that will contain the virtual machine so choose wisely
and also note that if you want the .vmdk file to reside in the new
directory that it will take additional steps in Virtual Box Manager
- Select the proper Type and Version for the virtual machine that
was having the issue and click "Next" - Select the memory size you want the virtual machine to have
allocated and click "Next" - Select "Use and existing virtual hard disk file" and select it
by browsing to it's location - Select "Create"
Simply follow the prompts from there and then start the virtual machine.
Everything runs fine, no re-activation of windows or etc. required.
I realize this is an old post but I ran upon this error. I resolved it by:
- Open Virtual Box Manager
- Right click on the virtual machine in the Virtual Box Manager
- Click "Remove"
- A pop-up will appear. Choose "Remove only" which will simply
remove all traces of the virtual box from the Virtual Box
Manager - Close the Virtual Box Manager
- Using the Linux file manager, browse to the folder containing
the virtual machine - Delete (or move) everything EXCEPT the .vmdk virtual hard disk file
- Open Virtual Box Manager
- Click "Machine"
- Click "New"
Name the new machine (I used the same name as I originally used)
NOTE: The name of the machine is will become the name of the
directory that will contain the virtual machine so choose wisely
and also note that if you want the .vmdk file to reside in the new
directory that it will take additional steps in Virtual Box Manager
- Select the proper Type and Version for the virtual machine that
was having the issue and click "Next" - Select the memory size you want the virtual machine to have
allocated and click "Next" - Select "Use and existing virtual hard disk file" and select it
by browsing to it's location - Select "Create"
Simply follow the prompts from there and then start the virtual machine.
Everything runs fine, no re-activation of windows or etc. required.
answered Feb 9 '18 at 23:08
Dale ReynoldsDale Reynolds
111
111
add a comment |
add a comment |
If you are unable to launch due to this error, simply 'Remove...' the entry from the 'Oracle VM VirtualBox Manager'. This will clear the conflict and you will then be able to open the VM from its new location.
...At that point you can perform a clone if that is what you intend. In my case, no additional effort was required since I no had no further need for the original location of the VM.
add a comment |
If you are unable to launch due to this error, simply 'Remove...' the entry from the 'Oracle VM VirtualBox Manager'. This will clear the conflict and you will then be able to open the VM from its new location.
...At that point you can perform a clone if that is what you intend. In my case, no additional effort was required since I no had no further need for the original location of the VM.
add a comment |
If you are unable to launch due to this error, simply 'Remove...' the entry from the 'Oracle VM VirtualBox Manager'. This will clear the conflict and you will then be able to open the VM from its new location.
...At that point you can perform a clone if that is what you intend. In my case, no additional effort was required since I no had no further need for the original location of the VM.
If you are unable to launch due to this error, simply 'Remove...' the entry from the 'Oracle VM VirtualBox Manager'. This will clear the conflict and you will then be able to open the VM from its new location.
...At that point you can perform a clone if that is what you intend. In my case, no additional effort was required since I no had no further need for the original location of the VM.
answered Jan 16 at 1:30
nobarnobar
450613
450613
add a comment |
add a comment |
User TGR got it right, but I had to make one additional change:
In the vbox XML I needed to change the Image uuid to match the HardDisk uuid (the second UUID generated on the command line)
<StorageControllers>
<StorageController ...>
<AttachedDevice ...>
<Image uuid="{ [second UUID] }"/>
add a comment |
User TGR got it right, but I had to make one additional change:
In the vbox XML I needed to change the Image uuid to match the HardDisk uuid (the second UUID generated on the command line)
<StorageControllers>
<StorageController ...>
<AttachedDevice ...>
<Image uuid="{ [second UUID] }"/>
add a comment |
User TGR got it right, but I had to make one additional change:
In the vbox XML I needed to change the Image uuid to match the HardDisk uuid (the second UUID generated on the command line)
<StorageControllers>
<StorageController ...>
<AttachedDevice ...>
<Image uuid="{ [second UUID] }"/>
User TGR got it right, but I had to make one additional change:
In the vbox XML I needed to change the Image uuid to match the HardDisk uuid (the second UUID generated on the command line)
<StorageControllers>
<StorageController ...>
<AttachedDevice ...>
<Image uuid="{ [second UUID] }"/>
answered Dec 27 '16 at 15:35
DakotaHoosierDakotaHoosier
1
1
add a comment |
add a comment |
I've found another way simpler than any other. You only have o delete the virtual machine from Virtual Box interface (if it asks you if you want to delete the files of the VM, respond NOT!, or you'll lose the VM). And then go to the .vbox file and open it (with Virtual Box). It should work because you have deleted the UUID (while deleted the VM).
At least it worked for me...
add a comment |
I've found another way simpler than any other. You only have o delete the virtual machine from Virtual Box interface (if it asks you if you want to delete the files of the VM, respond NOT!, or you'll lose the VM). And then go to the .vbox file and open it (with Virtual Box). It should work because you have deleted the UUID (while deleted the VM).
At least it worked for me...
add a comment |
I've found another way simpler than any other. You only have o delete the virtual machine from Virtual Box interface (if it asks you if you want to delete the files of the VM, respond NOT!, or you'll lose the VM). And then go to the .vbox file and open it (with Virtual Box). It should work because you have deleted the UUID (while deleted the VM).
At least it worked for me...
I've found another way simpler than any other. You only have o delete the virtual machine from Virtual Box interface (if it asks you if you want to delete the files of the VM, respond NOT!, or you'll lose the VM). And then go to the .vbox file and open it (with Virtual Box). It should work because you have deleted the UUID (while deleted the VM).
At least it worked for me...
answered May 1 '17 at 11:55
Marouan KouitraMarouan Kouitra
1
1
add a comment |
add a comment |
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f468187%2ftrying-to-open-a-vm-config-which-has-the-same-uuid-as-an-existing-virtual-machin%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown