I can't install any os in virt manager

i had install qemu-archextra-git.got conflicts with some dependecies of qemu-full .so i delete all confict files .now i’m back on qemu-full .i try run any vm.i got this error

Unable to complete install: 'internal error: process exited while connecting to monitor: 2023-09-27T00:36:27.800415Z qemu-system-x86_64: -device {"driver":"e1000e","netdev":"hostnet0","id":"net0","mac":"52:54:00:3c:05:d1","bus":"pci.1","addr":"0x0"}: failed to find romfile "efi-e1000e.rom"'

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/createvm.py", line 2008, in _do_async_install
    installer.start_install(guest, meter=meter)
  File "/usr/share/virt-manager/virtinst/install/installer.py", line 695, in start_install
    domain = self._create_guest(
             ^^^^^^^^^^^^^^^^^^^
  File "/usr/share/virt-manager/virtinst/install/installer.py", line 637, in _create_guest
    domain = self.conn.createXML(initial_xml or final_xml, 0)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/site-packages/libvirt.py", line 4481, in createXML
    raise libvirtError('virDomainCreateXML() failed')
libvirt.libvirtError: internal error: process exited while connecting to monitor: 2023-09-27T00:36:27.800415Z qemu-system-x86_64: -device {"driver":"e1000e","netdev":"hostnet0","id":"net0","mac":"52:54:00:3c:05:d1","bus":"pci.1","addr":"0x0"}: failed to find romfile "efi-e1000e.rom"

https://discovery.endeavouros.com/applications/how-to-install-virt-manager-complete-edition/2021/09/

If it’s the first time you’ve ever tried, some computers require you to turn virtualization on within the firmware.

Unable to complete install: 'internal error: process exited while connecting to monitor: 2023-09-27T00:36:27.800415Z qemu-system-x86_64: -device {"driver":"e1000e","netdev":"hostnet0","id":"net0","mac":"52:54:00:3c:05:d1","bus":"pci.1","addr":"0x0"}: failed to find romfile "efi-e1000e.rom"'

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/createvm.py", line 2008, in _do_async_install
    installer.start_install(guest, meter=meter)
  File "/usr/share/virt-manager/virtinst/install/installer.py", line 695, in start_install
    domain = self._create_guest(
             ^^^^^^^^^^^^^^^^^^^
  File "/usr/share/virt-manager/virtinst/install/installer.py", line 637, in _create_guest
    domain = self.conn.createXML(initial_xml or final_xml, 0)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/site-packages/libvirt.py", line 4481, in createXML
    raise libvirtError('virDomainCreateXML() failed')
libvirt.libvirtError: internal error: process exited while connecting to monitor: 2023-09-27T00:36:27.800415Z qemu-system-x86_64: -device {"driver":"e1000e","netdev":"hostnet0","id":"net0","mac":"52:54:00:3c:05:d1","bus":"pci.1","addr":"0x0"}: failed to find romfile "efi-e1000e.rom"

Not my first time.i’m done with arch vm and Windows 11
problem begin when i try to install qemu-arch-extra-git and then has a lot of conflicts with qemu-full.so i deleted all file that conflicts.yay -S qemu-arch-extra-git succeed but can’t run any vm
remove it and reinstall qemu-full. Problem still persist.