Code: Select all
$ VBoxManage registervm /virtualmachines/Windows\ 7\ nfs\ test/Windows\ 7\ nfs\ test.vbox
VBoxManage: error: Could not find an open hard disk with UUID {42625a27-759b-41b2-bf6d-b3bc2d78d5c6}
VBoxManage: error: Details: code VBOX_E_OBJECT_NOT_FOUND (0x80bb0001), component VirtualBox, interface IVirtualBox, callee nsISupports
Context: "OpenMachine(Bstr(a->argv[0]).raw(), machine.asOutParam())" at line 88 of file VBoxManageMisc.cppThis disk it is refering to is located here:
Code: Select all
$ VBoxManage showhdinfo /virtualmachines/drives/Windows7.vdi
UUID: 42625a27-759b-41b2-bf6d-b3bc2d78d5c6
Accessible: yes
Logical size: 20480 MBytes
Current size on disk: 8780 MBytes
Type: normal (base)
Storage format: VDI
Format variant: dynamic default
Location: /virtualmachines/drives/Windows7.vdiCode: Select all
$ VBoxManage openmedium /virtualmachines/drives/Windows7.vdiThanks