VirtualBox Won't Start Virtual Machine

Projekt:Trisquel
Komponente:Programs
Kategorie:Fehlerbericht
Priorität:normal
Zugewiesen:upstream
Status:closed
Beschreibung

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}

Mi, 09/29/2010 - 03: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
Fr, 03/23/2012 - 08:33
Version:»
Zugewiesen zu:anonymous» upstream
Status:active» patch (needs review)

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

Fr, 03/23/2012 - 23:30

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

Sa, 03/24/2012 - 06: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.

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

Fixed in version 0.13.0+noroms-0ubuntu9

Sa, 09/22/2012 - 17:00
Status:fixed» closed

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