-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Labels
Description
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
- Upload OVA
Anything in the Supervisor logs that might be useful for us?
N/AAnything in the Host logs that might be useful for us?
N/ASystem 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.vmdkmonstermuffin