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

推荐订阅源

Cisco Talos Blog
Cisco Talos Blog
阮一峰的网络日志
阮一峰的网络日志
云风的 BLOG
云风的 BLOG
D
Docker
Vercel News
Vercel News
IT之家
IT之家
Recent Announcements
Recent Announcements
Last Week in AI
Last Week in AI
V
Visual Studio Blog
Engineering at Meta
Engineering at Meta
腾讯CDC
Google DeepMind News
Google DeepMind News
I
InfoQ
博客园 - 三生石上(FineUI控件)
Apple Machine Learning Research
Apple Machine Learning Research
The GitHub Blog
The GitHub Blog
博客园 - Franky
The Cloudflare Blog
A
About on SuperTechFans
有赞技术团队
有赞技术团队
Y
Y Combinator Blog
T
Tenable Blog
P
Proofpoint News Feed
Recorded Future
Recorded Future
Security Latest
Security Latest
H
Hackread – Cybersecurity News, Data Breaches, AI and More
K
KPMG report finds enterprise disconnect between AI and its ROI | CIO
博客园 - 聂微东
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
Google Online Security Blog
Google Online Security Blog
酷 壳 – CoolShell
酷 壳 – CoolShell
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Simon Willison's Weblog
Simon Willison's Weblog
The Last Watchdog
The Last Watchdog
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
N
News and Events Feed by Topic
TaoSecurity Blog
TaoSecurity Blog
U
Unit 42
The Hacker News
The Hacker News
Martin Fowler
Martin Fowler
T
Threat Research - Cisco Blogs
NISL@THU
NISL@THU
F
Full Disclosure
M
MIT News - Artificial intelligence
人人都是产品经理
人人都是产品经理
Hugging Face - Blog
Hugging Face - Blog
V
V2EX
Project Zero
Project Zero

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