Install Windows 11 on ESXi without TPM support
https://www.mytechylife.com/2022/02/13/installing-windows-11-on-esxi-6-5/
https://woshub.com/install-windows-11-vmware-vm/
- Go the Microsoft site and download the Windows 11 ISO. You don’t want the installer or the media creation tool, just download the ISO itself.
- Setup your virtual machine. Windows 11 requires a minimum of 2 virtual cores and at least 8GB of ram. With my install I used 2 vCores and 16GB for good measure.
- Set your machine to use EFI and “secure boot” in the “VM Options” tab. It will be set to Bios by default so don’t skip this step.
- Mount your ISO and boot it up.
- At boot like always hit any key to boot to the Windows installer.
- As soon as the installer environment boots press Shift + F10 to get the command prompt and type “regedit” followed by the return key.
- Once the Registry editor comes up navigate or jump to
HKEY_LOCAL_MACHINE\SYSTEM\Setup
- Create a new folder here called “LabConfig”
- You will need to add a DWORD (32-bit) entry
BypassTPMCheck
- optionally add
BypassSecureBootCheck
andBypassRAMCheck
as well. set values to 1 as well.
- optionally add
- Once you add these entries set them to
1
- Close regedit
- Change the directory to D: or whatever the DVD drive is
- run
.\setup.exe
to launch the installer - You should now be able to install the VM.