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

christian
asked May 9, 2017
4 Answer
1

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
?????????????

View More
blinderjay
answered Mar 24, 2018
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

View More
blinderjay
answered Mar 24, 2018
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.

View More
ayanbhatti
answered Jan 6, 2024
0

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

# service libvirtd start
View More
jagannatharumugam
answered May 9, 2017
Your Answer
||||
x
 
100:0