Problems with KVM, Qemu, virt-manager

Kind of a newb, here, and lookin’ for help.

I can’t get Ubuntu-based distros to install (Ubuntu, Kubuntu, etc., as well as Mint, Feren, and Pop. They all stall before the the installation finishes. Virt-manager shows them as paused. They will, however, run in a live environment. I think these are the relevant libvirt.log lines:

 host doesn't support requested feature: MSR(48BH).vmx-apicv-register [bit 8]
 host doesn't support requested feature: MSR(48BH).vmx-apicv-vid [bit 9]
 host doesn't support requested feature: MSR(48DH).vmx-posted-intr [bit 7]

Are these kernel parameters?

There’s one line in the output from virt-host-validate that maybe says something relevant:

 Enable 'devices' in kernel Kconfig file or mount/enable cgroup controller in your system 

The thing is, Endeavour, Debian, and Slackware VM’s work. Windows 10 VM installation throws the same errors.

This all happens on a Dell i5-3470 running Debian 11 stable.

Any assistance is much appreciated.

Which version of Debian 11 are you using ?
Based on this post it used to be an issue -

try updating if you are on old version, if not you could also check the shared fix.

1 Like

Debian 11 (bullseye)
Kernel is 5.10.0-15-amd64.

I saw that post, but it seemed a bit over my head. I’ll go through it again and see if I can understand it. I’m not close to trying anything like a pcie passthrough, just need it to get through the install.

Not convinced these errors are the issue. Mainly because they also show up in the log files of successfully installed VM’s. I’m still stumped.

Okay I checked and yes you are running the latest stable debian, well I have no major experience with debian and haven’t encountered your issue but tried to find some info on their bug tracker -

https://groups.google.com/g/linux.debian.bugs.dist/c/4SHYNSb7cB4/m/8ej0x8fpBAAJ

this is the closest I could find but I don’t really have time to search. Here is the link, try to find something and if you can’t you could also write to them. -

https://groups.google.com/g/linux.debian.bugs.dist/search?q=qemu

Here is how to report a bug -
https://www.debian.org/Bugs/Reporting

btw as it seems to be a qemu bug you could also try installing an older package and try using that.

First and foremost let me say, thank you for the help.

This was really bugging me. It just didn’t make sense that some VM’s would install and others wouldn’t. The log file I shared was a red herring. The real problem was that I was using the root directory for the storage pool. And it was presumably running out of space. I moved the existing VM’s to my home partition and now additional VM’s work just fine. :slight_smile:

1 Like