Code: Select all
vboxmanage export vb-fedora-24-np -o export-2b.ovf --ovf20
vboxmanage import export-2b.ovf --vsys 0 --vmname vb-fedora-24-np_2b
diff ~/VirtualBoxVM/vb-fedora-24-np/vb-fedora-24-np.vbox ~/VirtualBoxVM/vb-fedora-24-np_2b/vb-fedora-24-np_2b.vbox
Same with or without the option --ovf20< <RemoteDisplay>
> <RemoteDisplay enabled="true">
< <Adapter slot="0" enabled="true" MACAddress="08002775709D" promiscuousModePolicy="AllowAll" type="virtio">
> <Adapter slot="0" enabled="true" MACAddress="0800270AF932" cable="false" promiscuousModePolicy="AllowAll" type="virtio">
< <Adapter slot="1" enabled="true" MACAddress="080027867BF6" promiscuousModePolicy="AllowAll" type="virtio">
> <Adapter slot="1" enabled="true" MACAddress="080027FB9690" cable="false" promiscuousModePolicy="AllowAll" type="virtio">
Ideas? I can live with RemoteDisplay (and the Audio), but the cable=false is annoying.
Could there be some default option ???
- VirtualBox 5.1.2
Linux 4.6.4 Fedora 23 x86_64
Code: Select all
Interpreting /home/bruno/dev/virtua/VM-images-packer/tmp/export-2b.ovf...
OK.
Disks:
vmdisk1 31457280000 -1 CannotPostURL_streamOptimized export-2b-disk1.vmdk -1 -1
Virtual system 0:
0: Suggested OS type: "Fedora_64"
(change with "--vsys 0 --ostype <type>"; use "list ostypes" to list all possible values)
1: VM name specified with --vmname: "vb-fedora-24-np_2b"
2: Number of CPUs: 1
(change with "--vsys 0 --cpus <n>")
3: Guest memory: 1024 MB
(change with "--vsys 0 --memory <MB>")
4: Sound card (appliance expects "", can change on import)
(disable with "--vsys 0 --unit 4 --ignore")
5: Network adapter: orig NAT, config 6, extra slot=0;type=NAT
6: Network adapter: orig HostOnly, config 6, extra slot=1;type=HostOnly
7: IDE controller, type PIIX4
(disable with "--vsys 0 --unit 7 --ignore")
8: IDE controller, type PIIX4
(disable with "--vsys 0 --unit 8 --ignore")
9: Hard disk image: source image=export-2b-disk1.vmdk, target path=/home/bruno/VirtualBoxVM/vb-fedora-24-np_1/export-2b-disk1.vmdk, controller=7;channel=0
(change target path with "--vsys 0 --unit 9 --disk path";
disable with "--vsys 0 --unit 9 --ignore")
0%...10%...20%...30%...40%...50%...60%...70%...80%...90%...100%
Successfully imported the appliance.