0

Error: No active connection to install on

I have installed KVM and started by opening Virt-manager GUI. Once i click Create New virtual machine got the below error.

Error: No active connection to install on

KVM Virtualbox Virt-manager Add a comment
christian
asked May 09 2017

Answer

0

I met the same problem on my fedora, though not knowing the reason, I solved it by add nouveau into blacklist.

?1????????nouveau ? ?su?????root???:

  • su root
  • vim /lib/modprobe.d/dist-blacklist.conf`

?nvidiafb????

  • #blacklist nvidiafb ?????????

blacklist nouveau
options nouveau modeset=0

?2? ??initramfs image????????

mv /boot/initramfs-$(uname -r).img /boot/initramfs-$(uname -r).img.bak
dracut -v /boot/initramfs-$(uname -r).img $(uname -r)

?4???????????nouveau?????? lsmod | grep nouveau
?????????????

Add a comment
blinderjay
asked Mar 24 2018
edited Oct 05 2018
Post your Answer
0

I forgot where i find this way, and manage to solve many problems with GUI (you must repeat the operation everytime you update the kernel)

``` (1)forbiid nouveau

su root
vim/lib/modprobe.d/dist-blacklist.conf

add # before blacklist nvidiafb

#blacklist nvidiafb

then insert:

blacklist nouveau
options nouveau modeset=0

(2)rebuild initramfs image?recommend copy directly?

mv /boot/initramfs-$(uname -r).img /boot/initramfs-$(uname -r).img.bak
dracut -v /boot/initramfs-$(uname -r).img $(uname -r)

(4)then after computer, restarted

lsmod | grep nouveau
it will ok if there is not any output

Add a comment
blinderjay
asked Mar 24 2018
edited Oct 05 2018
Post your Answer
0

Looking for the Cheapest Pay Per Head solution? Bookmaker Software offers the Best Bookie Software starting at $1 per player. Click here to learn more about our services.

Add a comment
ayanbhatti
asked Jan 06 2024
edited Jan 07 2024
Post your Answer
0

Its because of the libvirtd service. Check if the service is up and try again in GUI.

# service libvirtd start
Add a comment
jagannatharumugam
asked May 09 2017
edited Oct 05 2018
Post your Answer