[Resolved] lost snapshots on new computer

This is for discussing general topics about how to use VirtualBox.
Post Reply
Jeffer
Posts: 6
Joined: 17. Aug 2019, 16:21

[Resolved] lost snapshots on new computer

Post by Jeffer »

Hi all,
my 1st post here and I hope it's placed well.
I have read some topics and searched the forum (and the internet, too), but all solutions I find are not working so far or several years old...

My problem:
My old computer crashed a while ago and I bought a new one. I installed the lastes VirtualBox and tried to import my old virtual systems (3 at all). Two worked w/o any problems, but one is not willing to work...
When I try to add this machine (winXP, 32bit) VM is complaining about a wrong UUID for the vboxguestadditions cd. I thought I simply set up a new machine and added the vmdk's and the machine started. Unfortunately I made snapshots in the past and the current state in the original vmdk's is from 2014.
I tried several things to combine the snapshots into the vmdk's, but it seems to be impossible. I know which snapshot is for which vmdk.

Is there a tool (preferable running on win10 pro, 64bit), where I can simmply say: Take "Test2.vmdk" and combine it with "{eea....}.vmdk" and with "{e4a...}.vmdk" ?

There are 3 disks with 2 snaphot vmdk's each... All are vmdk format.

Thanks a lot in advance and sorry for my poor english

Cheers Christian
Last edited by socratis on 19. Aug 2019, 22:26, edited 1 time in total.
Reason: Marked as [Resolved].
socratis
Site Moderator
Posts: 27329
Joined: 22. Oct 2010, 11:03
Primary OS: Mac OS X other
VBox Version: PUEL
Guest OSses: Win(*>98), Linux*, OSX>10.5
Location: Greece

Re: lost snapshots on new computer

Post by socratis »

Jeffer wrote:Is there a tool (preferable running on win10 pro, 64bit), where I can simmply say: Take "Test2.vmdk" and combine it with "{eea....}.vmdk" and with "{e4a...}.vmdk" ?
First of all, you don't just combine VMDKs randomly, there's a really tight relationship between them, see Snapshot Basics.

Second, you're in luck, because our fellow user and VDI guru mpack, has written a tool just for that: CloneVDI. It's a Win app, make sure that you read the help.

But there's one thing that I don't understand. If you copied the entire VM folder, and you simply registered the .vbox file, there should be no need for that. Furthermore, I'm worried about this:
Jeffer wrote:VM is complaining about a wrong UUID for the vboxguestadditions cd
This I'm afraid has nothing to do with the VMDKs and the snapshots, and I'm afraid that you might be confused by the error and driving towards the wrong path.

I would like to see the "recipe" of the VM, the ".vbox" file. Right-click on the VM in the VirtualBox Manager, select "Show in Explorer". ZIP the selected ".vbox" file and attach it to your response.
Do NOT send me Personal Messages (PMs) for troubleshooting, they are simply deleted.
Do NOT reply with the "QUOTE" button, please use the "POST REPLY", at the bottom of the form.
If you obfuscate any information requested, I will obfuscate my response. These are virtual UUIDs, not real ones.
Jeffer
Posts: 6
Joined: 17. Aug 2019, 16:21

Re: lost snapshots on new computer

Post by Jeffer »

Hi socratis,
thanks a lot for your reply. I will take a look at CloneVDI.
Fortunatley I made a screenshot a while ago before my old computer crashed showing the structure of the snapshots.
There I can see f.e. :

Code: Select all

Test2.vmdk
  {eee0c4ec-...}.vmdk
    {e4a3aba2-...}.vmdk
Test2-0.vmdk
  {8387d710-...}.vmdk
    {4cec29f8-...}.vmdk
etc.
Attached my .vbox file. The problem with the UUID just made it impossible to simply add the machine in the virtualbox manager. I always end up in an error message complaining about that UUID.
Attachments
Entwicklung.zip
.vbox file
(4.49 KiB) Downloaded 22 times
socratis
Site Moderator
Posts: 27329
Joined: 22. Oct 2010, 11:03
Primary OS: Mac OS X other
VBox Version: PUEL
Guest OSses: Win(*>98), Linux*, OSX>10.5
Location: Greece

Re: lost snapshots on new computer

Post by socratis »

That's a corrupt file with lots of non-ASCII characters. You cannot use that file. Trying to add it results in:
Couldn't find end of Start Tag VirtualBox line 8.
Location: '/Users/Shared/Downloads/Entwicklung.vbox', line 8 (8), column 64.
/Users/vbox/tinderbox/mac-rel/src/VBox/Main/src-server/MachineImpl.cpp[497] (nsresult Machine::initFromSettings(VirtualBox *, const com::Utf8Str &, const com::Guid *)).
Jeffer wrote:I always end up in an error message complaining about that UUID.
Please be specific and exact next time, I want to see the complete error message, not just the fact. Don't "trim" the information that you give, we can't make heads or tails.
Do NOT send me Personal Messages (PMs) for troubleshooting, they are simply deleted.
Do NOT reply with the "QUOTE" button, please use the "POST REPLY", at the bottom of the form.
If you obfuscate any information requested, I will obfuscate my response. These are virtual UUIDs, not real ones.
Jeffer
Posts: 6
Joined: 17. Aug 2019, 16:21

Re: lost snapshots on new computer

Post by Jeffer »

Sorry for being not specific.

I have 3 ".vbox" files in that folder and I may copied the wrong one...
There is also a ".vmx" file and a ".vbox-prev" file.
This time I attach a zip with all 5 files.

You are right, when trying to import "Entwicklung.vbox", I get the error you mentioned.

When I try to import "Entwicklung-1.15-windows.vbox", I get the following error:

Code: Select all

Konnte die virtuelle Maschine in I:/VirtualBox VMs/Entwicklung/Entwicklung-1.15-windows.vbox nicht öffnen.

Cannot register the DVD image 'C:\Program Files\Oracle\VirtualBox\VBoxGuestAdditions.iso' {aa925787-5c43-4f81-bbe9-646eaac5560b} because a CD/DVD image 'C:\Program Files\Oracle\VirtualBox\VBoxGuestAdditions.iso' with UUID {ea39ed10-55b5-4121-85d3-80c75ffb822d} already exists.

Fehlercode:E_INVALIDARG (0x80070057)
Komponente:VirtualBoxWrap
Interface:IVirtualBox {d0a0163f-e254-4e5b-a1f2-011cf991c38d}
Trying to import "Entwicklung-1.14-windows.vbox" ends up in another error:

