You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: