HomeAssistant-11.5 unable to start KVM in VMM?

Hello, I successfully installed HAOS-11.5 as a KVM, however today I can’t load HA on the browser at http://homeassistant.local:8123/.
I checked the VMM-4.0.0 hypervisor and HAOS-11.5 is Shutoff. I start the KVM HAOS-11.5 and receive error: Cannot access storage file ‘/home/linuxmint/Downloads/haos_ova-11.5.qcow2’ (as uid:64055,gid:109): No such file or directory.

Maybe I accidentally deleted a file in ~/Downloads?
Is there a way to install HAOS-11.5 on the hypervisor so the file is not sitting in ~/Downloads but somewhere safer?

Error starting domain: Cannot access storage file '/home/linuxmint/Downloads/haos_ova-11.5.qcow2' (as uid:64055, gid:109): No such file or directory

Traceback (most recent call last):
  File "/usr/share/virt-manager/virtManager/asyncjob.py", line 72, in cb_wrapper
    callback(asyncjob, *args, **kwargs)
  File "/usr/share/virt-manager/virtManager/asyncjob.py", line 108, in tmpcb
    callback(*args, **kwargs)
  File "/usr/share/virt-manager/virtManager/object/libvirtobject.py", line 57, in newfn
    ret = fn(self, *args, **kwargs)
  File "/usr/share/virt-manager/virtManager/object/domain.py", line 1384, in startup
    self._backend.create()
  File "/usr/lib/python3/dist-packages/libvirt.py", line 1353, in create
    raise libvirtError('virDomainCreate() failed')
libvirt.libvirtError: Cannot access storage file '/home/linuxmint/Downloads/haos_ova-11.5.qcow2' (as uid:64055, gid:109): No such file or directory

I’ve found the host /var/lib/libvirt/images is missing the haos11.5.qcow2 file. I guess somehow it was deleted? Unsure how to find out how and when that happened?
Yesterday I was connecting and disconnecting many HDDs and SSDs, but I don’t know how that could cause this issue.

I migrated the KVM file haos11.5.qcow2 from ~/Downloads to /var/lib/libvirt/images and Home Assistant appears to be working.

Just happened again today.
Somehow the host computer restarted and now Home Assistant won’t start.
Home Assistant doesn’t find the file /home/linuxmint/Downloads/haos_ova-11.5.qcow2.
I did move haos_ova-11.5.qcow2 from ~/Downloads to /var/lib/libvirt/images/haos_ova-11.5.qcow2

Why does KVM install place the file in ~/Downloads/haos_ova-11.5.qcow2 rather than the usual /var/lib/libvirt/images/haos_ova-11.5.qcow2?

I’m going to try another full install of Home Assistant, but this time I’ll move the haos_ova-11.5.qcow2 from ~/Downloads to /var/lib/libvirt/images.
Strange how I don’t have to do this with other operating systems installed on VMM as a KVM?

Also, is there a way to save the logs from the sensor’s history of data? I seem to have to delete the Home Assistant KVM with this forum thread’s error, which wipes the log data.