Today I got this error when I tried to add an existing virtual disk to a virtual machine:
“An internal error occured in the vSphere Client.
Details: Object reference not set to an instance of an object.
Contact VMware support if necessary.”
Looking at the hostd.log file using ‘tail’:
tail -f /var/log/vmware/hostd.log
“Could not convert disk adapter type 4”
The problem lies within the virtual disk descriptor file (.VMDK), in this case the lsilogic adapter was typed with capitals (LSIlogic):
Changing the adapter name to “lsilogic” (lower-case) fixed the issue!
Recent Posts
You have probably been using Home Assistant for quite a while, but lately you have wondered how to enable remote access to your Home Assistant installation. This is a very common question and one way...
As you might know, Google has shut down the Works with Nest program since the 31st of August 2019. Since then there was no official way to integrate Nest products with Home Assistant. Lets not talk...