When i try to unregister a vdi to run register -type immutable i get errors
test@desktop:/media/disk$ VBoxManage unregisterimage disk test.vdi
VirtualBox Command Line Management Interface Version 2.1.4
(C) 2005-2009 Sun Microsystems, Inc.
All rights reserved.
[!] FAILED calling a->virtualBox->FindHardDisk2(Bstr(a->argv[1]), hardDisk.asOutParam()) at line 941!
[!] Primary RC = VBOX_E_OBJECT_NOT_FOUND (0x80BB0001) - Object corresponding to the supplied arguments does not exist
[!] Full error info present: true , basic error info present: true
[!] Result Code = VBOX_E_OBJECT_NOT_FOUND (0x80BB0001) - Object corresponding to the supplied arguments does not exist
[!] Text = Could not find a hard disk with location 'test.vdi' in the media registry ('/home/test/.VirtualBox/VirtualBox.xml')
[!] Component = VirtualBox, Interface: IVirtualBox, {339abca2-f47a-4302-87f5-7bc324e6bbde}
[!] Callee = IVirtualBox, {339abca2-f47a-4302-87f5-7bc324e6bbde}
If anyone has any guidance it would be greatly appreciated