Installing windows 10 on the package "virtual machine manager

Hi, i am unable to install windows 10 on virtual machine manager i get error seen as below. i would request assistance to install windows 10 on virtual machine manager as this is the only software which allows folder sharing.
If possible i would also like to know the possibioity of install ms office 2019 using phoenics playonlinux
thank you :slight_smile:

Unable to complete install: 'internal error: process exited while connecting to monitor: 2024-09-07T14:14:46.942604Z qemu-system-x86_64: -blockdev {"driver":"file","filename":"/var/home/saleeshsuresheyyani/Downloads/Win10_22H2_EnglishInternational_x64v1.iso","node-name":"libvirt-1-storage","auto-read-only":true,"discard":"unmap"}: Could not open '/var/home/saleeshsuresheyyani/Downloads/Win10_22H2_EnglishInternational_x64v1.iso': Permission denied'
Traceback (most recent call last):
  File "/app/share/virt-manager/virtManager/asyncjob.py", line 72, in cb_wrapper
    callback(asyncjob, *args, **kwargs)
  File "/app/share/virt-manager/virtManager/createvm.py", line 2008, in _do_async_install
    installer.start_install(guest, meter=meter)
  File "/app/share/virt-manager/virtinst/install/installer.py", line 695, in start_install
    domain = self._create_guest(
             ^^^^^^^^^^^^^^^^^^^
  File "/app/share/virt-manager/virtinst/install/installer.py", line 637, in _create_guest
    domain = self.conn.createXML(initial_xml or final_xml, 0)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/app/lib64/python3.12/site-packages/libvirt.py", line 4545, in createXML
    raise libvirtError('virDomainCreateXML() failed')
libvirt.libvirtError: internal error: process exited while connecting to monitor: 2024-09-07T14:14:46.942604Z qemu-system-x86_64: -blockdev {"driver":"file","filename":"/var/home/saleeshsuresheyyani/Downloads/Win10_22H2_EnglishInternational_x64v1.iso","node-name":"libvirt-1-storage","auto-read-only":true,"discard":"unmap"}: Could not open '/var/home/saleeshsuresheyyani/Downloads/Win10_22H2_EnglishInternational_x64v1.iso': Permission denied

How was that iso image downloaded?
What are the permissions on that iso file?
ls -lZ /var/home/saleeshsuresheyyani/Downloads/Win10_22H2_EnglishInternational_x64v1.iso should give the needed info for permissions.

An additional thought may be the boot mode used in the setup of that VM before actually starting the install.

I am able to install win10 and win11 using the VMM and setting the boot mode to uefi within vmm before starting the install.

1 Like

Added virt-manager, virtualization, windows-guest

One thing you need to confirm is that you didn’t mess around with your systems python install please.

Also check if your user owns and has access to the file(s), according to Error starting domain: internal error: process exited while connecting to monitor: - #7 by anukulsharma - Applications - EndeavourOS

Are you sure the file location is correct?

filename":"/var/home/saleeshsuresheyyani/Downloads/W

Hi, thank you for the instant response.
I have downloaded the file from the below link , the name of the file is Win10_22H2_EnglishInternational_x64v1.iso and the location is /var/home/saleeshsuresheyyani/Downloads. i am unable to change the permissions on the software . it says you are not the owner hence you cannot change the permissions. but i do not face the same problem in the gnome “boxes”, however i do not prefer using gnome boxes as it does not have the option to share folder with host .
i actually thought about using virtual box however i am afraid it might not be compatible.
i tried the same previously on linux mint and the system crashed.
thanks both of you.
i confirm that i have not messed with the python. on fedora silverblue.

https://www.microsoft.com/en-in/software-download/windows10ISO

forgot to mean the permissions are read only and i am unable to change it
in the boot menu the option is already set to uefi. can i use virtual box instead . would it be compatible with fedora silverblue

It’s very likely that you did not grant traversal access to your home directory to others, and thus libvirt can not access this file. Try: chmod a+x /var/home/saleeshsuresheyyani/

thank you timothy and others, with a combination of steps followed by you, the problem is now solved. Sorry for too many questions , I had one more doubt

Question:I want to create a shared folder for my windows 11 vm and fedora silverblue . for this i want to use the most secure method. the default method is nat . do i need to use bridge method to create shared folder and is it secure?