pinnerite
2020-10-08 15:43:19 UTC
Received wisdom says that using VMware's ovftool, along the linews of:
$ ovftool "/path/to/oiginal_vm.vmx" "/path/to/export.ovf"
will create an ovf file. It does. When an attempt is made to import
appliance (odd choice of descriptor) in VirtualBox, the ovf file reads in
the the original vmware file and if i am correct, creates its own vdi
file.
Unfortunately when an attempt is made to start it, it fails.
This is typical. The only source of advice that I found claims that the
disk geometry (the disk is a file in this case) its geometry is skewed.
The solution was to read the original CHS parameters from the VBox.log
file and then apply them to the generated vdi. with something like:
$ vbox-img geometry --filename "Windows 10 x64".vdi --format VDI --
cylinders 7830 --heads 255 --sectors 63
The 7930/255/63 came from the LCHS in thr Vbox.log file.
Well, I did it all several times with an XP and Win-10 VMs but nothiing
worked.
The reason for posting here is that someone may have cracked it.
Here's hoping.
$ ovftool "/path/to/oiginal_vm.vmx" "/path/to/export.ovf"
will create an ovf file. It does. When an attempt is made to import
appliance (odd choice of descriptor) in VirtualBox, the ovf file reads in
the the original vmware file and if i am correct, creates its own vdi
file.
Unfortunately when an attempt is made to start it, it fails.
This is typical. The only source of advice that I found claims that the
disk geometry (the disk is a file in this case) its geometry is skewed.
The solution was to read the original CHS parameters from the VBox.log
file and then apply them to the generated vdi. with something like:
$ vbox-img geometry --filename "Windows 10 x64".vdi --format VDI --
cylinders 7830 --heads 255 --sectors 63
The 7930/255/63 came from the LCHS in thr Vbox.log file.
Well, I did it all several times with an XP and Win-10 VMs but nothiing
worked.
The reason for posting here is that someone may have cracked it.
Here's hoping.
--
Mint 20.0, kernel 5.4.0-45-generic, Cinnamon 4.6.7
running on an AMD Phenom II X4 Black edition processor with 8GB of DRAM.
Mint 20.0, kernel 5.4.0-45-generic, Cinnamon 4.6.7
running on an AMD Phenom II X4 Black edition processor with 8GB of DRAM.