VirtualBox Won't Start Virtual Machine

Project:Trisquel
Component:Programs
Category:bug report
Priority:normal
Assigned:upstream
Status:closed
Description

I receive the message below any time that I try to start a VM inside VirtualBox using Trisquel 4. (I'm trying to boot the virtual machine using the gNewSense 2.3 .iso file.) It looks like there's something in the kernel it doesn't like... Failed to start the virtual machine gNewSense. VirtualBox can't operate in VMX root mode. Please disable the KVM kernel extension, recompile your kernel and reboot (VERR_VMX_IN_VMX_ROOT_MODE). Result Code: NS_ERROR_FAILURE (0x80004005) Component: Console Interface: IConsole {6375231a-c17c-464b-92cb-ae9e128d71c3}

Wed, 09/29/2010 - 02:25

I have the same problem. It's because the KVM kernel modules conflict with VirtualBox. I've been using the following workaround: Blacklist the KVM kernel modules. This will stay in effect until you change it back.

  1. At the desktop, press Alt+F2.
  2. Type gksudo gedit /etc/modprobe.d/blacklist.conf in the box.
  3. Click Run
  4. Add the following lines to the end of the file:
    # Conflict with VirtualBox
    blacklist kvm-intel
    blacklist kvm-amd
    blacklist kvm
  5. Save
  6. Quit
  7. Reboot
Fri, 03/23/2012 - 07:33
Version:»
Assigned to:anonymous» upstream
Status:active» patch (needs review)

Should be fixed in version 5.0 (will test this weekend). See:

Fri, 03/23/2012 - 22:30

I use VirtualBox on 5.0 and I don't get this problem. :)

Sat, 03/24/2012 - 05:17

Yes it works normally but do you have qemu-kvm installed? That is because this issue happens specifically when you have both virtualbox and this package installed at the same time.

Sat, 09/08/2012 - 15:57
Status:patch (needs review)» fixed

Fixed in version 0.13.0+noroms-0ubuntu9

Sat, 09/22/2012 - 16:00
Status:fixed» closed

Automatically closed -- issue fixed for 2 weeks with no activity.