I have a Win7 virtual machine through VirtualBox on my remote server that I use for encoding video. The Win7 machine is "headless" with Remote Desktop access set up for control. Somehow that virtual machine has become lost or inaccessible and can no longer be booted up. When I try to start the machine I get the following:
Also of note is this:
The directory for the VM still exists along with the VDI files (I use two disks with the VM, one for the OS and one for data)
It's been over a year since I set this up and I'm not very familiar with VirtualBox's command line beyond the basic starting up of the machine, so I'm not really sure where to go. The VDI files appear intact, so all I would have to do is create a new machine. HOWEVER, I *really* don't want to do that as I don't quite recall how to do so without calling upon Google
Code:
[gknbynw@QuickBox]:(0b)~$ VBoxManage startvm "MeGUI" --type headless VBoxManage: error: Could not find a registered machine named 'MeGUI' VBoxManage: error: Details: code VBOX_E_OBJECT_NOT_FOUND (0x80bb0001), component VirtualBoxWrap, interface IVirtualBox, callee nsISupports VBoxManage: error: Context: "FindMachine(Bstr(pszVM).raw(), machine.asOutParam())" at line 573 of file VBoxManageMisc.cpp [gknbynw@QuickBox]:(0b)~$
Code:
[gknbynw@QuickBox]:(0b)~$ VBoxManage list vms "<inaccessible>" {c94f2200-7623-4fde-a4cb-84dc0039ecd8} [gknbynw@QuickBox]:(0b)~$
Code:
[gknbynw@QuickBox]:(0b)~$ cd Virtu* [gknbynw@QuickBox]:(0b)~/VirtualBox VMs$ ls -l total 4 drwx------ 3 gknbynw gknbynw 4096 Oct 28 22:10 MeGUI [gknbynw@QuickBox]:(0b)~/VirtualBox VMs$ cd MeGUI [gknbynw@QuickBox]:(144.5Gb)~/VirtualBox VMs/MeGUI$ ls -l total 151620260 drwx------ 2 gknbynw gknbynw 4096 Nov 19 17:36 Logs -rw------- 1 gknbynw gknbynw 26619150336 Oct 28 22:10 MeGUI-01.vdi -rw------- 1 gknbynw gknbynw 128643497984 Oct 28 22:10 MeGUI-02.vdi -rw------- 1 gknbynw gknbynw 0 Oct 28 22:10 MeGUI.vbox -rw------- 1 gknbynw gknbynw 7763 Oct 15 09:59 MeGUI.vbox-prev [gknbynw@QuickBox]:(144.5Gb)~/VirtualBox VMs/MeGUI$
Comment