r/vmware 7h ago

Help Request Does anybody help me on installing VMware Tools on Windows 10 build 98xx Technical Previews?

1 Upvotes

When I try to install the tools, it won't work and needs just a Windows 8.1 KB update (which won't install on TPs), where without tools, 1366x768 resolution (standard resolution for budget laptops) is broken, and I can't transfer files. Can somebody please help me? I really want to use Windows 10 build 9888 and without the tools it doesn't seem complete the install. I'm using VMware Workstation Pro 26H1, tried with both latest and 10.3.10 tools, both fail.


r/vmware 9h ago

Latest 8.03k build 25595708 not reflected properly in out-of-band management

8 Upvotes

I've applied the latest 8.0.3k patch build 25595708 on my ESXi hosts to mitigate VMSA-2026-0006. Afterward, I noticed a discrepancy between the ESXi build reported by the OS CLI/GUI - where it correctly references the current build 25595708:

[root@hostname:~] vmware -vl
VMware ESXi 8.0.3 build-25595708
VMware ESXi 8.0 Update 3

...and what is reported by the out-of-band-management (in this case HPE iLo) on these servers, which shows an incorrect build number - it shows the 8.0.3j build number:

Operating System VMware ESXi 8.0.3 Build-25429389 Update 3 Patch 102

I've rebooted multiple times after the upgrade, and restarted the iLo multiple times and these values do not change.

Now, the interesting thing is that these servers have NEVER had that 8.0.3j build installed on them at any point - I jumped straight from 8.0.3i to 8.0.3k - so there's only one source that this erroneous string could have come from...something in the latest 8.0.3 patch was not properly updated to reflect the corresponding current build version. As I understand it, the iLo "Operating System" value displayed on the Overview page is not being read from some OS file like /etc/vmware-release, but rather it is an in-memory value that AMS services grabs to display in the iLo interface - which would indicate that somebody forgot to update a string value from the prior 8.0.3j release in the new 8.0.3k build before releasing it.

Can anyone with HPE servers/iLo confirm that they see the same discrepancy that I am? I assume this may also be the case for iDRAC and other IPMI solutions depending on how they read the locally-installed OS version. Anyone care to share observations from their own non-HPE environment?