yetist
报错信息
按回车键继续。
! Formatting [BlockDevice(/dev/nvme0n1, size=476.9GB, free_space=1031kB+1049kB+335kB, bus_type=nvme)] in 5....4....3....2....1....
Creating a new partition label on /dev/nvme0n1
Adding partition to BlockDevice(/dev/nvme0n1, size=476.9GB, free_space=1031kB+1049kB+335kB, bus_type=nvme), 1MiB->512MiB
Formatting /dev/nvme0n1p1 -> vfat
/usr/bin/mkfs.vfat -F32 /dev/nvme0n1p1
Marking partition Partition(path=/dev/nvme0n1p1, size=0.5, PARTUUID=2de72e17-3ef9-44e3-b73c-f5fafa46c5d6, fs=vfat) as bootable.
Setting boot on on (parted) partition index 1
Adding partition to BlockDevice(/dev/nvme0n1, size=476.9GB, free_space=1031kB+1049kB+335kB, bus_type=nvme), 513MiB->20GiB
Formatting /dev/nvme0n1p2 -> btrfs
Adding partition to BlockDevice(/dev/nvme0n1, size=476.9GB, free_space=1031kB+1049kB+335kB, bus_type=nvme), 20GiB->100%
Formatting /dev/nvme0n1p3 -> btrfs
Mounting / to /mnt/archinstall/ using BTRFSPartition(path=/dev/nvme0n1p2, size=19.5, PARTUUID=261698f3-294a-47fd-9a59-adaa868c2a05, fs=btrfs)
Mounting /boot to /mnt/archinstall/boot using Partition(path=/dev/nvme0n1p1, size=0.5, PARTUUID=2de72e17-3ef9-44e3-b73c-f5fafa46c5d6, fs=vfat)
Mounting /home to /mnt/archinstall/home using BTRFSPartition(path=/dev/nvme0n1p3, size=456.9, PARTUUID=2081b162-7352-4311-850c-64f1e379293c, fs=btrfs)
Using mount order: [('/', <function Installer.mount_ordered_layout.<locals>.<lambda> at 0x7ffff19701f0>), ('/boot', <function Installer.mount_ordered_layout.<locals>.<lambda> at 0x7ffff19705e0>), ('/home', <function Installer.mount_ordered_layout.<locals>.<lambda> at 0x7ffff19704c0>)]
Mounting BTRFSPartition(path=/dev/nvme0n1p2, size=19.5, PARTUUID=261698f3-294a-47fd-9a59-adaa868c2a05, fs=btrfs) to /mnt/archinstall/
Mounting Partition(path=/dev/nvme0n1p1, size=0.5, PARTUUID=2de72e17-3ef9-44e3-b73c-f5fafa46c5d6, fs=vfat) to /mnt/archinstall/boot
Mounting BTRFSPartition(path=/dev/nvme0n1p3, size=456.9, PARTUUID=2081b162-7352-4311-850c-64f1e379293c, fs=btrfs) to /mnt/archinstall/home
'/dev/sda'
[!] 已在此处创建日志文件:/var/log/archinstall/install.log
请将此问题(和文件)提交到 https://github.com/archlinux/archinstall/issues
Traceback (most recent call last):
File "/usr/bin/archinstall", line 8, in <module>
sys.exit(run_as_a_module())
File "/usr/lib/python3.10/site-packages/archinstall/__init__.py", line 311, in run_as_a_module
script.execute()
File "/usr/lib/python3.10/site-packages/archinstall/lib/profiles.py", line 195, in execute
self.spec.loader.exec_module(sys.modules[self.namespace])
File "<frozen importlib._bootstrap_external>", line 883, in exec_module
File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
File "/usr/lib/python3.10/site-packages/archinstall/examples/guided.py", line 312, in <module>
perform_installation(archinstall.storage.get('MOUNT_POINT', '/mnt'))
File "/usr/lib/python3.10/site-packages/archinstall/examples/guided.py", line 141, in perform_installation
with archinstall.Installer(mountpoint, kernels=archinstall.arguments.get('kernels', ['linux'])) as installation:
File "/usr/lib/python3.10/site-packages/archinstall/lib/installer.py", line 160, in __exit__
raise args[1]
File "/usr/lib/python3.10/site-packages/archinstall/examples/guided.py", line 148, in perform_installation
for partition in installation.partitions:
File "/usr/lib/python3.10/site-packages/archinstall/lib/installer.py", line 180, in partitions
return get_partitions_in_use(self.target).values()
File "/usr/lib/python3.10/site-packages/archinstall/lib/disk/helpers.py", line 418, in get_partitions_in_use
block_devices_available = all_blockdevices(mappers=True, partitions=True, error=True)
File "/usr/lib/python3.10/site-packages/archinstall/lib/disk/helpers.py", line 273, in all_blockdevices
instances[path] = Partition(path, block_device=BlockDevice(get_parent_of_partition(pathlib.Path(path))))
File "/usr/lib/python3.10/site-packages/archinstall/lib/disk/blockdevice.py", line 44, in __init__
self.info = all_blockdevices(partitions=False)[path].info
KeyError: '/dev/sda'
archinstall 1.76s user 7.19s system 7% cpu 2:03.72 total
1 root@archiso ~ #