One can run many OSes such as Windows, Linux, macOS, BSD, and others inside a VirtualBox. This article shows how to prepare, setup, and install Windows 11 in a VirtualBox Virtual Machine (VM). IMPORTANT: If you are looking to dual-boot from a separate drive, please contact customer support to receive a full installation kit.
Please read the disclaimer before proceeding. We review and update guided solutions like this regularly. If you have suggestions or requests, please write support@kfocus.org.
Use a browser to download the Windows 11 ISO. Select Windows 11, followed by your preferred language, and then select
64-bit Download.
In this phase, we prepare VirtualBox so it can install W11.
Using half your available virtual cores is a reasonable place to start. The PAE/NX (Phyiscial Address Extension / No Execute) option is usually not required or even desirable. However, an Oracle Guide includes it, so you may want to try it with and without.
We often maximize the Video Memory, although 128 MB should be plenty for most office tasks.
Select Win11 disk file.
After clicking Next
for the product key above, Press SHFT + F10
. After opening command prompt, open the Registry Editor by typing regedit
.
HKEY_LOCAL_MACHINE/SYSTEM/Setup
Name itLabConfig
.
Right Click > New > DWORD (32-bit) Value.
BypassTMPCheck: 1
BypassCPUCheck: 1
BypassRAMCheck: 1
BypassSecureBootCheck: 1
Q: What are some uses of VirtualBox?
A: One may use virtual machines to run applications that are not available on other Operating Systems, as illustrated here. However, one can also use them to test system and package development.
This is a partial revision history. See the git
repository for all entries.
2022-06-13 a5948dd7
Add Prepare Virtualbox section2022-06-09 d531a300
First publicationWe try hard to provide a useful solution validated by professionals. However, we cannot anticipate every situation, and therefore cannot guarantee this procedure will work for your needs. Always backup your data and test the solution to determine the correct procedure for you.
THIS SOLUTION IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOLUTION, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.