惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Jina AI
Jina AI
云风的 BLOG
云风的 BLOG
人人都是产品经理
人人都是产品经理
T
The Blog of Author Tim Ferriss
阮一峰的网络日志
阮一峰的网络日志
罗磊的独立博客
J
Java Code Geeks
博客园 - 聂微东
B
Blog
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
WordPress大学
WordPress大学
腾讯CDC
L
LangChain Blog
Apple Machine Learning Research
Apple Machine Learning Research
Microsoft Azure Blog
Microsoft Azure Blog
D
DataBreaches.Net
The GitHub Blog
The GitHub Blog
美团技术团队
博客园 - Franky
Google DeepMind News
Google DeepMind News
V
V2EX
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
月光博客
月光博客
The Cloudflare Blog

Gary' Blog

Migrate pip to uv - Gary' Blog Terminal autocomplete (only macOS and Linux) How to expand the hard disk capacity of Debian/Ubuntu in ESXi Authentication FastAPI with Keycloak - Gary' Blog Keycloak configuration problems and solutions Careers and LinkedIn Jobs Page of Fortune 500 American Companies How to connect Windows desktop remotely using RDP and cloudflare ZeroTrust tunnel How to download and license ESXi 8? Get clicked word using pure Javascript
ESXi 8 issue solved: This PC can’t run Windows 11
Gary · 2024-10-09 · via Gary' Blog

To install Windows 11 on ESXi 8, the minimum requrements should meet.

Summary is:

  1. 1+ GPU
  2. 4+ GB Memory
  3. 64+ GB Disk
  4. UEFI, Secure Boot capable
  5. TPM
  6. Graphics card (Optional, can install on ESXi 8 without this)
  7. Display (Optional, can install on ESXi 8 without this)

The main reason causes this issue is TPM

vSphere support adding vTPM with a Native Key Provider, but I don’t know how to get one and where to config on ESXi 8.

The solution is skipped TPM checking while installing Windows 11 on ESXi 8.

  1. Setup windows 11 ISO for Virtual Machine.
  2. Boot the Virtual Machine from CD/DVD drive.
  3. While on following screen, press Shift + F10 to Windows Terminal.
  4. Type regedit enter the Registry Editor.
  5. Navigate to HKEY_LOCAL_MACHINE\SYSTEM\Setup and add a new key name LabConfig.
  6. In LabConfig create a value name ByPassTPMCheck with type DWORD (32-bit) and data 1.
  7. Then close Registry Editor and cmd dialogs, came back to installation steps.
  8. Now you can install.

References:

  1. How to fix: This PC can’t run windows 11 vmware esxi
  2. This PC can’t run Windows 11 on ESXi 7