Results 1 to 3 of 3

Thread: vbox error

  1. #1
    Join Date
    Jul 2009
    Location
    Netherlands
    Beans
    136
    Distro
    Ubuntu 12.04 Precise Pangolin

    vbox error

    how do i disable the kvm kernel extension, and recompile the kernel?
    some help please
    Attached Images Attached Images

  2. #2
    Join Date
    Feb 2009
    Location
    Texas
    Beans
    Hidden!
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: vbox error

    This is a workaround but if you are not using KVM extensions, you can try ...

    Code:
    sudo /etc/init.d/kvm stop
    Try it and let us know ...

  3. #3
    Join Date
    Apr 2006
    Location
    Utrecht / Nederlands
    Beans
    1
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: vbox error

    You need to remove kvm kernel modules. I am running KVM and Virtualbox on my laptop.

    First you need to find out name of the kvm module, with this command you can find that out.
    Code:
    lsmod  | grep kvm
    I am using Intel CPU so on my laptop i have kvm_intel module. You can remove it with the command below. It will be reloaded with next boot.
    Code:
    sudo rmmod kvm_intel
    Cheers
    Ali

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •