3
votes
2answers
68 views

CPU usage of KVM

I have a linux host with 4 KVM linux guests. All the guest are pretty much idle, having a load of <0.1 inside the guest. Now, if I do a top on the host, each KVM process is using something about ...
0
votes
0answers
146 views

Booting with UEFI in KVM [closed]

I would like to install Windows on my hard drive (which is GPT formatted) but I would like to be also able to run it virtually using KVM. To clarify, the same Windows installation should be able to ...
0
votes
0answers
107 views

Is it possible to install KVM On A VMWare virtual machine? If so, what are the steps?

I want to understand how to use KVM in CenTOS. At the moment, all I have is a VMWare ESX 5.x server to use. Is there a way to get KVM working on a system that is running on VMWare? Essentially, a ...
2
votes
3answers
424 views

How to access a KVM virtual-machine?

I've created a KVM VM using virt-install. There is an image file in the directory /ssd/kvms. How do I access the virtual machine and turn it on? Do I need to assign an IP address, and if so, how do I ...
2
votes
0answers
111 views

Setup Cloudmin on Centos installed in LVM

I installed CentOS 6 with default LVM partition pattern. according to this pattern Can I use Cloudmin and store KVM Disks in LVM as Logical Volume? I think Cloudmin requires creating new logical ...
4
votes
1answer
811 views

kvm doesn't load Windows 8

I'm launching kvm with the following parameter: kvm -m 2g -smp ncores=2 -hda disk.img -cdrom win8.iso My CPU has VT support and enabled, EDIT I seems to have limited emulate type: pc ...
0
votes
3answers
4k views

Very slow KVM in Ubuntu 12.04

I use Ubuntu 12.04 64-bit and KVM, my CPU is Core i5 3.3 GHz and I have 8 GB of DDR3 RAM. I run Windows 7 in KVM and it's extremely slow. My co-worker use Debian on the same PC configuration and can ...
0
votes
1answer
299 views

How to compile kernel for KVM guest (without paravirtualization)?

So I have a KVM machine, where I run an Ubuntu 12.04 (server edition). I want to compile a minimalistic kernel for the KVM guest, but I only found the howto for hosts, and guests with ...
1
vote
0answers
307 views

KVM network bridge and public static IP for both host and guests [closed]

I have a Debian Server with 4 public static addresses. There is a KVM guest (also Debian) installed and running. What I want is to give the guest an IP of the host, so that both machines have public ...
1
vote
1answer
914 views

Bridging ethernet interface

I have a server with 4 public IP's. I have it with this configuration and I want to bridge the interface eth0 for using it with KVM: So, I have 3 IP's (A.B.C.144, A.B.C.145, A.B.C.146) and another ...
4
votes
6answers
3k views

Should LVM partitions be used in virtual machine images?

Should LVM be used for the partitions when creating VM images (e.g., KVM images)? It seems like it adds complexity if you want to, say, mount a qcow2 image in the host if the image has LVM partitions. ...
1
vote
1answer
329 views

Do I need hardware support for KVM for virtio paravirtualisation

Unfortunately I need to run virtual system on the machine without hardware support for visualisation. From kvm page I read that kvm is needed however it is not mentioned whether they mean the kernel ...
3
votes
2answers
1k views

Mouting a kvm qemu disk image with multiple partitions

I am trying to mount a KVM-qemu disk image with this command: sudo mount -o loop,offset=32256 centos6.img /mnt/centos6. But it shows this error: you must specify filesystem type. As I have more ...
2
votes
2answers
734 views

Installing Freebsd as guest OS on kvm without using VNC

I want to run Freebsd as a guest OS on kVM running on Ubuntu server 10.04. All howtos mention VNC as a necessity to start and finish the installation process. Can I install freebsd on kVM without ...