My vagrant VBox VM was up and running but not doing anything at the time, iirc.
Other vdi files in the same folder are "last modified" months ago. I'm bewildered and wondering if perhaps the data is stored elsewhere, despite the "last modified" dates.
After the host crash, chkdsk was performed automatically on reboot. I didn't notice any failures there. Surprised that my SSD would have such an issue (Samsung 860 EVO 2TB, about 2 years old).
Anyway, I tried to start up my VM with vagrant and got this:
Code: Select all
doof@oldcomputer MINGW64 ~/projects/ubuntu20_test
$ vagrant up
Bringing machine 'ubuntufocal20' up with 'virtualbox' provider...
==> ubuntufocal20: Checking if box 'bento/ubuntu-20.04' version '202010.24.0' is up to date...
==> ubuntufocal20: Clearing any previously set forwarded ports...
==> ubuntufocal20: Clearing any previously set network interfaces...
==> ubuntufocal20: Preparing network interfaces based on configuration...
ubuntufocal20: Adapter 1: nat
ubuntufocal20: Adapter 2: bridged
==> ubuntufocal20: Forwarding ports...
ubuntufocal20: 22 (guest) => 2222 (host) (adapter 1)
==> ubuntufocal20: Running 'pre-boot' VM customizations...
==> ubuntufocal20: Booting VM...
There was an error while executing `VBoxManage`, a CLI used by Vagrant
for controlling VirtualBox. The command and stderr is shown below.
Command: ["startvm", "665e5d19-7bb4-421c-8f83-b9d4c1350594", "--type", "headless"]
Stderr: VBoxManage.exe: error: Could not open the medium 'C:\Users\doof\VirtualBox VMs\ubuntufocal\Snapshots\{8b4af608-5d54-44bf-89e5-38996cb5a31d}.vdi'.
VBoxManage.exe: error: VDI: error reading pre-header in 'C:\Users\doof\VirtualBox VMs\ubuntufocal\Snapshots\{8b4af608-5d54-44bf-89e5-38996cb5a31d}.vdi' (VERR_EOF).
VBoxManage.exe: error: VD: error VERR_VD_VDI_INVALID_HEADER opening image file 'C:\Users\doof\VirtualBox VMs\ubuntufocal\Snapshots\{8b4af608-5d54-44bf-89e5-38996cb5a31d}.vdi' (VERR_VD_VDI_INVALID_HEADER)
VBoxManage.exe: error: Details: code E_FAIL (0x80004005), component MediumWrap, interface IMediumHere's a screenshot showing my 0 byte vdi (it is completely empty). Here's a look at my virtualbox gui. Not sure why my vdi is in the ubuntufocal\Snapshots\ folder when I'm launching an ubuntu20_test machine. But all the other snapshots are old.
Is my disk completely destroyed?
I don't have backups of the disk itself. The data loss isn't a tremendous problem. But it will likely take me hours to get the machine back up to date from old snapshots (if they even work).