Penguins Unbound
Penguins Unbound > Past Meetings > 20070929 Virtualization > 2 - KbVM Kernel-based Virtual Machine > 2.1 - Installing

2.1 - Installing

Page last modified 16:20, 21 Dec 2011 by goeko
    Table of contents
    No headers


    Compiled into kernels on Ubuntu, 7.10.


    Need packages

     

    sudo apt-get install kvm qemu
    




    Install the kernel module

        For AMD processors
     

       sudo modprobe kvm-amd
    


        For Intel processors
     

       sudo modprobe kvm-intel
    



    Some machines have the VM extension of the CPU turned off in bios.  Linux should tell you this in a system message (available via dmesg) when you try and load the kernel module.




     

    Powered by MindTouch Core