Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vCenter 8 ova import #3654

Open
Jeremy-Boyle opened this issue Nov 1, 2024 · 0 comments
Open

vCenter 8 ova import #3654

Jeremy-Boyle opened this issue Nov 1, 2024 · 0 comments
Labels

Comments

@Jeremy-Boyle
Copy link

Describe the issue you are experiencing

Error: Failed to deploy OVF package. Cause: A specified parameter was not correct: The provided manifest file is invalid: Invalid OVF checksum algorithm: SHA2-256.

What operating system image do you use?

ova (for Virtual Machines)

What version of Home Assistant Operating System is installed?

13.2

Did the problem occur after upgrading the Operating System?

No

Hardware details

NA

Steps to reproduce the issue

  1. Upload OVA

Anything in the Supervisor logs that might be useful for us?

N/A

Anything in the Host logs that might be useful for us?

N/A

System information

N/A

Additional information

To fix

tar -xvf haos_ova-13.2.ova
home-assistant.ovf
home-assistant.vmdk
home-assistant.mf
sha1sum home-assistant.vmdk > new_manifest.mf
sha1sum home-assistant.ovf >> new_manifest.mf

# Manually edit format in new_manifest.mf
cat new_manifest.mf
SHA1(home-assistant.vmdk)=390fb0e2f4fc6bf8fc9b7dcc0050bba417f5edee
SHA1(home-assistant.ovf)=d4d00cef71a3b735a4309bbbbbfcd322c01cd318
mv home-assistant.mf home-assistant-2.mf
mv new_manifest.mf home-assistant.mf
tar -cvf haos_ova-13.2.ova home-assistant.ovf home-assistant.mf home-assistant.vmdk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant