WilliamLam.com

  • About
    • About
    • Privacy
  • VMware Cloud Foundation
    • VMware Cloud Foundation 9.1
    • VMware Cloud Foundation 9.0
  • VKS
  • Homelab
    • Hardware Options
    • Hardware Reviews
    • Lab Deployment Scripts
    • Nested Virtualization
    • Homelab Podcasts
  • VMware Nostalgia
  • Apple
You are here: Home / VMware Cloud Foundation / VCF 9.1.1 - Reducing CPU Utilization on AMD Ryzen Zen4/Zen5 by Masking the RDSEED Instruction

VCF 9.1.1 - Reducing CPU Utilization on AMD Ryzen Zen4/Zen5 by Masking the RDSEED Instruction

09.07.2026 by William Lam // Leave a Comment

While I am a huge fan of the recent AMD Ryzen Zen4/Zen5-based consumer platforms, including the versatile Minisforum MS-A2, it is well known at this point that these processors can exhibit slower entropy generation, which can lead to significantly higher CPU utilization.

I have published a number of workarounds (HERE, HERE and HERE) to address higher-than-expected CPU utilization across different VCF components, but this has continued to feel like a game of whack-a-mole, with the same underlying entropy issue manifesting itself in different services and workloads.

Right before VMware Explore, I had also been testing VMware Cloud Foundation (VCF) 9.1.1 in my lab while finalizing my presentations and workshops for the conference. After deploying certain VCF components, I noticed that CPU utilization had increased significantly. Long story short, after an extensive debugging session with VCF Engineering, we traced the increased CPU utilization to RDSEED instruction requests originating from application space. The simplest solution turned out to be masking the RDSEED instruction from the guest operating systems!

The latest recommended workarounds for addressing entropy-related issues when running VCF 9.1.x on AMD Ryzen Zen4/Zen5 processors are as follows:

1) Update the ESX entropy source to RDRAND by running the following command:

esxcli system settings kernel set -s entropySources -v 2

2) Mask the RDSEEED instruction for all workloads by running the following command:

echo 'cpuid.7.ebx = "-------------0------------------"' >> /etc/vmware/config

You will need to reboot the system for changes to go into effect.

Coincidentally, over the long U.S. holiday weekend, I saw a note from Daniel Krieger on IN, who shared that AMD had also addressed the RDSEED issue through a firmware update. This fix has been incorporated into the latest BIOS 1.03 firmware update for the Minisforum MS-A2.

I have not tried the firmware update myself, but I would be curious to see whether it provides similar CPU utilization improvements compared to masking the RDSEED instruction altogether.

Categories // VMware Cloud Foundation Tags // Minisforum, VCF 9.1.1

Thanks for the comment!Cancel reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Search

Thank Author

Author

William is Distinguished Platform Engineering Architect in the VMware Cloud Foundation (VCF) Division at Broadcom. His primary focus is helping customers and partners build, run and operate a modern Private Cloud using the VMware Cloud Foundation (VCF) platform.

Connect

  • Bluesky
  • Email
  • GitHub
  • LinkedIn
  • Reddit
  • RSS
  • Twitter
  • Vimeo

Recent

  • VCF 9.1.1 - Reducing CPU Utilization on AMD Ryzen Zen4/Zen5 by Masking the RDSEED Instruction 09/07/2026
  • 10 Exciting Enhancements in VMware Cloud Foundation 9.1.1 09/03/2026
  • VCF 9.1.1: Adopting the Reduced VCF Management Services (VCFMS) Footprint After an Upgrade 09/03/2026
  • Configuring OIDC with PKCE in Keycloak for VCF Private AI Services 08/26/2026
  • VCF 9.1 - Understanding VCF Converge & Import Scenarios for vCenter Server Without NSX 08/24/2026
Privacy & Cookies: This site uses cookies. By continuing to use this website, you agree to their use.

To find out more, including how to control cookies, see here: Cookie Policy

Copyright WilliamLam.com © 2026