Comments on Virtualization With KVM On A Debian Lenny Server

Virtualization With KVM On A Debian Lenny Server This guide explains how you can install and use KVM for creating and running virtual machines on a Debian Lenny server. I will show how to create image-based virtual machines and also virtual machines that use a logical volume (LVM). KVM is short for Kernel-based Virtual Machine and makes use of hardware virtualization, i.e., you need a CPU that supports hardware virtualization, e.g. Intel VT or AMD-V.

3 Comment(s)

Add comment

Please register in our forum first to comment.

Comments

By: Anonymous

everything fine except for the title, you may change it to: Virtualization on Ubuntu 8.10 Desktop

By: Anonymous

Very nice writeup! Thanks!

By:

KVM is a full virtualization solution for Linux on x86 (64-bit included) hardware containing virtualization extensions (Intel VT or AMD-V). It consists of a loadable kernel module, kvm.ko, that provides the core virtualization infrastructure and a processor specific module, kvm-intel.ko or kvm-amd.ko.