File "/usr/lib/python3.14/importlib/__init__.py", line 88, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "<frozen importlib._bootstrap>", line 1398, in _gcd_import
File "<frozen importlib._bootstrap>", line 1371, in _find_and_load
File "<frozen importlib._bootstrap>", line 1342, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 938, in _load_unlocked
File "<frozen importlib._bootstrap_external>", line 759, in exec_module
File "<frozen importlib._bootstrap>", line 491, in _call_with_frames_removed
File "/usr/lib/python3.14/site-packages/archinstall/scripts/guided.py", line 216, in <module>
guided()
~~~~~~^^
File "/usr/lib/python3.14/site-packages/archinstall/scripts/guided.py", line 213, in guided
perform_installation(arch_config_handler.args.mountpoint)
~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.14/site-packages/archinstall/scripts/guided.py", line 115, in perform_installation
network_config.install_network_config(
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
installation,
^^^^^^^^^^^^^
config.profile_config,
^^^^^^^^^^^^^^^^^^^^^^
)
^
File "/usr/lib/python3.14/site-packages/archinstall/lib/models/network.py", line 171, in install_network_config
installation.disable_service('iwd.service')
~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^
File "/usr/lib/python3.14/site-packages/archinstall/lib/installer.py", line 697, in disable_service
raise ServiceException(f'Unable to disable service {service}: {err}')
archinstall.lib.exceptions.ServiceException: Unable to disable service iwd.service: ['/usr/bin/systemctl', '--root=/mnt', 'disable', 'iwd.service'] exited with abnormal exit code [1]: e[0;1;31mFailed to disable unit: Unit iwd.service does not existe[0m
e[0;1;31mFailed to disable unit: Unit iwd.service does not existe[0m
[2026-03-07 10:38:56] - WARNING - Archinstall experienced the above error. If you think this is a bug, please report it to
https://github.com/archlinux/archinstall and include the log file "/var/log/archinstall/install.log".
Hint: To extract the log from a live ISO
curl -F 'file=@/var/log/archinstall/install.log' https://0x0.st
最后的报错代码这样的
install.log (62.2 KB)