Windows 11 in Virtualbox. Doing the impossible


I could try to take credit for this one,  but honestly, I just watched someone else's hack. In fact, the video that I watched is no longer up, but here is one that shows the exact same steps. 

Why am I making this post? because I love my open-source and free software like Virtualbox. It breaks my heart when new an OS has a build that Virtualbox cannot work through. Windows 11 falls into this category because increased security hardware checks have made it almost impossible for Virtualbox to pass the checks. The only option we have is to modify the registry during installation. 

If you are not familiar with setting up a virtual machine in Virtualbox please visit my post here.

Once you have configured the VM settings to your liking, start the VM. Allow the VM to progress normally. The installation will eventually break, presenting the following error. 





Follow these after the error:

1) Press the keys Shift + F10 to bring up a cmd prompt

2) Type in "regedit" and press enter to open registry explorer





3) Navigate through these folders HKLM -> System -> Setup

4) Add a new key under the Setup folder and call it "LabConfig"



5) Add the following DWORDS strings with the value of "1"

  • BypassTPMCheck
  • BypassCPUCheck
  • BypassRAMCheck
  • BypassSecureBootCheck

6) Close each window until back at the Windows installer, reinstall, and it should work :-)

Comments

Popular posts from this blog

PowerShell Starter

Working with Windows Passwords

Writing a Powershell Script