From e754325a1d224e3dda6ae217241ec6375bf5e059 Mon Sep 17 00:00:00 2001 From: Novel Alex <38447095+Bowtiesareverycool@users.noreply.github.com> Date: Mon, 15 Oct 2018 23:09:45 -0400 Subject: [PATCH] Adding instruction to enable virtualization (#18953) I guess this is only for some computers because most of the computers I have used VMs on worked just fine but one of them gave me an error :VT-x is disabled in the BIOS for both all CPU modes (VERR_VMX_MSR_ALL_VMX_DISABLED) --- client/src/pages/guide/english/virtualbox/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/client/src/pages/guide/english/virtualbox/index.md b/client/src/pages/guide/english/virtualbox/index.md index d02960b92b..47b99ca5d3 100644 --- a/client/src/pages/guide/english/virtualbox/index.md +++ b/client/src/pages/guide/english/virtualbox/index.md @@ -11,6 +11,8 @@ VirtualBox can be downloaded here: [VirtualBox Downloads](https://www.virtualbox.org/wiki/Downloads) # Setup +- Sometimes you may need to enable virtualization from your bios settings + - To set up your first Virtual Machine, download the .iso file from your desired Operating System site. - Next you will hit the "New" button in VirtualBox, and name your VM with any name you like.