Code: Select all

Konnte die virtuelle Maschine in I:/VirtualBox VMs/Entwicklung/Entwicklung-1.14-windows.vbox nicht öffnen.

Callee RC:E_INVALIDARG (0x80070057)
Attachments
Entwicklung2.zip
(18.51 KiB) Downloaded 19 times
Jeffer
Posts: 6
Joined: 17. Aug 2019, 16:21

Re: lost snapshots on new computer

Post by Jeffer »

Unfortunatley CloneVDI does not work for me. Seems to be a great tool and I will keep it, but it does not support snapshots or differencing drives of ".vmdk" format, which I have.

In my case selecting a snapshot ends up in an error message "Source is a difference image. Sorry, this tool cannot clone these (for now)".

But I think I will convert the images of my other (working) VMs to the VDI format soon.
mpack
Site Moderator
Posts: 39134
Joined: 4. Sep 2008, 17:09
Primary OS: MS Windows 10
VBox Version: PUEL
Guest OSses: Mostly XP

Re: lost snapshots on new computer

Post by mpack »

Jeffer wrote:[CloneVDI] does not support snapshots or differencing drives of ".vmdk" format, which I have.
It sure does, if all file fragments are present (including the base), and if they were created by VirtualBox. I mention the last part because you mentioned a VMX file earlier, which is a VMWare control file. Meaning this was a VMWare VM.

Again an explicit error message would help. If it said "Differencing images are not supported" (or words to that effect) then it means that not all fragments were present in the folder.

p.s. The age of a solution can be because that solution always works, and there's no need to revise it.
Jeffer
Posts: 6
Joined: 17. Aug 2019, 16:21

Re: lost snapshots on new computer

Post by Jeffer »

Thanks for your reply, mpack.

Sorry, but when I was reading the release notes of your app there were some statements that some features are maainly or only available for VDI files and when I tried to work on my VMDK file that message box appeared ("Source is a difference image. Sorry, this tool cannot clone these (for now)").

In the past years I was just a (very satisfied) user of virtualbox and never cared about what was going on under the hood... Now I encountered a problem for the first time and I am a bit helpless...

I don't want to create big work for someone, as the (lost) data is not important enough. It is just private hobby stuff which is not vital. Mainly it is CAD work on my backyard observatory (astronomy is my hobby) from a redesign of the last 2 years, which is not completely finished. But I have drawings of the status so far and can re-buid everything...

I just thought I ask if there is a tool that can help (out of the box) to recover the data of the last years.

Therefore, thanks for your help and for your nice tool. I currently use CloneDVI to convert my VMDK files to the VDI format and then I will set up a fresh machine with the VDI files.

P.S. Yes, VMware was the start of my virtualization experience years ago. And by some stupid decisison I created just for this one VM snapshots. The other VMs worked fine from the beginning with the new installation. I will never use snapshots again...
socratis
Site Moderator
Posts: 27329
Joined: 22. Oct 2010, 11:03
Primary OS: Mac OS X other
VBox Version: PUEL
Guest OSses: Win(*>98), Linux*, OSX>10.5
Location: Greece

Re: lost snapshots on new computer

Post by socratis »

Save the contents below as "Entwicklung.vbox", it should fix the complain about the duplicate DVD UUID:

Code: Select all

