You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
The text was updated successfully, but these errors were encountered:
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
Anything in the Supervisor logs that might be useful for us?
Anything in the Host logs that might be useful for us?
System information
N/A
Additional information
To fix
The text was updated successfully, but these errors were encountered: