-
-
Notifications
You must be signed in to change notification settings - Fork 30
Description
Makefile:36: recipe for target 'cold-image-vmdk' failed
make: [cold-image-vmdk] Error 1 (ignored)
rm -f mezzano.vmdk
VBoxManage convertfromraw --format vmdk mezzano.image mezzano.vmdk
Converting from raw image file="mezzano.image" to file="mezzano.vmdk"...
Creating dynamic image with size 3221225472 bytes (3072MB)...
*** Failures from VBoxManage are harmless and can be ignored. ***
VBoxManage storagectl "" --name IDE --add ide --controller PIIX4
VBoxManage: error: Could not find a registered machine named ''
VBoxManage: error: Details: code VBOX_E_OBJECT_NOT_FOUND (0x80bb0001), component VirtualBoxWrap, interface IVirtualBox, callee nsISupports
VBoxManage: error: Context: "FindMachine(Bstr(a->argv[0]).raw(), machine.asOutParam())" at line 1045 of file VBoxManageStorageController.cpp
Makefile:36: recipe for target 'cold-image-vmdk' failed
make: *** [cold-image-vmdk] Error 1