Hi people , so couple of years back , i had encountered about hardcore Virtualization ,i.e is system based with a graphic card support and to see how it was i had installed a few systems , like win7 , since i’m having a dedicated nvdia graphic card ,it didn’t work out great for me as, linux doesn’t provide nvidia support , but i installed win7 on it to play games with virtualization it was all good, until recently when i tried to access my win7 it didn’t appear , long story short , i need to access my win7
Yesterday On opening Virtual Machine Manager and trying to connect , it displayed an error
Unable to connect to libvirt qemu:///system.
Failed to connect socket to '/var/run/libvirt/virtqemud-sock': No such file or directory
Libvirt URI is: qemu:///system
Traceback (most recent call last):
File "/usr/share/virt-manager/virtManager/connection.py", line 922, in _do_open
self._backend.open(cb, data)
File "/usr/share/virt-manager/virtinst/connection.py", line 153, in open
conn = libvirt.openAuth(self._open_uri,
File "/usr/lib/python3.9/site-packages/libvirt.py", line 148, in openAuth
raise libvirtError('virConnectOpenAuth() failed')
libvirt.libvirtError: Failed to connect socket to '/var/run/libvirt/virtqemud-sock': No such file or directory
on some research i found out and tried two steps
sudo systemctl enable libvirtd
sudo systemctl start libvirtd
after running this no error came but , it didn’t even ask for a password while connecting , also there’s no difference before and after connecting or disconnecting.
Also , i have the folder where win7 is stored and all its files , can i try to make one new vm using the old input and data?
Your time and help will be really appreciated.