0

While I am trying to install Kali-Linux on Virtual Box in Ubuntu I am getting this error.

Failed to open a session for the virtual machine Kali-Linux-1.1.0.
VT-x is disabled in the BIOS. (VERR_VMX_MSR_VMXON_DISABLED).

Can anyone help me to sort out this error?

Debabratta Jena
  • 177
  • 3
  • 5
  • 14

2 Answers2

1

As per the comment, you should first try to toggle the setting within BIOS.

The BIOS is a special program hardwired into your computer which you can access by pressing the appropriate keys (usually F2 or delete) during the first few seconds of startup--and before the OS itself starts.

Once you get into the BIOS, you need to try and look the setting within the BIOS menus. If you haven't done this sort of thing before, you may find it a bit daunting at first.

Anyway, give it a good attempt. See, how you go.

user55570
  • 793
  • 8
  • 14
1

Without knowing your BIOS manufacturer:

Restart your computer and open the BIOS settings (eg. press F2 during the start). The setting for VT-x (Intel Virtualization Technology) is often to find under the menu item Security or CPU Configuration.

If F2 doesn't work try this keys: F1, F10, DEL, ESC

A.B.
  • 92,125