Hi everybody ,
I am new in fedora kde 43 plasma, and gnome is installed with windows 10, and some help is needed, attempting to add an internal drive hdd the xml broke down , and I can not restore it,
coukd you help me with that this is the part of xml
Please provide a lot more details of what your setup is.
You mention kde, gnome and windows 10 all in the same sentence.
What software is installed in the VM what sofware is installed on the physical hardware?
If you want comments on your XML you will need to share that XML.
This works for me:
# Join the disk group and relogin
sudo gpasswd -a ${USER} disk
sudo loginctl terminate-user ${USER}
# Attach the disk to the VM
virsh list --all
virsh shutdown VM
virsh attach-disk VM /dev/sdb vdb --persistent
virsh start VM
Be sure to install the VirtIO drivers in Windows.
1 Like