WilliamLam.com

  • About
    • About
    • Privacy
  • VMware Cloud Foundation
    • VMware Cloud Foundation 9
  • VKS
  • Homelab
    • Hardware Options
    • Hardware Reviews
    • Lab Deployment Scripts
    • Nested Virtualization
    • Homelab Podcasts
  • VMware Nostalgia
  • Apple
You are here: Home / NSX / Improved Workaround for NSX Edge Deployment & Upgrade to VCF 9.0.2 running AMD Ryzen CPUs

Improved Workaround for NSX Edge Deployment & Upgrade to VCF 9.0.2 running AMD Ryzen CPUs

01.20.2026 by William Lam // 1 Comment

If you are using an AMD Ryzen (Consumer) CPU for your VMware Cloud Foundation (VCF) lab environment, you have most likely have applied one of the required workarounds for either installing an NSX Edge (HERE) or upgrading an NSX Edge (HERE).

For those planning to install or upgrade to the latest VCF 9.0.2 patch release, which was just released today, you may come across this issue as shown in the screenshot below when attempting an NSX Edge upgrade.


While I have yet to run through the VCF 9.0.2 upgrade myself, a similar configuration file tweak from within the NSX Edge VM will be required. A colleague recently shared a more optimal trick for bypassing the non-supported AMD processor check, which would be simpler to implement for lab environments.

Disclaimer: This is not officially supported by Broadcom, please use at your own risk.

Instead of having to manually modify the configuration scripts that performs the AMD processor check within the NSX Edges, which will revert upon successful a upgrade, we can simply trick the NSX Edge VM to think it is running on an AMD EPYC processor rather than AMD Ryzen.

The solution is similar to what is performed by Enhanced vMotion Compatibility (EVC), where we are exposing specific CPUIDs to the VM. In this case, we are using updating the cpuid.brandstring to include the "EPYC" string as part of the CPU processor string. To further simplify this workaround, instead of applying this on a per-NSX Edge basis, we can apply this globally on an ESX host, so we do not have to deal with the timings of when the NSX Edge VM is deployed and/or powered on.

Step 1 - Identify the original AMD processor string using the vSphere UI or ESX Host Client. In the example, the system is running on an AMD Ryzen 9 9955HX

Step 2 - SSH to all ESX hosts and run the following command which will include the original AMD processor string with the appended "EPYC":

echo 'cpuid.brandstring = "AMD EPYC Ryzen 9 9955HX"' >> /etc/vmware/config

A reboot of the ESX host is not required but if you had attempted an installation or/upgrade of the NSX Edge VMs, you will need to make sure the VM has gone through full power cycle or simply re-attempt the operation which should yield in a new NSX Edge deployment.

For those automating their deployment of ESX hosts using kickstart, I highly recommend you include this in your configuration, so you do not have to think about it the next time you need to re-deploy.

Categories // NSX, VMware Cloud Foundation Tags // VCF 9.0

Comments

  1. *protectedTom says

    02/08/2026 at 3:33 pm

    Thank you and your team for this workaround, works great. I have the Minisforum A2 7940HX.

    Reply

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
  • Mastodon
  • Reddit
  • RSS
  • Twitter
  • Vimeo

Recent

  • USB Native Network Driver for ESXi supports Realtek RTL8157 & RTL8156BG 02/13/2026
  • Automating the Retrieval of VCF Installer Deployment Milestones 02/10/2026
  • Cross vCenter vMotion workloads from vSphere 7.0 to vSphere 9.0 02/09/2026
  • Installing Realtek Network Driver Fling using Free ESXi 8.0 Update 3e ISO 02/05/2026
  • Modern Kubernetes Visualization using Radar 02/01/2026

Advertisment

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

 

Loading Comments...