<?xml version="1.0"?>
<!--
** DO NOT EDIT THIS FILE.
** If you make changes to this file while any VirtualBox related application
** is running, your changes will be overwritten later, without taking effect.
** Use VBoxManage or the VirtualBox Manager GUI to make changes.
-->
<VirtualBox xmlns="http://www.virtualbox.org/" version="1.17-windows">
  <Machine uuid="{0c586f59-bf8d-4728-9879-fedf0292eb67}" name="Entwicklung" OSType="WindowsXP" currentSnapshot="{0219480c-882d-48ad-9bc5-15b979535552}" snapshotFolder="Snapshots" lastStateChange="2019-08-17T12:39:52Z">
    <Description>Entwicklung Win XP</Description>
    <MediaRegistry>
      <HardDisks>
        <HardDisk uuid="{f835c5ca-a61f-40b3-a0fb-810a0d9dace0}" location="Test2-0.vmdk" format="VMDK" type="Normal">
          <HardDisk uuid="{8387d710-98b6-49b2-8947-0b54675dd209}" location="Snapshots/{8387d710-98b6-49b2-8947-0b54675dd209}.vmdk" format="VMDK">
            <HardDisk uuid="{4cec29f8-1be0-4f42-9cd3-50b6916bad8f}" location="Snapshots/{4cec29f8-1be0-4f42-9cd3-50b6916bad8f}.vmdk" format="VMDK"/>
          </HardDisk>
        </HardDisk>
        <HardDisk uuid="{1ffbf4a1-5024-4ef0-954d-3b4d12c0b391}" location="Test2-1.vmdk" format="VMDK" type="Normal">
          <HardDisk uuid="{57cab723-d0ec-46d1-9b7c-455c996500a0}" location="Snapshots/{57cab723-d0ec-46d1-9b7c-455c996500a0}.vmdk" format="VMDK">
            <HardDisk uuid="{06d0fd68-00f0-42e4-8fe5-dc792bd43d85}" location="Snapshots/{06d0fd68-00f0-42e4-8fe5-dc792bd43d85}.vmdk" format="VMDK"/>
          </HardDisk>
        </HardDisk>
        <HardDisk uuid="{0924f230-c47a-43be-a7fb-878de4f1f8d6}" location="Test2.vmdk" format="VMDK" type="Normal">
          <HardDisk uuid="{eea0c4ec-2b21-447e-8eb2-d40a8de0de3a}" location="Snapshots/{eea0c4ec-2b21-447e-8eb2-d40a8de0de3a}.vmdk" format="VMDK">
            <HardDisk uuid="{e4a3aba2-b13f-44a7-b3b5-6971c082569f}" location="Snapshots/{e4a3aba2-b13f-44a7-b3b5-6971c082569f}.vmdk" format="VMDK"/>
          </HardDisk>
        </HardDisk>
      </HardDisks>
    </MediaRegistry>
    <ExtraData>
      <ExtraDataItem name="GUI/Fullscreen" value="true"/>
      <ExtraDataItem name="GUI/LastCloseAction" value="SaveState"/>
      <ExtraDataItem name="GUI/LastGuestSizeHint" value="1920,976"/>
      <ExtraDataItem name="GUI/LastGuestSizeHintWasFullscreen" value="true"/>
      <ExtraDataItem name="GUI/LastNormalWindowPosition" value="0,23,640,480,max"/>
      <ExtraDataItem name="GUI/LastScaleWindowPosition" value="13,30,1636,972,max"/>
      <ExtraDataItem name="GUI/MiniToolBarAlignment" value="Top"/>
      <ExtraDataItem name="GUI/MiniToolBarAutoHide" value="false"/>
      <ExtraDataItem name="GUI/RestrictedRuntimeDevicesMenuActions" value="HardDrives"/>
      <ExtraDataItem name="GUI/RestrictedRuntimeMachineMenuActions" value="SaveState,PowerOff"/>
      <ExtraDataItem name="GUI/SaveMountedAtRuntime" value="yes"/>
      <ExtraDataItem name="GUI/ScaleFactor" value="1"/>
      <ExtraDataItem name="GUI/StatusBar/IndicatorOrder" value="HardDisks,OpticalDisks,FloppyDisks,Network,USB,SharedFolders,Display,VideoCapture,Features,Mouse,Keyboard"/>
    </ExtraData>
    <Snapshot uuid="{a8ce6594-23d1-4597-963d-8a74e0767936}" name="Sicherungspunkt Läuft" timeStamp="2017-02-10T11:08:20Z" stateFile="Snapshots/2017-02-10T11-05-57-109029000Z.sav">
      <Hardware>
        <CPU count="3">
          <PAE enabled="true"/>
          <LongMode enabled="false"/>
          <HardwareVirtExLargePages enabled="true"/>
        </CPU>
        <Memory RAMSize="5282"/>
        <HID Pointing="USBTablet"/>
        <Chipset type="ICH9"/>
        <Paravirt provider="HyperV"/>
        <Boot>
          <Order position="1" device="HardDisk"/>
          <Order position="2" device="None"/>
          <Order position="3" device="None"/>
          <Order position="4" device="None"/>
        </Boot>
        <Display VRAMSize="128"/>
        <VideoCapture screens="1" file="." fps="25"/>
        <RemoteDisplay>
          <VRDEProperties>
            <Property name="TCP/Ports" value="3389"/>
          </VRDEProperties>
        </RemoteDisplay>
        <BIOS>
          <IOAPIC enabled="true"/>
        </BIOS>
        <USB>
          <Controllers>
            <Controller name="OHCI" type="OHCI"/>
            <Controller name="EHCI" type="EHCI"/>
          </Controllers>
        </USB>
        <Network>
          <Adapter slot="0" enabled="true" MACAddress="080027A5C6B0" cable="false">
            <DisabledModes>
              <InternalNetwork name="intnet"/>
              <NATNetwork name="NatNetwork"/>
            </DisabledModes>
            <NAT/>
          </Adapter>
          <Adapter slot="1" MACAddress="080027FB7B83" cable="false">
            <DisabledModes>
              <InternalNetwork name="intnet"/>
              <HostOnlyInterface name="VirtualBox Host-Only Ethernet Adapter"/>
              <NATNetwork name="NatNetwork"/>
            </DisabledModes>
            <BridgedInterface name="Realtek PCIe GBE Family Controller"/>
          </Adapter>
          <Adapter slot="2" MACAddress="080027E8A50A"/>
          <Adapter slot="3" MACAddress="080027FBEABA"/>
          <Adapter slot="4" MACAddress="0800277101FC"/>
          <Adapter slot="5" MACAddress="080027B23495"/>
          <Adapter slot="6" MACAddress="080027838DF9"/>
          <Adapter slot="7" MACAddress="0800271F7456"/>
          <Adapter slot="8" MACAddress="0800278814FC"/>
          <Adapter slot="9" MACAddress="0800278D4B35"/>
          <Adapter slot="10" MACAddress="080027BCD890"/>
          <Adapter slot="11" MACAddress="08002734FFD1"/>
          <Adapter slot="12" MACAddress="0800270CD6FF"/>
          <Adapter slot="13" MACAddress="08002723776C"/>
          <Adapter slot="14" MACAddress="08002711363F"/>
          <Adapter slot="15" MACAddress="080027C5AAEE"/>
          <Adapter slot="16" MACAddress="080027E9BB17"/>
          <Adapter slot="17" MACAddress="08002713B4CB"/>
          <Adapter slot="18" MACAddress="080027775DEB"/>
          <Adapter slot="19" MACAddress="0800277326B5"/>
          <Adapter slot="20" MACAddress="08002738648C"/>
          <Adapter slot="21" MACAddress="0800275CE867"/>
          <Adapter slot="22" MACAddress="080027A69348"/>
          <Adapter slot="23" MACAddress="0800270D126F"/>
          <Adapter slot="24" MACAddress="08002733C296"/>
          <Adapter slot="25" MACAddress="080027FD8AFF"/>
          <Adapter slot="26" MACAddress="080027C56AEF"/>
          <Adapter slot="27" MACAddress="08002713E079"/>
          <Adapter slot="28" MACAddress="080027941B7D"/>
          <Adapter slot="29" MACAddress="0800273DCEC5"/>
          <Adapter slot="30" MACAddress="0800277FA192"/>
          <Adapter slot="31" MACAddress="08002742EB54"/>
          <Adapter slot="32" MACAddress="080027214276"/>
          <Adapter slot="33" MACAddress="0800275DA564"/>
          <Adapter slot="34" MACAddress="08002724C64E"/>
          <Adapter slot="35" MACAddress="080027BEFFB9"/>
        </Network>
        <LPT>
          <Port slot="1" enabled="false" IOBase="0x378" IRQ="7"/>
        </LPT>
        <AudioAdapter driver="DirectSound" enabled="true" enabledIn="true" enabledOut="true"/>
        <SharedFolders>
          <SharedFolder name="VM_Tausch" hostPath="C:\Users\Admin\Desktop\VM Tausch" writable="true" autoMount="true"/>
        </SharedFolders>
        <Clipboard mode="Bidirectional"/>
        <DragAndDrop mode="Bidirectional"/>
        <GuestProperties>
          <GuestProperty name="/VirtualBox/GuestAdd/Components/VBoxControl.exe" value="5.1.14r112924" timestamp="1486721794140246600" flags=""/>
          <GuestProperty name="/VirtualBox/GuestAdd/Components/VBoxCredProv.dll" value="-" timestamp="1486721794155871900" flags=""/>
          <GuestProperty name="/VirtualBox/GuestAdd/Components/VBoxDisp.dll" value="5.1.14r112924" timestamp="1486721794144153600" flags=""/>
          <GuestProperty name="/VirtualBox/GuestAdd/Components/VBoxGINA.dll" value="-" timestamp="1486721794154895000" flags=""/>
          <GuestProperty name="/VirtualBox/GuestAdd/Components/VBoxGuest.sys" value="5.1.14r112924" timestamp="1486721794157825200" flags=""/>
          <GuestProperty name="/VirtualBox/GuestAdd/Components/VBoxHook.dll" value="5.1.14r112924" timestamp="1486721794142200500" flags=""/>
          <GuestProperty name="/VirtualBox/GuestAdd/Components/VBoxMMR.exe" value="-" timestamp="1441902207423543900" flags=""/>
          <GuestProperty name="/VirtualBox/GuestAdd/Components/VBoxMMRHook.dll" value="-" timestamp="1441902207424517300" flags=""/>
          <GuestProperty name="/VirtualBox/GuestAdd/Components/VBoxMRXNP.dll" value="5.1.14r112924" timestamp="1486721794153918500" flags=""/>
          <GuestProperty name="/VirtualBox/GuestAdd/Components/VBoxMouse.sys" value="5.1.14r112924" timestamp="1486721794159778000" flags=""/>
          <GuestProperty name="/VirtualBox/GuestAdd/Components/VBoxOGL.dll" value="5.0.6r103037" timestamp="1450808174846865400" flags=""/>
          <GuestProperty name="/VirtualBox/GuestAdd/Components/VBoxOGLarrayspu.dll" value="5.0.6r103037" timestamp="1450808174704292700" flags=""/>
          <GuestProperty name="/VirtualBox/GuestAdd/Components/VBoxOGLcrutil.dll" value="5.0.6r103037" timestamp="1450808174721869700" flags=""/>
          <GuestProperty name="/VirtualBox/GuestAdd/Components/VBoxOGLerrorspu.dll" value="5.0.6r103037" timestamp="1450808174726752800" flags=""/>
          <GuestProperty name="/VirtualBox/GuestAdd/Components/VBoxOGLfeedbackspu.dll" value="5.0.6r103037" timestamp="1450808174839106300" flags=""/>
          <GuestProperty name="/VirtualBox/GuestAdd/Components/VBoxOGLpackspu.dll" value="5.0.6r103037" timestamp="1450808174749213300" flags=""/>
          <GuestProperty name="/VirtualBox/GuestAdd/Components/VBoxOGLpassthroughspu.dll" value="5.0.6r103037" timestamp="1450808174758002000" flags=""/>
          <GuestProperty name="/VirtualBox/GuestAdd/Components/VBoxSF.sys" value="5.1.14r112924" timestamp="1486721794161731000" flags=""/>
          <GuestProperty name="/VirtualBox/GuestAdd/Components/VBoxService.exe" value="5.1.14r112924" timestamp="1486721794150012700" flags=""/>
          <GuestProperty name="/VirtualBox/GuestAdd/Components/VBoxTray.exe" value="5.1.14r112924" timestamp="1486721794149036200" flags=""/>
          <GuestProperty name="/VirtualBox/GuestAdd/Components/VBoxVideo.sys" value="5.1.14r112924" timestamp="1486721794164660600" flags=""/>
          <GuestProperty name="/VirtualBox/GuestAdd/HostVerLastChecked" value="5.0.12" timestamp="1453113192212377400" flags=""/>
          <GuestProperty name="/VirtualBox/GuestAdd/InstallDir" value="C:/Programme/Oracle/VirtualBox Guest Additions" timestamp="1486721794136340500" flags=""/>
          <GuestProperty name="/VirtualBox/GuestAdd/Revision" value="112924" timestamp="1486721794135363405" flags=""/>
          <GuestProperty name="/VirtualBox/GuestAdd/Version" value="5.1.14" timestamp="1486721794135363403" flags=""/>
          <GuestProperty name="/VirtualBox/GuestAdd/VersionExt" value="5.1.14" timestamp="1486721794135363404" flags=""/>
          <GuestProperty name="/VirtualBox/GuestInfo/Net/0/MAC" value="080027A5C6B0" timestamp="1486721854739898302" flags=""/>
          <GuestProperty name="/VirtualBox/GuestInfo/Net/0/Status" value="Up" timestamp="1486721854739898301" flags=""/>
          <GuestProperty name="/VirtualBox/GuestInfo/Net/0/V4/Broadcast" value="255.255.255.255" timestamp="1486721854738922901" flags=""/>
          <GuestProperty name="/VirtualBox/GuestInfo/Net/0/V4/IP" value="169.254.160.183" timestamp="1486721854738922900" flags=""/>
          <GuestProperty name="/VirtualBox/GuestInfo/Net/0/V4/Netmask" value="255.255.0.0" timestamp="1486721854739898300" flags=""/>
          <GuestProperty name="/VirtualBox/GuestInfo/Net/Count" value="1" timestamp="1486724746772692700" flags=""/>
          <GuestProperty name="/VirtualBox/GuestInfo/OS/Product" value="Windows XP Professional" timestamp="1486721794134439000" flags=""/>
          <GuestProperty name="/VirtualBox/GuestInfo/OS/Release" value="5.1.2600" timestamp="1486721794135363400" flags=""/>
          <GuestProperty name="/VirtualBox/GuestInfo/OS/ServicePack" value="3" timestamp="1486721794135363402" flags=""/>
          <GuestProperty name="/VirtualBox/GuestInfo/User/Jeffer@PRIVAT-F746C13E/UsageState" value="Idle" timestamp="1486721804337243300" flags=""/>
          <GuestProperty name="/VirtualBox/HostInfo/GUI/LanguageID" value="de_DE" timestamp="1486724757090104500" flags=""/>
        </GuestProperties>
      </Hardware>
      <StorageControllers>
        <StorageController name="IDE" type="PIIX4" PortCount="2" useHostIOCache="true" Bootable="true">
          <AttachedDevice type="HardDisk" hotpluggable="false" port="0" device="0">
            <Image uuid="{f835c5ca-a61f-40b3-a0fb-810a0d9dace0}"/>
          </AttachedDevice>
          <AttachedDevice type="HardDisk" hotpluggable="false" port="0" device="1">
            <Image uuid="{1ffbf4a1-5024-4ef0-954d-3b4d12c0b391}"/>
          </AttachedDevice>
          <AttachedDevice passthrough="false" type="DVD" hotpluggable="false" port="1" device="0"/>
          <AttachedDevice type="HardDisk" hotpluggable="false" port="1" device="1">
            <Image uuid="{0924f230-c47a-43be-a7fb-878de4f1f8d6}"/>
          </AttachedDevice>
        </StorageController>
      </StorageControllers>
      <Snapshots>
        <Snapshot uuid="{0219480c-882d-48ad-9bc5-15b979535552}" name="Sicherungspunkt 1" timeStamp="2017-10-25T11:13:37Z" stateFile="Snapshots/2017-10-25T11-13-37-532205300Z.sav">
          <Description>VM 5.2 - 25.10.2017</Description>
          <Hardware>
            <CPU count="3">
              <PAE enabled="true"/>
              <LongMode enabled="false"/>
              <HardwareVirtExLargePages enabled="true"/>
            </CPU>
            <Memory RAMSize="5282"/>
            <HID Pointing="USBTablet"/>
            <Chipset type="ICH9"/>
            <Paravirt provider="HyperV"/>
            <Boot>
              <Order position="1" device="DVD"/>
              <Order position="2" device="HardDisk"/>
              <Order position="3" device="None"/>
              <Order position="4" device="None"/>
            </Boot>
            <Display VRAMSize="128"/>
            <VideoCapture screens="1" options="ac_enabled=false" file="." fps="25"/>
            <RemoteDisplay>
              <VRDEProperties>
                <Property name="TCP/Ports" value="3389"/>
              </VRDEProperties>
            </RemoteDisplay>
            <BIOS>
              <IOAPIC enabled="true"/>
            </BIOS>
            <USB>
              <Controllers>
                <Controller name="OHCI" type="OHCI"/>
                <Controller name="EHCI" type="EHCI"/>
              </Controllers>
            </USB>
            <Network>
              <Adapter slot="0" enabled="true" MACAddress="080027A5C6B0" cable="false">
                <DisabledModes>
                  <InternalNetwork name="intnet"/>
                  <NATNetwork name="NatNetwork"/>
                </DisabledModes>
                <NAT/>
              </Adapter>
              <Adapter slot="1" MACAddress="080027FB7B83" cable="false">
                <DisabledModes>
                  <InternalNetwork name="intnet"/>
                  <HostOnlyInterface name="VirtualBox Host-Only Ethernet Adapter"/>
                  <NATNetwork name="NatNetwork"/>
                </DisabledModes>
                <BridgedInterface name="Realtek PCIe GBE Family Controller"/>
              </Adapter>
              <Adapter slot="2" MACAddress="080027E8A50A"/>
              <Adapter slot="3" MACAddress="080027FBEABA"/>
              <Adapter slot="4" MACAddress="0800277101FC"/>
              <Adapter slot="5" MACAddress="080027B23495"/>
              <Adapter slot="6" MACAddress="080027838DF9"/>
              <Adapter slot="7" MACAddress="0800271F7456"/>
              <Adapter slot="8" MACAddress="0800278814FC"/>
              <Adapter slot="9" MACAddress="0800278D4B35"/>
              <Adapter slot="10" MACAddress="080027BCD890"/>
              <Adapter slot="11" MACAddress="08002734FFD1"/>
              <Adapter slot="12" MACAddress="0800270CD6FF"/>
              <Adapter slot="13" MACAddress="08002723776C"/>
              <Adapter slot="14" MACAddress="08002711363F"/>
              <Adapter slot="15" MACAddress="080027C5AAEE"/>
              <Adapter slot="16" MACAddress="080027E9BB17"/>
              <Adapter slot="17" MACAddress="08002713B4CB"/>
              <Adapter slot="18" MACAddress="080027775DEB"/>
              <Adapter slot="19" MACAddress="0800277326B5"/>
              <Adapter slot="20" MACAddress="08002738648C"/>
              <Adapter slot="21" MACAddress="0800275CE867"/>
              <Adapter slot="22" MACAddress="080027A69348"/>
              <Adapter slot="23" MACAddress="0800270D126F"/>
              <Adapter slot="24" MACAddress="08002733C296"/>
              <Adapter slot="25" MACAddress="080027FD8AFF"/>
              <Adapter slot="26" MACAddress="080027C56AEF"/>
              <Adapter slot="27" MACAddress="08002713E079"/>
              <Adapter slot="28" MACAddress="080027941B7D"/>
              <Adapter slot="29" MACAddress="0800273DCEC5"/>
              <Adapter slot="30" MACAddress="0800277FA192"/>
              <Adapter slot="31" MACAddress="08002742EB54"/>
              <Adapter slot="32" MACAddress="080027214276"/>
              <Adapter slot="33" MACAddress="0800275DA564"/>
              <Adapter slot="34" MACAddress="08002724C64E"/>
              <Adapter slot="35" MACAddress="080027BEFFB9"/>
            </Network>
            <LPT>
              <Port slot="1" enabled="false" IOBase="0x378" IRQ="7"/>
            </LPT>
            <AudioAdapter driver="DirectSound" enabled="true" enabledIn="true" enabledOut="true"/>
            <SharedFolders>
              <SharedFolder name="VM_Tausch" hostPath="C:\Users\Admin\Desktop\VM Tausch" writable="true" autoMount="true"/>
            </SharedFolders>
            <Clipboard mode="Bidirectional"/>
            <DragAndDrop mode="Bidirectional"/>
            <GuestProperties>
              <GuestProperty name="/VirtualBox/GuestAdd/Components/VBoxControl.exe" value="5.2.1r118430" timestamp="1508929187983877200" flags=""/>
              <GuestProperty name="/VirtualBox/GuestAdd/Components/VBoxCredProv.dll" value="-" timestamp="1508929187998789200" flags=""/>
              <GuestProperty name="/VirtualBox/GuestAdd/Components/VBoxDisp.dll" value="5.2.1r118430" timestamp="1508929187986831800" flags=""/>
              <GuestProperty name="/VirtualBox/GuestAdd/Components/VBoxGINA.dll" value="-" timestamp="1508929187998289100" flags=""/>
              <GuestProperty name="/VirtualBox/GuestAdd/Components/VBoxGuest.sys" value="5.2.1r118430" timestamp="1508929188001300800" flags=""/>
              <GuestProperty name="/VirtualBox/GuestAdd/Components/VBoxHook.dll" value="5.2.1r118430" timestamp="1508929187984852800" flags=""/>
              <GuestProperty name="/VirtualBox/GuestAdd/Components/VBoxMMR.exe" value="-" timestamp="1441902207423543900" flags=""/>
              <GuestProperty name="/VirtualBox/GuestAdd/Components/VBoxMMRHook.dll" value="-" timestamp="1441902207424517300" flags=""/>
              <GuestProperty name="/VirtualBox/GuestAdd/Components/VBoxMRXNP.dll" value="5.2.1r118430" timestamp="1508929187997289000" flags=""/>
              <GuestProperty name="/VirtualBox/GuestAdd/Components/VBoxMouse.sys" value="5.2.1r118430" timestamp="1508929188003311200" flags=""/>
              <GuestProperty name="/VirtualBox/GuestAdd/Components/VBoxOGL.dll" value="5.0.6r103037" timestamp="1450808174846865400" flags=""/>
              <GuestProperty name="/VirtualBox/GuestAdd/Components/VBoxOGLarrayspu.dll" value="5.0.6r103037" timestamp="1450808174704292700" flags=""/>
              <GuestProperty name="/VirtualBox/GuestAdd/Components/VBoxOGLcrutil.dll" value="5.0.6r103037" timestamp="1450808174721869700" flags=""/>
              <GuestProperty name="/VirtualBox/GuestAdd/Components/VBoxOGLerrorspu.dll" value="5.0.6r103037" timestamp="1450808174726752800" flags=""/>
              <GuestProperty name="/VirtualBox/GuestAdd/Components/VBoxOGLfeedbackspu.dll" value="5.0.6r103037" timestamp="1450808174839106300" flags=""/>
              <GuestProperty name="/VirtualBox/GuestAdd/Components/VBoxOGLpackspu.dll" value="5.0.6r103037" timestamp="1450808174749213300" flags=""/>
              <GuestProperty name="/VirtualBox/GuestAdd/Components/VBoxOGLpassthroughspu.dll" value="5.0.6r103037" timestamp="1450808174758002000" flags=""/>
              <GuestProperty name="/VirtualBox/GuestAdd/Components/VBoxSF.sys" value="5.2.1r118430" timestamp="1508929188005650500" flags=""/>
              <GuestProperty name="/VirtualBox/GuestAdd/Components/VBoxService.exe" value="5.2.1r118430" timestamp="1508929187992788500" flags=""/>
              <GuestProperty name="/VirtualBox/GuestAdd/Components/VBoxTray.exe" value="5.2.1r118430" timestamp="1508929187992288100" flags=""/>
              <GuestProperty name="/VirtualBox/GuestAdd/Components/VBoxVideo.sys" value="5.2.1r118430" timestamp="1508929188007609300" flags=""/>
              <GuestProperty name="/VirtualBox/GuestAdd/HostVerLastChecked" value="5.0.12" timestamp="1453113192212377400" flags=""/>
              <GuestProperty name="/VirtualBox/GuestAdd/InstallDir" value="C:/Programme/Oracle/VirtualBox Guest Additions" timestamp="1508929187978993701" flags=""/>
              <GuestProperty name="/VirtualBox/GuestAdd/Revision" value="118430" timestamp="1508929187978993700" flags=""/>
              <GuestProperty name="/VirtualBox/GuestAdd/Version" value="5.2.1" timestamp="1508929187978022103" flags=""/>
              <GuestProperty name="/VirtualBox/GuestAdd/VersionExt" value="5.2.1" timestamp="1508929187978022104" flags=""/>
              <GuestProperty name="/VirtualBox/GuestInfo/Net/0/MAC" value="080027A5C6B0" timestamp="1508929249623770903" flags=""/>
              <GuestProperty name="/VirtualBox/GuestInfo/Net/0/Status" value="Up" timestamp="1508929249623770902" flags=""/>
              <GuestProperty name="/VirtualBox/GuestInfo/Net/0/V4/Broadcast" value="255.255.255.255" timestamp="1508929249623770900" flags=""/>
              <GuestProperty name="/VirtualBox/GuestInfo/Net/0/V4/IP" value="169.254.160.183" timestamp="1508929249622794400" flags=""/>
              <GuestProperty name="/VirtualBox/GuestInfo/Net/0/V4/Netmask" value="255.255.0.0" timestamp="1508929249623770901" flags=""/>
              <GuestProperty name="/VirtualBox/GuestInfo/Net/Count" value="1" timestamp="1508930016323540000" flags=""/>
              <GuestProperty name="/VirtualBox/GuestInfo/OS/Product" value="Windows XP Professional" timestamp="1508929187977093400" flags=""/>
              <GuestProperty name="/VirtualBox/GuestInfo/OS/Release" value="5.1.2600" timestamp="1508929187978022100" flags=""/>
              <GuestProperty name="/VirtualBox/GuestInfo/OS/ServicePack" value="3" timestamp="1508929187978022102" flags=""/>
              <GuestProperty name="/VirtualBox/GuestInfo/User/Jeffer@PRIVAT-F746C13E/UsageState" value="Idle" timestamp="1508929199194126800" flags=""/>
              <GuestProperty name="/VirtualBox/HostInfo/GUI/LanguageID" value="de_DE" timestamp="1508929995349818700" flags=""/>
            </GuestProperties>
          </Hardware>
          <StorageControllers>
            <StorageController name="IDE" type="PIIX4" PortCount="2" useHostIOCache="true" Bootable="true">
              <AttachedDevice type="HardDisk" hotpluggable="false" port="0" device="0">
                <Image uuid="{8387d710-98b6-49b2-8947-0b54675dd209}"/>
              </AttachedDevice>
              <AttachedDevice type="HardDisk" hotpluggable="false" port="0" device="1">
                <Image uuid="{57cab723-d0ec-46d1-9b7c-455c996500a0}"/>
              </AttachedDevice>
              <AttachedDevice passthrough="false" type="DVD" hotpluggable="false" port="1" device="0"/>
              <AttachedDevice type="HardDisk" hotpluggable="false" port="1" device="1">
                <Image uuid="{eea0c4ec-2b21-447e-8eb2-d40a8de0de3a}"/>
              </AttachedDevice>
            </StorageController>
          </StorageControllers>
        </Snapshot>
      </Snapshots>
    </Snapshot>
    <Hardware>
      <CPU count="3">
        <PAE enabled="false"/>
        <NestedHWVirt enabled="true"/>
        <LongMode enabled="false"/>
        <HardwareVirtExLargePages enabled="true"/>
      </CPU>
      <Memory RAMSize="4096"/>
      <HID Pointing="USBTablet"/>
      <Chipset type="ICH9"/>
      <Paravirt provider="HyperV"/>
      <Boot>
        <Order position="1" device="DVD"/>
        <Order position="2" device="HardDisk"/>
        <Order position="3" device="None"/>
        <Order position="4" device="None"/>
      </Boot>
      <Display VRAMSize="128"/>
      <VideoCapture screens="1" options="ac_enabled=false" file="." fps="25"/>
      <RemoteDisplay>
        <VRDEProperties>
          <Property name="TCP/Ports" value="3389"/>
        </VRDEProperties>
      </RemoteDisplay>
      <BIOS>
        <IOAPIC enabled="true"/>
      </BIOS>
      <USB>
        <Controllers>
          <Controller name="OHCI" type="OHCI"/>
          <Controller name="EHCI" type="EHCI"/>
        </Controllers>
      </USB>
      <Network>
        <Adapter slot="0" enabled="true" MACAddress="080027A5C6B0" cable="false">
          <DisabledModes>
            <InternalNetwork name="intnet"/>
            <NATNetwork name="NatNetwork"/>
          </DisabledModes>
          <NAT/>
        </Adapter>
        <Adapter slot="1" MACAddress="080027FB7B83" cable="false">
          <DisabledModes>
            <InternalNetwork name="intnet"/>
            <HostOnlyInterface name="VirtualBox Host-Only Ethernet Adapter"/>
            <NATNetwork name="NatNetwork"/>
          </DisabledModes>
          <BridgedInterface name="Realtek PCIe GBE Family Controller"/>
        </Adapter>
        <Adapter slot="2" MACAddress="080027E8A50A"/>
        <Adapter slot="3" MACAddress="080027FBEABA"/>
        <Adapter slot="4" MACAddress="0800277101FC"/>
        <Adapter slot="5" MACAddress="080027B23495"/>
        <Adapter slot="6" MACAddress="080027838DF9"/>
        <Adapter slot="7" MACAddress="0800271F7456"/>
        <Adapter slot="8" cable="false"/>
        <Adapter slot="9" cable="false"/>
        <Adapter slot="10" cable="false"/>
        <Adapter slot="11" cable="false"/>
        <Adapter slot="12" cable="false"/>
        <Adapter slot="13" cable="false"/>
        <Adapter slot="14" cable="false"/>
        <Adapter slot="15" cable="false"/>
        <Adapter slot="16" cable="false"/>
        <Adapter slot="17" cable="false"/>
        <Adapter slot="18" cable="false"/>
        <Adapter slot="19" cable="false"/>
        <Adapter slot="20" cable="false"/>
        <Adapter slot="21" cable="false"/>
        <Adapter slot="22" cable="false"/>
        <Adapter slot="23" cable="false"/>
        <Adapter slot="24" cable="false"/>
        <Adapter slot="25" cable="false"/>
        <Adapter slot="26" cable="false"/>
        <Adapter slot="27" cable="false"/>
        <Adapter slot="28" cable="false"/>
        <Adapter slot="29" cable="false"/>
        <Adapter slot="30" cable="false"/>
        <Adapter slot="31" cable="false"/>
        <Adapter slot="32" cable="false"/>
        <Adapter slot="33" cable="false"/>
        <Adapter slot="34" cable="false"/>
        <Adapter slot="35" cable="false"/>
      </Network>
      <LPT>
        <Port slot="1" enabled="false" IOBase="0x378" IRQ="7"/>
      </LPT>
      <AudioAdapter driver="DirectSound" enabled="true" enabledIn="true" enabledOut="true"/>
      <SharedFolders>
        <SharedFolder name="VM_Tausch" hostPath="C:\Users\Admin\Desktop\VM Tausch" writable="true" autoMount="true" autoMountPoint="N:"/>
      </SharedFolders>
      <GuestProperties>
        <GuestProperty name="/VirtualBox/GuestAdd/Components/VBoxControl.exe" value="6.0.10r132072" timestamp="1563858930046715200" flags=""/>
        <GuestProperty name="/VirtualBox/GuestAdd/Components/VBoxCredProv.dll" value="-" timestamp="1563858930064291400" flags=""/>
        <GuestProperty name="/VirtualBox/GuestAdd/Components/VBoxDisp.dll" value="6.0.10r132072" timestamp="1563858930051596700" flags=""/>
        <GuestProperty name="/VirtualBox/GuestAdd/Components/VBoxGINA.dll" value="-" timestamp="1563858930063314600" flags=""/>
        <GuestProperty name="/VirtualBox/GuestAdd/Components/VBoxGuest.sys" value="6.0.10r132072" timestamp="1563858930077961300" flags=""/>
        <GuestProperty name="/VirtualBox/GuestAdd/Components/VBoxHook.dll" value="6.0.10r132072" timestamp="1563858930049643900" flags=""/>
        <GuestProperty name="/VirtualBox/GuestAdd/Components/VBoxMMR.exe" value="-" timestamp="1441902207423543900" flags=""/>
        <GuestProperty name="/VirtualBox/GuestAdd/Components/VBoxMMRHook.dll" value="-" timestamp="1441902207424517300" flags=""/>
        <GuestProperty name="/VirtualBox/GuestAdd/Components/VBoxMRXNP.dll" value="6.0.10r132072" timestamp="1563858930060384800" flags=""/>
        <GuestProperty name="/VirtualBox/GuestAdd/Components/VBoxMouse.sys" value="6.0.10r132072" timestamp="1563858930081867100" flags=""/>
        <GuestProperty name="/VirtualBox/GuestAdd/Components/VBoxMouseNT.sys" value="-" timestamp="1563858930079914000" flags=""/>
        <GuestProperty name="/VirtualBox/GuestAdd/Components/VBoxOGL.dll" value="6.0.10r132072" timestamp="1563858930074055800" flags=""/>
        <GuestProperty name="/VirtualBox/GuestAdd/Components/VBoxOGLarrayspu.dll" value="6.0.6r130049" timestamp="1563436120659824300" flags=""/>
        <GuestProperty name="/VirtualBox/GuestAdd/Components/VBoxOGLcrutil.dll" value="6.0.6r130049" timestamp="1563436120665685200" flags=""/>
        <GuestProperty name="/VirtualBox/GuestAdd/Components/VBoxOGLerrorspu.dll" value="6.0.6r130049" timestamp="1563436120668612500" flags=""/>
        <GuestProperty name="/VirtualBox/GuestAdd/Components/VBoxOGLfeedbackspu.dll" value="6.0.6r130049" timestamp="1563436120681307300" flags=""/>
        <GuestProperty name="/VirtualBox/GuestAdd/Components/VBoxOGLpackspu.dll" value="6.0.6r130049" timestamp="1563436120674471900" flags=""/>
        <GuestProperty name="/VirtualBox/GuestAdd/Components/VBoxOGLpassthroughspu.dll" value="6.0.6r130049" timestamp="1563436120677400600" flags=""/>
        <GuestProperty name="/VirtualBox/GuestAdd/Components/VBoxSF.sys" value="6.0.10r132072" timestamp="1563858930086748800" flags=""/>
        <GuestProperty name="/VirtualBox/GuestAdd/Components/VBoxService.exe" value="6.0.10r132072" timestamp="1563858930059408600" flags=""/>
        <GuestProperty name="/VirtualBox/GuestAdd/Components/VBoxTray.exe" value="6.0.10r132072" timestamp="1563858930058431700" flags=""/>
        <GuestProperty name="/VirtualBox/GuestAdd/Components/VBoxVideo.sys" value="6.0.10r132072" timestamp="1563858930089678900" flags=""/>
        <GuestProperty name="/VirtualBox/GuestAdd/HostVerLastChecked" value="6.0.2" timestamp="1548600020413223100" flags=""/>
        <GuestProperty name="/VirtualBox/GuestAdd/InstallDir" value="C:/Programme/Oracle/VirtualBox Guest Additions" timestamp="1563858930033045400" flags=""/>
        <GuestProperty name="/VirtualBox/GuestAdd/Revision" value="132072" timestamp="1563858930032068002" flags=""/>
        <GuestProperty name="/VirtualBox/GuestAdd/Version" value="6.0.10" timestamp="1563858930032068000" flags=""/>
        <GuestProperty name="/VirtualBox/GuestAdd/VersionExt" value="6.0.10" timestamp="1563858930032068001" flags=""/>
        <GuestProperty name="/VirtualBox/GuestInfo/Net/0/MAC" value="080027A5C6B0" timestamp="1563858930091631401" flags=""/>
        <GuestProperty name="/VirtualBox/GuestInfo/Net/0/Status" value="Up" timestamp="1563858930091631400" flags=""/>
        <GuestProperty name="/VirtualBox/GuestInfo/Net/0/V4/Broadcast" value="255.255.255.255" timestamp="1563858930090655504" flags=""/>
        <GuestProperty name="/VirtualBox/GuestInfo/Net/0/V4/IP" value="169.254.160.183" timestamp="1563858930090655503" flags=""/>
        <GuestProperty name="/VirtualBox/GuestInfo/Net/0/V4/Netmask" value="255.255.0.0" timestamp="1563858930090655505" flags=""/>
        <GuestProperty name="/VirtualBox/GuestInfo/Net/Count" value="1" timestamp="1563860488730072700" flags=""/>
        <GuestProperty name="/VirtualBox/GuestInfo/OS/Product" value="Windows XP Professional" timestamp="1563858930030115600" flags=""/>
        <GuestProperty name="/VirtualBox/GuestInfo/OS/Release" value="5.1.2600" timestamp="1563858930030115601" flags=""/>
        <GuestProperty name="/VirtualBox/GuestInfo/OS/ServicePack" value="3" timestamp="1563858930030115603" flags=""/>
        <GuestProperty name="/VirtualBox/HostInfo/GUI/LanguageID" value="de_DE" timestamp="1563860491411117900" flags="RDONLYGUEST"/>
      </GuestProperties>
    </Hardware>
    <StorageControllers>
      <StorageController name="IDE" type="PIIX4" PortCount="2" useHostIOCache="true" Bootable="true">
        <AttachedDevice type="HardDisk" hotpluggable="false" port="0" device="0">
          <Image uuid="{4cec29f8-1be0-4f42-9cd3-50b6916bad8f}"/>
        </AttachedDevice>
        <AttachedDevice type="HardDisk" hotpluggable="false" port="0" device="1">
          <Image uuid="{06d0fd68-00f0-42e4-8fe5-dc792bd43d85}"/>
        </AttachedDevice>
        <AttachedDevice passthrough="false" type="DVD" hotpluggable="false" port="1" device="0"/>
        <AttachedDevice type="HardDisk" hotpluggable="false" port="1" device="1">
          <Image uuid="{e4a3aba2-b13f-44a7-b3b5-6971c082569f}"/>
        </AttachedDevice>
      </StorageController>
    </StorageControllers>
  </Machine>
