Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

HDP 2.5 virtualbox import error

avatar
New Member

Hi Guys,

Can you suggest a possible solution? I am having an issue for HDP 2 5 virtualbox.

10757-horton.png

From the download site I noted the MD5 and used fciv after the complete download.

10758-ss.png

The checksum matches but when I import the image in virtual box I still get the following error.

Failed to import appliance C:/Users/Julius/Downloads/HDP_2.5_virtualbox.ova.

Seeking within the archive failed (VERR_TAR_CHKSUM_MISMATCH).

Result Code: VBOX_E_IPRT_ERROR (0x80BB0005)
Component: Appliance
Interface: IAppliance {3059cf9e-25c7-4f0b-9fa5-3c42e441670b}

Thanks in advance!

Regards,

Julius

1 ACCEPTED SOLUTION

avatar
Super Guru

@Julius Gamboa faced similar exception with virtualbox but after upgrading it I was able to import succesfully

View solution in original post

4 REPLIES 4

avatar
Super Guru

@Julius Gamboa faced similar exception with virtualbox but after upgrading it I was able to import succesfully

avatar
New Member

Thanks for the response @Rajkumar Singh. I am using virtualbox 4.2 and when I try to update virtual box it says that I have the latest version. May I know what version did you update to?

avatar
Super Guru

@Julius Gamboa this is Version 5.0.30 r112061 on Mac.

avatar
New Member

You may try

VBoxManage internalcommands repairhd --format OVA --filename <image>

Use the "--dry-run" option to check what the tool would do.

Once image repaired again try to import it.