So we have Ubuntu 6.06 Dapper guest on ESX 5.5 With latest release of VMware-tools
vmware-config-tools.pl finished with “Could not find Parent Node”
Solution:
Find stiring near
# Get the udev device path from this node
– if ($txt =~ m/^'(.*?)’:/s) {
+ if ($txt =~ m/'(.*?)’:/s) {
(remove ^ in line)
And re-run vmware-config-tools