1. stealthc@stealthc:/media/SubWebLinux/.Scripts$ VBoxManage unregistervm SubWeb --delete
  2. VBoxManage: error: Could not find a registered machine named 'SubWeb'
  3. VBoxManage: error: Details: code VBOX_E_OBJECT_NOT_FOUND (0x80bb0001), component VirtualBox, interface IVirtualBox, callee nsISupports
  4. Context: "FindMachine(Bstr(VMName).raw(), machine.asOutParam())" at line 153 of file VBoxManageMisc.cpp
  5. stealthc@stealthc:/media/SubWebLinux/.Scripts$ VBoxManage createvm --name "SubWeb" --register;
  6. VBoxManage: error: Machine settings file '/home/stealthc/VirtualBox VMs/SubWeb/SubWeb.vbox' already exists
  7. VBoxManage: error: Details: code VBOX_E_FILE_ERROR (0x80bb0004), component Machine, interface IMachine, callee nsISupports
  8. Context: "CreateMachine(bstrSettingsFile.raw(), name.raw(), osTypeId.raw(), Guid(id).toUtf16().raw(), FALSE , machine.asOutParam())" at line 247 of file VBoxManageMisc.cpp