1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41
| File "/usr/lib/python3.13/importlib/__init__.py", line 88, in import_module return _bootstrap._gcd_import(name[level:], package, level) ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "<frozen importlib._bootstrap>", line 1387, in _gcd_import File "<frozen importlib._bootstrap>", line 1360, in _find_and_load File "<frozen importlib._bootstrap>", line 1331, in _find_and_load_unlocked File "<frozen importlib._bootstrap>", line 935, in _load_unlocked File "<frozen importlib._bootstrap_external>", line 1026, in exec_module File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed File "/usr/lib/python3.13/site-packages/archinstall/scripts/guided.py", line 186, in <module> guided() ~~~~~~^^ File "/usr/lib/python3.13/site-packages/archinstall/scripts/guided.py", line 182, in guided fs_handler.perform_filesystem_operations() ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^ File "/usr/lib/python3.13/site-packages/archinstall/lib/disk/filesystem.py", line 84, in perform_filesystem_operations self._format_partitions( ~~~~~~~~~~~~~~~~~~~~~~~^ mod.partitions, ^^^^^^^^^^^^^^^ mod.device_path ^^^^^^^^^^^^^^^ ) ^ File "/usr/lib/python3.13/site-packages/archinstall/lib/disk/filesystem.py", line 118, in _format_partitions device_handler.format(part_mod.safe_fs_type, part_mod.safe_dev_path) ~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.13/site-packages/archinstall/lib/disk/device_handler.py", line 296, in format raise DiskError(msg) from err archinstall.lib.exceptions.DiskError: Could not format /dev/sda2 with btrfs: ['/usr/bin/mkfs.btrfs', '-f', '/dev/sda2'] exited with abnormal exit code [1]: btrfs-progs v6.12 See https://btrfs.readthedocs.io for more information.
ERROR: unable to open /dev/sda2: Device or resource busy
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
|