By default, the Windows 11 installer is configured to verify that the TPM module, secure boot, ... are present and enabled.
However, it's possible to disable these checks by modifying this registry.
In the case of VirtualBox, a "windows11-bypass.reg" file is present on the VirtualBox guest additions CD (driver CD).
This contains the modifications to be made to this Windows PE registry to disable the Windows 11 prerequisite check.
To use it, click on : Devices -> Insert Guest Additions CD image.
Then, in the registry editor of the Windows 11 installation DVD, click : File -> Import.
Enter the virtual CD/DVD drive of your "Windows 11" virtual machine.
Select the "windows11-bypass.reg" file located at the root of it and click Open.
If you open this "windows11-bypass.reg" file, you will see that it contains this :
Plain Text
Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SYSTEM\Setup\LabConfig] "BypassTPMCheck"=dword:00000001 "BypassSecureBootCheck"=dword:00000001 "BypassRAMCheck"=dword:00000001 "BypassStorageCheck"=dword:00000001 "BypassCPUCheck"=dword:00000001
After the file is imported, you will receive this message : The keys and values contained in D:\windows11-bypass.reg have been successfully added to the registry.
Click on OK.
As you can see, importing this "windows11-bypass.reg" file created a new "LabConfig" key in the "HKEY_LOCAL_MACHINE\SYSTEM\Setup" registry key with 5 "REG_DWORD" (32 bit) values.
This disables the Windows 11 prerequisites check.
Important : remember to reinsert the Windows 11 ISO file into the virtual CD/DVD drive of your "Windows 11" virtual machine before continuing.
If you don't have the "windows11-bypass.reg" file in your case, or want to manually edit the Windows PE environment registry from the Windows 11 installation DVD, here's how.
Right click "New -> Key" on the "Setup" registry key.
Name this new key : LabConfig.
Then, in this new "LabConfig" registry key, right-click "New -> DWORD (32-bit) value".
Name this first data : BypassCPUCheck.
Then, double click on it and enter the value : 1.
The "BypassCPUCheck" data appears with the "0x00000001 (1)" value.
Add the following 4 data by indicating again "1" as value :
Which will give this.
Now, you can close the Registry Editor, as well as the Command Prompt (cmd.exe) behind it.
Virtualization 8/30/2019
Virtualization 8/25/2018
Virtualization 7/22/2018
Virtualization 11/6/2020
Pinned content
InformatiWeb Pro
Contact
® InformatiWeb.net 2008-2022 - © Lionel Eppe - All rights reserved.
Total or partial reproduction of this site is prohibited and constitutes an infringement punishable by articles L.335-2 and following of the intellectual property Code.
No comment