Hello All,
I have a need to export one of my VMs to be used in either VMWare or VirtualBox. I use qemu-img to convert the disk to a .vmdk, and everything works fine when I boot it in Workstation or Vbox, except networking. An interface shows up, but it won't take DHCP nor will static settings work if defined in /etc/networking/interfaces. NAT or bridged mode on the VM settings makes no difference.
The VM is of Ubuntu server 18.04 LTS, if that matters at all. Here's the command I use to convert it (while powered down):
qemu-img convert /dev/zvol/zfs_pool/vm-204-disk-0 -O vmdk vm204_disk.vmdk
I have a need to export one of my VMs to be used in either VMWare or VirtualBox. I use qemu-img to convert the disk to a .vmdk, and everything works fine when I boot it in Workstation or Vbox, except networking. An interface shows up, but it won't take DHCP nor will static settings work if defined in /etc/networking/interfaces. NAT or bridged mode on the VM settings makes no difference.
The VM is of Ubuntu server 18.04 LTS, if that matters at all. Here's the command I use to convert it (while powered down):
qemu-img convert /dev/zvol/zfs_pool/vm-204-disk-0 -O vmdk vm204_disk.vmdk
Last edited: