How To Fix "This PC can't run Windows 11" Error When You Install Windows 11 On VirtualBox

botond published March 2022, 03, Thu - 24:21 time

Content

 

Introductory

VirtualBox we can install a variety of operating systems on virtual machines, including all versions of Windows. However, there are still problems with Windows 11. The current version (6.1) of Virtualbox theoretically supports Windows 11, but there are problems during installation. In this troubleshooter, we will solve this issue so that you can install the current latest edition of Windows, 11, without any problems.

Although this description is not specific to Linux, the dual boot tutorials also include Windows 11 installations, so it complements them.

 

 

The symptom

After we set up the virtual machine for Windows 11, and we started the installer and then reached to select the type of operating system:

VirtualBox - Windows 11 Installation - Operating System Selection

In the next step, you will receive an error message:

VirtualBox - Installing Windows 11 - Error Message - This computer is not running Windows 11

The error message reads:

This PC can't run Windows 11
This PC doesn't meet the minimum system requirements to install this version of Windows. For more information, visit:
https://aka.ms/WindowsSysReq
This error occurs with the current VirtualBox 6.1 at the time of writing. However, later versions of VirtualBox may be supported for this issue and will no longer be required.

 

The solution

This method may work for some physical computers that do not support Windows 11 by default, but do not take this for granted, as these settings may cause the system to become unstable and may become unstable. On physical computers, therefore, let us consider this as a kind of experimental solution.

During the installation, Windows checks for some things that your computer or VirtualBox does not. These are usually the secure boot, to TPM, memory or processor check, etc. Therefore, these checks should be omitted in this case, which can be done as follows:

Exit the installer

First, exit the installation process with the close button in the upper right corner of the window:

VirtualBox - Installing Windows 11 - Exit the installer

You are asked to confirm, select Yes. Then we return to the beginning of the installer:

VirtualBox - Installing Windows 11 - Front of Installer

Start a command prompt

In the current window, press Shift + F10 keys, the command prompt window will open:

VirtualBox - Installing Windows 11 - Open a command prompt

Running the regedit program

Start the regedit program here:

VirtualBox - Installing Windows 11 - Running regedit

VirtualBox - Installing Windows 11 - The regedit start window

 

 

Find the target setting group

In regedit, navigate to the following settings:

Számítógép\HKEY_LOCAL_MACHINE\SYSTEM\Setup

Windows 11 - Regedit - HKEY_LOCAL_MACHINE

Windows 11 - Regedit - HKEY_LOCAL_MACHINE - SYSTEM - Setup

Create a new key

Then the -Setup right-click on the label to create a new key:

Select New menu Key submenu:

Windows 11 - Regedit - Create a new key

Then a new field will appear:

Windows 11 - Regedit - Create a new key - LabConfig

Type that here LabConfig. Pay attention to uppercase and lowercase letters! Then press enter.

Then you need to create the settings.

Create settings

Here we will create four settings, each a 32-bit (double word) value. Let's go in order:

New setting: BypassTPMCheck

On the right side of the panel, right-click an empty area to create a new 32-bit (double-word) value:

Windows 11 - Regedit - New Setting - Double Word (32-bit)

This will create your record, where you will need to fill in the name of the setting first:

Windows 11 - Regedit - New Setup - BypassTPMCheck

Fill in the Bypass TPM Check value. Here, too, pay attention to the case. After saving with the enter key, double-click on it and the settings panel will appear:

Windows 11 - Regedit - New Setup - BypassTPMCheck Setup

Set "1" here and make sure the Hexadecimal option is selected.

When you are done, save it with the OK button, then the next setting may come ...

 

 

New setting: BypassCPUCheck

In the empty area, right-click again to create a new 32-bit (double word) value:

Windows 11 - Regedit - New Setting - Double Word (32-bit)

The record is created again, fill in the name of the setting:

Windows 11 - Regedit - New Setup - BypassCPUCheck

Fill in the BypassCPUCheck value. Here, too, pay attention to the case. After saving with enter, double-click it for settings:

Windows 11 - Regedit - New Setup - BypassCPUCheck Setup

Also set this to "1" and the Hexadecimal setting. When you're done, save it with OK, then the next ...

New setting: BypassRAMCheck

In the empty area, right-click again to create a new 32-bit (double word) value:

Windows 11 - Regedit - New Setting - Double Word (32-bit)

The record is created here as well, fill in the name of the setting:

Windows 11 - Regedit - New Setup - BypassRAMCheck

Fill in the Bypass RAM Check name. Here, too, pay attention to the case. After saving with enter, double-click it to edit the settings as well:

Windows 11 - Regedit - New Configuration - BypassRAMCheck Configuration

Also set this to "1" and the Hexadecimal setting. Save it and then the next ...

New setting: BypassSecureBootCheck

In the empty area, right-click again to create a new 32-bit (double word) value:

Windows 11 - Regedit - New Setting - Double Word (32-bit)

The record is created, fill in the name of the setting:

Windows 11 - Regedit - New Setup - BypassSecureBootCheck

Fill in the Bypass Secure Boot Check name. Here, too, pay attention to the case. After saving with enter, double-click it to edit the settings as well:

Windows 11 - Regedit - New Setup - BypassSecureBootCheck Setup

Also set this to "1" and the Hexadecimal setting and save.

 

 

This completes the four settings, so this section should look like if you've set everything up correctly:

Windows 11 - Regedit - Settings ready

 

Return to the installer

If we're done so far, close regedit,

Windwows 11 Installer - Returns to the command prompt

and also the command prompt window.

Windwows 11 Installer - Returns to the installer

 

Continue with installation

Then continue the installation by clicking the middle Install button.

This will bring up the Windows Activation window again:

Windwows 11 Installer - Activate Windows

If you have a product key, you can enter it here, or if you don't have one, you can skip this step by clicking the link below.

Then select the type of system you want to install:

Windwows 11 Installer - Select the system type

This was followed by an error message, but if we choose the right system for us now and move on, we'll accept the license terms:

Windwows 11 Installer - Accept the License Terms

Then select the installation method:

Windwows 11 Installer - Select the installation method

And from here on, the installer goes on, the next step is partitioning, and everything works fine.

 

 

Conclusion

With these few settings, you can now install Windows 11.

I first made this little description for Virtualbox, but it can work for many physical motherboards that no longer support Windows 11 due to their age. Of course, in the case of physical computers, we only test it experimentally, because it can result in uncertain operation. For example, in a later update, re-checking these skipped sections may cause your system to shut down.