Comment 0 for bug 1627931

Revision history for this message
Jesse Schalken (a-me-t) wrote :

Opening the current "xenial-server-cloudimg-amd64.ova" file from cloud-images.ubuntu.com in VirtualBox produces this error:

    Failed to import appliance C:/Users/Jesse/Downloads/xenial-server-cloudimg-amd64.ova.

    Digest mismatch (VERR_NOT_EQUAL): 'ubuntu-xenial-16.04-cloudimg.ovf.ovf' not found in the 2nd manifest.

    Result Code: VBOX_E_FILE_ERROR (0x80BB0004)
    Component: ApplianceWrap
    Interface: IAppliance {8398f026-4add-4474-5bc3-2f9f2140b23e}

The ubuntu-xenial-16.04-cloudimg.mf inside the .ova has this contents:

    SHA256(ubuntu-xenial-16.04-cloudimg.vmdk)= 1a9d4ebadf89aa3a12a20f9933b5f88e3b0edcb00fa286c653356bc2ff9d4a29
    SHA256(ubuntu-xenial-16.04-cloudimg.ovf.ovf)= eaca73e5217e0d12f1b5bfbbec039f445c89b807d0c5aba11f842639abb40d35

After changing ".ovf.ovf" to ".ovf" and saving the file inside the .ova, importing the .ova works.