I was clearing disk space and (regrettably) deleting old VMs that I no longer use. Forgetting that, there is a VM that I do use, which was based off of a clone .vdi, inside a directory I have now deleted.
Inside the clone's directory, it has it's own very large .vdi. However, it will not start because virtualbox is looking for a clone .vdi inside the directory of the original VM.
Code: Select all
Could not open the medium 'C:\Users\dralley\VirtualBox VMs\LUbutnuVM\Snapshots\Clone of {466862a6-1988-4a3e-8284-51cd90164c49}.vdi'.
VD: error VERR_PATH_NOT_FOUND opening image file 'C:\Users\dralley\VirtualBox VMs\LUbutnuVM\Snapshots\Clone of {466862a6-1988-4a3e-8284-51cd90164c49}.vdi' (VERR_PATH_NOT_FOUND).
Kind regards,
Dan