Replies: 2 comments
-
OpenVMTools is pre-installed in the OVA image, see https://github.com/home-assistant/operating-system/blob/dev/buildroot-external/configs/ova_defconfig#L111. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I just moved from UTM to VMWare Fusion on Mac (Apple silicon). I’m getting an error that VM ware Tools is not installed when I go to reboot. How can I add? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Please consider including Open VM Tools (open-vm-tools) in Home Assistant OS's OVA-image for VMware's virtual machine hypervisor:
https://github.com/vmware/open-vm-tools
https://raw.githubusercontent.com/vmware/open-vm-tools/master/README.md
(Great if it could be included in alternative images for "VMware ESXi/vSphere" -> https://www.home-assistant.io/installation/alternative ).
open-vm-tools is VMware's open-source (GPL v2 licensed) variant of "VMware Tools" meant to be installed on Linux/BSD/Solaris-based operating-systems running on virtual machines in VMware vSphere ESXi, VMware Workstation, VMware Fusion virtualization hypervisors. Its purpose is the simplify lifecycle management and support for guest operating systems.
Personally I like to see Open VM Tools included primarily because it allows you to shrink the disk but it also has many other features.
"open-vm-tools is a set of services and modules that enable several features in VMware products for better management of, and seamless user interactions with, guests. It includes kernel modules for enhancing the performance of virtual machines running Linux or other VMware supported Unix like guest operating systems. "
open-vm-tools enables the following features in VMware products:
https://kb.vmware.com/s/article/2073803
https://docs.vmware.com/en/VMware-Tools/index.html
Beta Was this translation helpful? Give feedback.
All reactions