Error starting domain: Unable to get devmapper targets for /dev/disk: Success

Hello,

I was trying to pass my hard drive to my Windows 10 VM because i am running out of space and all my files are in the hard drive then i got this error:

Error starting domain: Unable to get devmapper targets for /dev/disk/by-id/ata-WDC_WD10JPCX-24UE4T0_WD-WXD1AC660X1N: Success

After some research i found out that i need to downgrade libvirt to 6.5.0-1. I installed the downgrade package but when i try to downgrade libvirt i can only downgrade to 1:6.5.0-3?

Is there any way to manually downgrade it to 6.5.0-1 or any other solution? Because i really need to pass my hard drive.

I have the same issue with whole-disk passthrough. To downgrade libvirt to 6.5.0-1, issue the following command:

sudo pacman -U /var/cache/pacman/pkg/libvirt-6.5.0-1-x86_64.pkg.tar.zst
1 Like