I usually use the KVM on my linux host for Virtualisation. It's default with Fedora and I know it. Usually ...
Today I thought I would try the Ubuntu 10.4 Beta 1 on VirtualBox. I installed the latest VirtualBox ( version 3.1.6 ) and then had a crack at installing the Ubuntu 10.4 64bit. Of course an error came up saying that while AMD-v was enabled, it was not operational. After much googleling about, I found that the KVM modules were causing VirtualBox issues with access.
So a quick "rmmod kvm_amd" and "rmmod kvm" fixed it.
Next time I want to use KVM, I will need to re-enable these with, I suppose, a quick, "insmod kvm_amd" and "insmod kvm"
Using PHP5-FPM With Apache2 On OpenSUSE 12.1
15 hours ago

2 comments:
Thank you.. I have been trying to figure this out for a bit.. Great clean information. I found lots of other posts regarding this same issue with no solutions. Again Thank you This applies to Virtualbox versions 3.1, 3.1.6, 3.2
Glad I could help David.
Post a Comment