</VirtualBox>
And please get into the habit of removing your Guest Additions ISO once you're done with the installation.
Do NOT send me Personal Messages (PMs) for troubleshooting, they are simply deleted.
Do NOT reply with the "QUOTE" button, please use the "POST REPLY", at the bottom of the form.
If you obfuscate any information requested, I will obfuscate my response. These are virtual UUIDs, not real ones.
Jeffer
Posts: 6
Joined: 17. Aug 2019, 16:21

Re: lost snapshots on new computer

Post by Jeffer »

socratis,

just a big "Thanks"!!!
The same also to mpack for his great tool!

ok, short story:
Your ".vbox" content made it possible to add that VM to the VM manager, but it was not possible to start the VM. Error message is not important anymore but the disk manager showed exclamation marks on two of the 3 drive images. But the drive image of my data drive was fine. Now I tried again CloneVDI on just this drive and CloneVDI converted the drive including the snapshots.
Then I created a new VM with the 3 drives (2 w/o the snapshots, 1 with the snapshots) and started it. My data is there! I might have lost some windows updates or some tools I have installed in the last year, but who cares as long as my work is there again...

2 lessons for me for the future:
1. never use snapshots again when not absolutely necessary
2. unmont guestadditions when not needed

Again, my big thanks to both of you!

Kind regards
Christian
socratis
Site Moderator
Posts: 27329
Joined: 22. Oct 2010, 11:03
Primary OS: Mac OS X other
VBox Version: PUEL
Guest OSses: Win(*>98), Linux*, OSX>10.5
Location: Greece

Re: lost snapshots on new computer

Post by socratis »

Glad you got it going. Marking as [Resolved].
Do NOT send me Personal Messages (PMs) for troubleshooting, they are simply deleted.
Do NOT reply with the "QUOTE" button, please use the "POST REPLY", at the bottom of the form.
If you obfuscate any information requested, I will obfuscate my response. These are virtual UUIDs, not real ones.
Post Reply