Changes between Initial Version and Version 1 of Ticket #8517
- Timestamp:
- Mar 9, 2011 11:22:28 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #8517
- Property Component virtual disk → OVF
-
Ticket #8517 – Description
initial v1 1 1 Trying to import an appliance via VirtualBox's GUI interface, I get a non-descriptive failure message. 2 2 Trying the same using VBoxManage provides a *little* more information. Fllowig is the output: 3 $ ./VBoxManage.exe import C:\tmp\pws-deb32.ova --vsys 0 --unit 6 --ignore --vsys 0 --unit 10 --disk C:\local\VirtualBox\HardDisks\pws\pws-deb32-disk1.vmdk 3 {{{ 4 $ ./VBoxManage.exe import C:\tmp\pws-deb32.ova --vsys 0 --unit 6 5 --ignore --vsys 0 --unit 10 --disk C:\local\VirtualBox\HardDisks\pws\pws-deb32-disk1.vmdk 4 6 0%...10%...20%...30%...40%...50%...60%...70%...80%...90%...100% 5 7 Interpreting C:\tmp\pws-deb32.ova... 6 8 OK. 7 Disks: vmdisk1 8589934592 -1 http://www.vmware.com/interfaces/specifications/vmdk.html#streamOptimized pws-deb32-disk1.vmdk -1 -1 9 Disks: vmdisk1 8589934592 -1 10 http://www.vmware.com/interfaces/specifications/vmdk.html#streamOptimized 11 pws-deb32-disk1.vmdk -1 -1 8 12 9 13 Virtual system 0: … … 33 37 VBoxManage.exe: error: Details: code ERROR_SUCCESS (0x0), component , interface, callee 34 38 Context: "ImportAppliance" at line 757 of file VBoxManageAppliance.cpp 39 }}} 35 40 36 41 Please advise. I've tried importing another appliance with the GUI (FreeBSD host), same result. This is a very nasty showstopper for me.