Opened 13 years ago
Last modified 12 years ago
#9882 closed defect
cannot import any ovf file — at Version 1
| Reported by: | mamciek | Owned by: | |
|---|---|---|---|
| Component: | OVF | Version: | VirtualBox 4.1.6 |
| Keywords: | Cc: | ||
| Guest type: | Linux | Host type: | Linux |
Description (last modified by )
After upgrading from 4.1.4 to 4.1.6 i am unably to import any OVF file. I am getting message:
$ VBoxManage import box.ovf
0%...10%...20%...30%...40%...50%...60%...70%...80%...90%...100%
Interpreting /home/maciej/.vagrant.d/boxes/oneiric64/box.ovf...
OK.
Disks: vmdisk1 41943040000 -1 http://www.vmware.com/interfaces/specifications/vmdk.html#streamOptimized box-disk1.vmdk -1 -1
Virtual system 0:
0: Suggested OS type: "Ubuntu_64"
(change with "--vsys 0 --ostype <type>"; use "list ostypes" to list all possible values)
1: Suggested VM name "Ubuntu_Oneiric_64_Server_1"
(change with "--vsys 0 --vmname <name>")
2: Number of CPUs: 1
(change with "--vsys 0 --cpus <n>")
3: Guest memory: 360 MB
(change with "--vsys 0 --memory <MB>")
4: Network adapter: orig NAT, config 3, extra slot=0;type=NAT
5: CD-ROM
(disable with "--vsys 0 --unit 5 --ignore")
6: IDE controller, type PIIX4
(disable with "--vsys 0 --unit 6 --ignore")
7: IDE controller, type PIIX4
(disable with "--vsys 0 --unit 7 --ignore")
8: SATA controller, type AHCI
(disable with "--vsys 0 --unit 8 --ignore")
9: Hard disk image: source image=box-disk1.vmdk, target path=/home/maciej/VirtualBox VMs/Ubuntu_Oneiric_64_Server_1/box-disk1.vmdk, controller=8;channel=0
(change target path with "--vsys 0 --unit 9 --disk path";
disable with "--vsys 0 --unit 9 --ignore")
0%...
Progress state: VBOX_E_FILE_ERROR
VBoxManage: error: Could not create the clone medium '/home/maciej/VirtualBox VMs/Ubuntu_Oneiric_64_Server_1/box-disk1.vmdk' (VERR_GENERAL_FAILURE)
VBoxManage: error: Details: code VBOX_E_FILE_ERROR (0x80bb0004), component Appliance, interface IAppliance, callee
Context: "ImportAppliance" at line 793 of file VBoxManageAppliance.cpp
Change History (2)
comment:1 by , 13 years ago
| Description: | modified (diff) |
|---|
by , 13 years ago
| Attachment: | VBoxSVC.log added |
|---|
Note:
See TracTickets
for help on using tickets.


Please attach the VBoxSVC.log file when you tried to import such an appliance.