Here is my situation:
I have installed VirtualBox 3.0.8 on a remote machine running Windows XP SP3. Inside VB, I have installed Ubuntu Jaunty.
I connect to the host OS using Telnet and when I try to run the VM from command line, I get this error:
Code: Select all
VBoxManage startvm Jaunty
ERROR: Could not find a registered machine named 'jaunty'
Details: code VBOX_E_OBJECT_NOT_FOUND (0x80bb0001), component VirtualBox, interface IVirtualBox, callee IUnknown
Context: "FindMachine(Bstr(VMName), machine.asOutParam())" at line 512 of file VBoxManage.cppWhen connect to the remote machine using Remote Desktop Connection, and execute the same command, it starts the VM, but from Telnet, it doesn't.
Does anyone have any idea?
Thanks in advance.