So I used another system, copied to source files (images) from my actual and tried to load previous VM images. So when I try to open it, it gives
Okay, So location of my VB is C:\Users\karimkhan.pathan\VirtualBox VMs\Ubuntu\Snapshots\{a61ac67a-168b-48a9-beb0-2e0cc8b1f8ff}Failed to attach the hard disk (C:\Users\karimkhan.pathan\Downloads\UbuntuVM\Ubuntu-hdd.vdi) to the slot SATA Port 0 of the machine k.
Callee RC: VBOX_E_INVALID_OBJECT_STATE (0x80BB0007)
But When I load it in my VB, it says C:\Users\karimkhan.pathan\Downloads\UbuntuVM\Ubuntu-hdd.vdi failed to attache. Why it is redirecting to different vdi?
C:\Users\karimkhan.pathan\Downloads\UbuntuVM\Ubuntu-hdd.vdi This file I am directly able to load in VB, but it is older image.
I think my latest image is in "C:\Users\karimkhan.pathan\VirtualBox VMs\Ubuntu\Snapshots\{a61ac67a-168b-48a9-beb0-2e0cc8b1f8ff}" Which I need to load.
I tried various solution but did not help.
"C:\Users\karimkhan.pathan\VirtualBox VMs" contains various folders. For each of them I tried soln given on various fourm, but no luck
C:\Users\karimkhan.pathan>"C:\Program Files\Oracle\VirtualBox\VBoxManage.exe" st
artvm a --type emergencystop
VBoxManage.exe: error: The machine 'a' is not locked by a session
VBoxManage.exe: error: Details: code VBOX_E_INVALID_OBJECT_STATE (0x80bb0007), c
omponent MachineWrap, interface IMachine, callee IUnknown
VBoxManage.exe: error: Context: "LaunchVMProcess(a->session, sessionType.raw(),
env.raw(), progress.asOutParam())" at line 589 of file VBoxManageMisc.cpp
C:\Users\karimkhan.pathan>"C:\Program Files\Oracle\VirtualBox\VBoxManage.exe" st
artvm default --type emergencystop
VBoxManage.exe: error: Could not find a registered machine named 'default'
VBoxManage.exe: error: Details: code VBOX_E_OBJECT_NOT_FOUND (0x80bb0001), compo
nent VirtualBoxWrap, interface IVirtualBox, callee IUnknown
VBoxManage.exe: error: Context: "FindMachine(Bstr(pszVM).raw(), machine.asOutPar
am())" at line 572 of file VBoxManageMisc.cpp
C:\Users\karimkhan.pathan>"C:\Program Files\Oracle\VirtualBox\VBoxManage.exe" st
artvm Ubuntu --type emergencystop
VBoxManage.exe: error: Could not find a registered machine named 'Ubuntu'
VBoxManage.exe: error: Details: code VBOX_E_OBJECT_NOT_FOUND (0x80bb0001), compo
nent VirtualBoxWrap, interface IVirtualBox, callee IUnknown
VBoxManage.exe: error: Context: "FindMachine(Bstr(pszVM).raw(), machine.asOutPar
am())" at line 572 of file VBoxManageMisc.cpp
Any help to recover it highly appreciate.