[Solved] I copied a VBox instance onto another host and get this error

Discussions related to using VirtualBox on Mac OS X hosts.
Post Reply
IOOI
Posts: 75
Joined: 14. Nov 2014, 18:54
Primary OS: Mac OS X other
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: OPENSTEP, Mac OS X, FreeBSD, Windows

[Solved] I copied a VBox instance onto another host and get this error

Post by IOOI »

Konnte die virtuelle Maschine in /Users/lars/VirtualBox VMs/OPENSTEP 4.2/OPENSTEP 4.2.xml nicht öffnen.
Could not find an open hard disk with UUID {a0632109-cce0-4531-b40f-52710f36d4e1}.

Fehlercode:VBOX_E_OBJECT_NOT_FOUND (0x80BB0001)
Komponente:VirtualBoxWrap
Interface:IVirtualBox {0169423f-46b4-cde9-91af-1e9d5b6cd945}
I copied the whole folder:

Code: Select all

SLPN-NB-LSH:OPENSTEP 4.2 lars$ ls -al
total 4194376
drwxr-xr-x   8 lars  staff         272 10 Nov  2012 .
drwxr-xr-x  10 lars  staff         340 12 Jun 22:44 ..
-rw-r--r--@  1 lars  staff        6148 12 Jun 22:57 .DS_Store
drwxr-xr-x   6 lars  staff         204 10 Nov  2012 Logs
-rw-------   1 lars  staff  2147492352 17 Apr 02:25 OPENSTEP 4.2.vdi
-rw-------   1 lars  staff        4177 10 Nov  2012 OPENSTEP 4.2.xml
-rw-------   1 lars  staff        4116  5 Jan  2012 OPENSTEP 4.2.xml-prev
drwxr-xr-x   4 lars  staff         136  3 Dez  2010 Snapshots
SLPN-NB-LSH:OPENSTEP 4.2 lars$ pwd
/Users/lars/VirtualBox VMs/OPENSTEP 4.2
SLPN-NB-LSH:OPENSTEP 4.2 lars$
Attachments
VBox.log
(74.54 KiB) Downloaded 8 times
OPENSTEP 4.2.xml
(4.08 KiB) Downloaded 9 times
Last edited by socratis on 13. Jun 2017, 15:38, edited 2 times in total.
Reason: Enclosed the information in [code] tag for better readability
socratis
Site Moderator
Posts: 27329
Joined: 22. Oct 2010, 11:03
Primary OS: Mac OS X other
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: Win(*>98), Linux*, OSX>10.5
Location: Greece

Re: I copied a VBox instance onto another host and get this error

Post by socratis »

  • The log is from 2012. It looks like it was created around 2010. Have you ever run this VM? Recently?
  • The log is from VirtualBox 4.2.4. Are you still on that version?
  • The log is in the XML format, which is even older than the 4.0.x series. Did you create this VM yourself?
  • Post the output of the following:
    • ls -alR "<your_VM_path>"
      VBoxManage showmediuminfo "<your_VM_path>/OPENSTEP 4.2.vdi"
      
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.
IOOI
Posts: 75
Joined: 14. Nov 2014, 18:54
Primary OS: Mac OS X other
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: OPENSTEP, Mac OS X, FreeBSD, Windows

[Solved] Re: I copied a VBox instance onto another host and get this error

Post by IOOI »

Now that you mention this I thought harder and remembered, that I recreated my OPENSTEP 4.2 using the old vdi. So now I have that old VM ruin in /Volumes/Data/VirtualBox VMs/ and a new VM in ~/VirtualBox VMs/ which has the same name as the old one. Hence my confusion. Copying the new OPENSTEP 4.2 VM and the vdi from the old installation to a new host worked fine, I just had to adjust one path inside the .vbox xml:

Code: Select all

<VirtualBox xmlns="http://www.virtualbox.org/" version="1.12-macosx">
  <Machine uuid="{10562ebb-db54-4287-a6e4-6112a7ba210d}" name="OPENSTEP 4.2" OSType="Other" snapshotFolder="Snapshots" lastStateChange="2017-04-17T00:25:36Z">
    <MediaRegistry>
      <HardDisks>
        <HardDisk uuid="{a0632109-cce0-4531-b40f-52710f36d4e1}" location="OPENSTEP 4.2.vdi" format="VDI" type="Normal"/>
      </HardDisks>
    </MediaRegistry>
Last edited by socratis on 13. Jun 2017, 15:35, edited 1 time in total.
Reason: Removed unnecessary verbatim quote of the whole previous message.
IOOI
Posts: 75
Joined: 14. Nov 2014, 18:54
Primary OS: Mac OS X other
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: OPENSTEP, Mac OS X, FreeBSD, Windows

Re: I copied a VBox instance onto another host and get this error

Post by IOOI »

To answer your other questions: Yes, I created the original VM myself, it was the very same VM which I later had sent to the engineers at VirtualBox which helped them to implement support for OPENSTEP. Maybe you'll still find those bugs in the bug tracker, as you said this support happened long ago. Of course I run a newer version of this VM (but still the same vdi) nowadays in VirtualBox Version 5.1.22 r115126 (Qt5.6.2)

regards,

Lars
socratis
Site Moderator
Posts: 27329
Joined: 22. Oct 2010, 11:03
Primary OS: Mac OS X other
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: Win(*>98), Linux*, OSX>10.5
Location: Greece

Re: [Solved] I copied a VBox instance onto another host and get this error

Post by socratis »

OK, thanks, marking as [Solved].
Although I have to say that the snippet in your answer did not look like the XML you posted originally. Maybe it's the older one. Good thing is that you sorted your duplicates at the end.
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.
IOOI
Posts: 75
Joined: 14. Nov 2014, 18:54
Primary OS: Mac OS X other
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: OPENSTEP, Mac OS X, FreeBSD, Windows

Re: [Solved] I copied a VBox instance onto another host and get this error

Post by IOOI »

The snippet xml is from the newer installation in ~/VirtualBox VMs/, what I have originally posted was the old installation.

Btw. I found the ticket: https://www.virtualbox.org/ticket/3152

it is from times when VirtualBox was still closed source owned by innotek and not already bought by SUN.

regards,

Lars
Last edited by socratis on 13. Jun 2017, 16:00, edited 1 time in total.
Reason: Removed unnecessary verbatim quote of the whole previous message.
socratis
Site Moderator
Posts: 27329
Joined: 22. Oct 2010, 11:03
Primary OS: Mac OS X other
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: Win(*>98), Linux*, OSX>10.5
Location: Greece

Re: [Solved] I copied a VBox instance onto another host and get this error

Post by socratis »

A 4-digit ticket, wow! Actually all of your tickets are 4-digit ones!
I suddenly feel like a n00b... ;)
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