I am trying to run virtual box and it says this messsage
The given path ‘{39d75535-bcbe-4170-ba66-c5826e7c1bfa}’ is not fully qualified.
I am trying to run virtual box and it says this messsage
The given path ‘{39d75535-bcbe-4170-ba66-c5826e7c1bfa}’ is not fully qualified.
Copy and paste from duckduckgo search.
You need to use the absolute path to the actual file including the name.extension.
Plus, the UUID you get from ‘VBoxManage list vms’ is not a VDI, but the UUID of the VM itself. Thus you can never use clonehd on a VM, because it’s not a HD image file.
[Perryg](https://forums.virtualbox.org/memberlist.php?mode=viewprofile&u=17693&sid=08d44122f987cb33c1a8dc81c3238111)
Site Moderator
Posts: 34373
Joined: 6. Sep 2008, 22:55
Primary OS: Linux other
VBox Version: OSE self-compiled
Guest OSses: *NIX
by Sasquatch » 21. Mar 2011, 20:53
Plus, the UUID you get from ‘VBoxManage list vms’ is not a VDI, but the UUID of the VM itself. Thus you can never use clonehd on a VM, because it’s not a HD image file.