KVM Virtualization on AMD64 running Ubuntu 9.04

kvm-virtualizationubuntu-9.04virtualization

I want to setup KVM virtualization on my laptop Dell Inspiron 1526 (AMD64 Turion, 2GB RAM)
running Ubuntu 9.04 desktop, kernel 2.6.28 and KVM-84 (the latest official versions supported by Ubuntu)

I can successfully create an image file using:
kvm-img create -f qcow2 10GB

but when I'm trying to start a virtual machine:
kvm -hda PathToImageFile -cdrom PathToIsoImage -boot d -m 512
the host os restarts when the guest os starts loading.

I've checked the logs, there are no useful messages, only something like kvm module loaded, and enabling/disabling virtualization on CPUx

Can anyone help me with this issue?

Best Answer

It sounds like there is a bug in enabling virtualization on the processor. This question shows you how to verify your CPU has AMD-V support.

Otherwise, as the commenter said, it could be a kernel issue, or even Ubuntu issue.

Even if you don't think the messages are "useful" it may help to post the exact messages.

Related Topic