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

hassos_ova-5.8.ova image does not work. #1084

Closed
Meph79 opened this issue Dec 13, 2020 · 5 comments
Closed

hassos_ova-5.8.ova image does not work. #1084

Meph79 opened this issue Dec 13, 2020 · 5 comments
Labels
board/ova Open Virtual Appliance (Virtual Machine) bug

Comments

@Meph79
Copy link

Meph79 commented Dec 13, 2020

The OVA image for latest release seems to not have been created correctly..
Import failes in:
ESXi 6.7 U2
ESXi 7.0.0
VMware Workstation 16

In ESXi 6.7 U2 following error is displayed:
image

This file were used:
https://github.com/home-assistant/operating-system/releases/download/5.8/hassos_ova-5.8.ova

@agners agners added the board/ova Open Virtual Appliance (Virtual Machine) label Dec 13, 2020
@agners
Copy link
Member

agners commented Dec 13, 2020

Hm, I recently increased the image size to 32GB in #1009 and it seems I forgot to update the description file: https://github.com/home-assistant/operating-system/blob/dev/buildroot-external/board/intel/ova/home-assistant.ovf#L8.

As a work around, you can fix it manually by editing the ovf file in the ova archive. E.g.

tar xf hassos_ova-5.8.ova
nano home-assistant.ovf
tar cf hassos_ova-5.8.ova

@agners agners added the bug label Dec 13, 2020
@Meph79
Copy link
Author

Meph79 commented Dec 13, 2020

Just wanted to notify you of the issue. A friend tried to download it. I'm running 4.17 on RPi 3 already.
After it failed for friend I downloaded it and tried it in my environment too..

@JGNi
Copy link

JGNi commented Dec 13, 2020

Hm, I recently increased the image size to 32GB in #1009 and it seems I forgot to update the description file: https://github.com/home-assistant/operating-system/blob/dev/buildroot-external/board/intel/ova/home-assistant.ovf#L8.

As a work around, you can fix it manually by editing the ovf file in the ova archive. E.g.

tar xf hassos_ova-5.8.ova
nano home-assistant.ovf
tar cf hassos_ova-5.8.ova

Shall line 8 from your link into the ova file in line 8 also?

@agners
Copy link
Member

agners commented Dec 13, 2020

Shall line 8 from your link into the ova file in line 8 also?

So the number in line 8 is wrong, that is the capacity it used to be (6GB). It should be 34359738368 (32GB).

agners added a commit to agners/operating-system that referenced this issue Dec 14, 2020
…1084)

After increasing the actual disk image size the capacity field in the
OVF description file still was mentioning 6GB. This seems to be
problematic for VMware hypervisor. Increase the size to 32GB as well.
pvizeli pushed a commit that referenced this issue Dec 15, 2020
After increasing the actual disk image size the capacity field in the
OVF description file still was mentioning 6GB. This seems to be
problematic for VMware hypervisor. Increase the size to 32GB as well.
@agners
Copy link
Member

agners commented Dec 15, 2020

Will be fixed in 5.9 onwards.

@agners agners closed this as completed Dec 15, 2020
agners added a commit to agners/operating-system that referenced this issue Dec 18, 2020
…1084) (home-assistant#1088)

After increasing the actual disk image size the capacity field in the
OVF description file still was mentioning 6GB. This seems to be
problematic for VMware hypervisor. Increase the size to 32GB as well.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
board/ova Open Virtual Appliance (Virtual Machine) bug
Projects
None yet
Development

No branches or pull requests

3 participants