VMware Cloud Community
talexb
Contributor
Contributor

Not a supported disk format (sparse VMDK version too old)

Good morning,

I'm getting the above error [Not a supported disk format (sparse VMDK version too old)] when loading a VMDK created using libguestfs and converted to VMDK format using VBoxManage convertfromraw, with an OVF file that has worked in the past.

When the VMDK is loaded without any OVF file (and a relatively sane, default hardware specification is chosen), it loads and boots correctly, suggesting that there's a problem with the OVF file.

How can I tackle this problem?

Tags (1)
0 Kudos
6 Replies
continuum
Immortal
Immortal

vmdks from Virtualbox use some descriptor entries that do not exist in VMware vmdks

please post the descriptor


________________________________________________
Do you need support with a VMFS recovery problem ? - send a message via skype "sanbarrow"
I do not support Workstation 16 at this time ...

0 Kudos
talexb
Contributor
Contributor

Sorry -- the descriptor?

I'm re-building the VMDK using the ESX variant .. going to see if that solves it.

0 Kudos
continuum
Immortal
Immortal

read my notes
http://sanbarrow.com/vmdk-howtos.html#editvmdk


________________________________________________
Do you need support with a VMFS recovery problem ? - send a message via skype "sanbarrow"
I do not support Workstation 16 at this time ...

talexb
Contributor
Contributor

# Disk DescriptorFile
version=1
CID=4f1447f1
parentCID=ffffffff
createType="monolithicSparse"
# Extent description
RW 83886080 SPARSE "disk.vmdk"
# The Disk Data Base
#DDB
ddb.virtualHWVersion = "4"
ddb.geometry.cylinders = "83220"
ddb.geometry.heads = "16"
ddb.geometry.sectors = "63"
ddb.adapterType = "ide"
0 Kudos
continuum
Immortal
Immortal

esxi does not support that format - so you have to import it

try
vmkfstools <your sparse.vmdk>  <new.vmdk>


________________________________________________
Do you need support with a VMFS recovery problem ? - send a message via skype "sanbarrow"
I do not support Workstation 16 at this time ...

0 Kudos
talexb
Contributor
Contributor

OK -- thanks.

0 Kudos