加载论坛时出错,请强制刷新页面重试。

Archlinux loong64 2022.09

loong64

yetist 好的 谢谢


loong64

yetist

输入下面命令修复U盘 就可以了 安装了

parted -l

loong64

yetist


按回车键继续。
 ! Formatting [BlockDevice(/dev/nvme0n1, size=476.9GB, free_space=1000MB+511GB, 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=1000MB+511GB, bus_type=nvme), 1MiB->512MiB
Could not find the new PARTUUID after adding the partition.
Previous partitions: []
New partitions: {None}
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 296, in <module>
    perform_filesystem_operations()
  File "/usr/lib/python3.10/site-packages/archinstall/examples/guided.py", line 130, in perform_filesystem_operations
    with archinstall.Filesystem(drive, mode) as fs:
  File "/usr/lib/python3.10/site-packages/archinstall/lib/disk/filesystem.py", line 44, in __exit__
    raise args[1]
  File "/usr/lib/python3.10/site-packages/archinstall/examples/guided.py", line 131, in perform_filesystem_operations
    fs.load_layout(archinstall.arguments['disk_layouts'][drive.path])
  File "/usr/lib/python3.10/site-packages/archinstall/lib/disk/filesystem.py", line 89, in load_layout
    partition['device_instance'] = self.add_partition(partition.get('type', 'primary'),
  File "/usr/lib/python3.10/site-packages/archinstall/lib/disk/filesystem.py", line 285, in add_partition
    raise DiskError(f"Could not add partition using: {parted_string}")
archinstall.lib.exceptions.DiskError: Could not add partition using: /dev/nvme0n1 mkpart primary fat32 1MiB 512MiB

yetist

loong64

临时升级了 archinstall 到2.5.2 版本,你要方便的话,可以测试一下这个新版本。

  1. 使用你手里的 iso 启动进入安装环境。
  2. 修改 /etc/pacman.conf 文件,开启 staging 仓库,如:
    [staging]
    Include = /etc/pacman.d/mirrorlist
    
    [core]
    Include = /etc/pacman.d/mirrorlist
  3. 等待后台的 pacman-key 进程完成之后,升级 archinstall 到 2.5.2-1 版本:pacman -Sy archinstall
  4. 如果不是最新固件,请将 staging 仓库关闭,并运行 pacman -Sy 刷新本地缓存,否则装完的系统可能无法启动。
  5. 运行 setup 安装。

loong64

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 ~ #                                                     

loong64

archinstall.log

Hardware model detected: Loongson Loongson-3A5000-LL-7A1000-1w-ML5A; UEFI mode: True
Processor model detected: None
Memory statistics: 30809712 available out of 33229616 total installed
Could not detect virtual system: ['/usr/bin/systemd-detect-virt'] exited with abnormal exit code [256]: b'none\r\n'
System is not running in a VM: ['/usr/bin/systemd-detect-virt'] exited with abnormal exit code [256]: b'none\r\n'
Virtualization detected: None; is VM: None
Graphics devices detected: dict_keys(['Loongson Technology LLC DC (Display Controller) (rev 01)', 'Advanced Micro Devices, Inc. [AMD/ATI] Ellesmere [Radeon RX 470/480/570/570X/580/580X/590] (rev e7)'])
Disk states before installing: {'blockdevices': [{'name': 'loop0', 'fstype': 'squashfs', 'fsver': '4.0', 'label': None, 'uuid': None, 'fsavail': '0', 'fsuse%': '100%', 'mountpoints': ['/run/archiso/airootfs'], 'type': 'loop', 'size': '476.5M'}, {'name': 'sda', 'fstype': 'iso9660', 'fsver': 'Joliet Extension', 'label': 'ARCH_202210', 'uuid': '2022-10-22-06-52-32-00', 'fsavail': '0', 'fsuse%': '100%', 'mountpoints': ['/run/archiso/bootmnt'], 'type': 'disk', 'size': '60G', 'children': [{'name': 'sda1', 'fstype': 'iso9660', 'fsver': 'Joliet Extension', 'label': 'ARCH_202210', 'uuid': '2022-10-22-06-52-32-00', 'fsavail': None, 'fsuse%': None, 'mountpoints': [None], 'type': 'part', 'size': '525.6M'}, {'name': 'sda2', 'fstype': 'vfat', 'fsver': 'FAT16', 'label': 'ARCHISO_EFI', 'uuid': 'A911-68BD', 'fsavail': None, 'fsuse%': None, 'mountpoints': [None], 'type': 'part', 'size': '10M'}, {'name': 'sda3', 'fstype': None, 'fsver': None, 'label': None, 'uuid': None, 'fsavail': None, 'fsuse%': None, 'mountpoints': [None], 'type': 'part', 'size': '300K'}]}, {'name': 'nvme0n1', 'fstype': None, 'fsver': None, 'label': None, 'uuid': None, 'fsavail': None, 'fsuse%': None, 'mountpoints': [None], 'type': 'disk', 'size': '476.9G', 'children': [{'name': 'nvme0n1p1', 'fstype': 'vfat', 'fsver': 'FAT32', 'label': None, 'uuid': 'AF19-5B13', 'fsavail': None, 'fsuse%': None, 'mountpoints': [None], 'type': 'part', 'size': '511M'}, {'name': 'nvme0n1p2', 'fstype': 'ext4', 'fsver': '1.0', 'label': None, 'uuid': '05c4028e-644f-4012-a613-aa42a6860308', 'fsavail': None, 'fsuse%': None, 'mountpoints': [None], 'type': 'part', 'size': '19.5G'}, {'name': 'nvme0n1p3', 'fstype': 'ext4', 'fsver': '1.0', 'label': None, 'uuid': '933c3498-0452-47cb-b834-dbdfbe72dae9', 'fsavail': None, 'fsuse%': None, 'mountpoints': [None], 'type': 'part', 'size': '456.9G'}]}]}
Setting font: LatGrkCyr-8x16
Password strength: 闈炲父寮? -- Chosen configuration --
{
    "HSM": null,
    "__separator__": null,
    "additional-repositories": [
        "multilib",
        "testing"
    ],
    "archinstall-language": "Simplified Chinese",
    "audio": "pipewire",
    "bootloader": "grub-install",
    "config_version": "2.5.1",
    "debug": false,
    "desktop-environment": "mate",
    "gfx_driver": "AMD / ATI (open-source)",
    "harddrives": [
        "/dev/nvme0n1"
    ],
    "hostname": "archlinux",
    "kernels": [
        "linux"
    ],
    "keyboard-layout": "us",
    "mirror-region": {},
    "nic": {
        "dhcp": true,
        "dns": null,
        "gateway": null,
        "iface": null,
        "ip": null,
        "type": "nm"
    },
    "no_pkg_lookups": false,
    "ntp": true,
    "offline": false,
    "packages": [],
    "parallel downloads": 0,
    "profile": {
        "path": "/usr/lib/python3.10/site-packages/archinstall/profiles/desktop.py"
    },
    "save_config": null,
    "script": "guided",
    "silent": false,
    "swap": true,
    "sys-encoding": "UTF-8",
    "sys-language": "zh_CN.UTF-8",
    "timezone": "UTC",
    "version": "2.5.1"
}
{
    "/dev/nvme0n1": {
        "partitions": [
            {
                "boot": true,
                "encrypted": false,
                "filesystem": {
                    "format": "fat32"
                },
                "mountpoint": "/boot",
                "size": "512MiB",
                "start": "1MiB",
                "type": "primary",
                "wipe": true
            },
            {
                "encrypted": false,
                "filesystem": {
                    "format": "btrfs",
                    "mount_options": []
                },
                "mountpoint": "/",
                "size": "20GiB",
                "start": "513MiB",
                "type": "primary",
                "wipe": true
            },
            {
                "encrypted": false,
                "filesystem": {
                    "format": "btrfs",
                    "mount_options": []
                },
                "mountpoint": "/home",
                "size": "100%",
                "start": "20GiB",
                "type": "primary",
                "wipe": true
            }
        ],
        "wipe": true
    }
}
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
Adding partition using the following parted command: /dev/nvme0n1 mkpart primary fat32 1MiB 512MiB
Retrieving partition PARTUUID=2de72e17-3ef9-44e3-b73c-f5fafa46c5d6 or UUID=None
Matched PARTUUID=2de72e17-3ef9-44e3-b73c-f5fafa46c5d6 against 2de72e17-3ef9-44e3-b73c-f5fafa46c5d6
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
Adding partition using the following parted command: /dev/nvme0n1 mkpart primary btrfs 513MiB 20GiB
Retrieving partition PARTUUID=261698f3-294a-47fd-9a59-adaa868c2a05 or UUID=None
Matched PARTUUID=261698f3-294a-47fd-9a59-adaa868c2a05 against 261698f3-294a-47fd-9a59-adaa868c2a05
Formatting /dev/nvme0n1p2 -> btrfs
Adding partition to BlockDevice(/dev/nvme0n1, size=476.9GB, free_space=1031kB+1049kB+335kB, bus_type=nvme), 20GiB->100%
Adding partition using the following parted command: /dev/nvme0n1 mkpart primary btrfs 20GiB 100%
Retrieving partition PARTUUID=2081b162-7352-4311-850c-64f1e379293c or UUID=None
Matched PARTUUID=2081b162-7352-4311-850c-64f1e379293c against 2081b162-7352-4311-850c-64f1e379293c
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/
Getting mount information for device path /mnt/archinstall
Mounting Partition(path=/dev/nvme0n1p1, size=0.5, PARTUUID=2de72e17-3ef9-44e3-b73c-f5fafa46c5d6, fs=vfat) to /mnt/archinstall/boot
Getting mount information for device path /mnt/archinstall/boot
Mounting BTRFSPartition(path=/dev/nvme0n1p3, size=456.9, PARTUUID=2081b162-7352-4311-850c-64f1e379293c, fs=btrfs) to /mnt/archinstall/home
Getting mount information for device path /mnt/archinstall/home
'/dev/sda'

yetist

loong64

这看起来把 iso dd 到U盘上,archinstall 总是在遇到 U 盘时会处理出错,也许用光盘没问题,因为虚拟机是拿iso文件来测试的。

可以试下在这个文件 /usr/lib/python3.10/site-packages/archinstall/lib/disk/helpers.py,以下部分增加代码,把 /dev/sda 排除掉,在271行之前continue:

268         for path, path_info in information.items():                              
269             if path_info.get('DMCRYPT_NAME'):                                    
270                 instances[path] = DMCryptDev(dev_path=path)                      
271             elif path_info.get('PARTUUID') or path_info.get('PART_ENTRY_NUMBER'):
272                 if partitions:                                                   
273                     instances[path] = Partition(path, block_device=BlockDevice(get_parent_of_partition(pathlib.Path(path))))
274             elif path.startswith('/dev/loop'):                                   
275                 continue                                                         
276             elif path_info.get('PTTYPE', False) is not False or path_info.get('TYPE') == 'loop':
277                 instances[path] = BlockDevice(path, path_info)                   
278             elif path_info.get('TYPE') in ('squashfs', 'erofs'):                 
279                 # We can ignore squashfs devices (usually /dev/loop0 on Arch ISO)
280                 continue                                                         
281             else:                                                                
282                 log(f"Unknown device found by all_blockdevices(), ignoring: {information}", level=logging.WARNING, fg="yellow")

yetist

不过我也很奇怪,archlinux x86_64 的iso,难道大家不用 liveusb 安装?或者说不用 archinstall 安装吗?为啥上游没这种问题呢?难道真的都是刻光盘来安装的吗?


yetist

2022.10.24 更新:

  1. linux-6.0.arch1-6grub-2:2.11-4 进入 testing 仓库,支持最新固件 pre-beta9 版本。
    重要说明
    • 如果升级了固件到 pre-bata9 版本,应该同时升级这两个软件,并在升级之后,运行 grub-install 重新安装grub,否则下次启动时可能因无法加载 initramfs 文件而失败
    • 如果固件没有升级到 pre-beta9 版本,不建议升级内核和grub,继续使用 core 仓库当前版本即可。
  2. 发布最新安装盘,archlinux-2022.10.24.1-loong64.iso,修复了在物理机上使用 setup 命令安装出错的问题。在物理机上使用 sata 固态盘安装mate桌面环境通过测试,虚拟机安装通过测试。

loong64

yetist

最新iso archinstall 安装网络报错

按回车键继续。
 ! 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=041b7c13-4bf4-4ea3-abc4-428fe79b461e, 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->100%
Formatting /dev/nvme0n1p2 -> ext4
Mounting / to /mnt/archinstall/ using Partition(path=/dev/nvme0n1p2, size=476.4, PARTUUID=3d13e687-8740-4257-94ac-c4a8764d8189, fs=ext4)
Mounting /boot to /mnt/archinstall/boot using Partition(path=/dev/nvme0n1p1, size=0.5, PARTUUID=041b7c13-4bf4-4ea3-abc4-428fe79b461e, fs=vfat)
Using mount order: [('/', <function Installer.mount_ordered_layout.<locals>.<lambda> at 0x7fffee57cd30>), ('/boot', <function Installer.mount_ordered_layout.<locals>.<lambda> at 0x7fffee57f880>)]
Mounting Partition(path=/dev/nvme0n1p2, size=476.4, PARTUUID=3d13e687-8740-4257-94ac-c4a8764d8189, fs=ext4) to /mnt/archinstall/
Mounting Partition(path=/dev/nvme0n1p1, size=0.5, PARTUUID=041b7c13-4bf4-4ea3-abc4-428fe79b461e, fs=vfat) to /mnt/archinstall/boot
Waiting for automatic mirror selection (reflector) to complete.
Installing packages: ['base', 'base-devel', 'linux-firmware', 'linux']
Could not sync a new package database: ['/usr/bin/pacman', '-Syy'] exited with abnormal exit code [256]: b"-----------------]   0%\r extra                1677.4 KiB  8.19 MiB/s 00:00 [######################] 100%\r\x1b[1E community-testing\r\n\x1b[1F community-testing.db failed to download\x1b[K\x1b[1Eerror: failed retrieving file 'community-testing.db' from mirrors.wsyu.edu.cn : The requested URL returned error: 404\r\nerror: failed retrieving file 'community-testing.db' from mirrors.wsyu.edu.cn : The requested URL returned error: 404\r\nerror: failed to synchronize all databases (failed to retrieve some files)\r\n\x1b[?25h"
Would you like to re-try this download? (Y/n): y

loong64

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=041b7c13-4bf4-4ea3-abc4-428fe79b461e, 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->100%
Formatting /dev/nvme0n1p2 -> ext4
Mounting / to /mnt/archinstall/ using Partition(path=/dev/nvme0n1p2, size=476.4, PARTUUID=3d13e687-8740-4257-94ac-c4a8764d8189, fs=ext4)
Mounting /boot to /mnt/archinstall/boot using Partition(path=/dev/nvme0n1p1, size=0.5, PARTUUID=041b7c13-4bf4-4ea3-abc4-428fe79b461e, fs=vfat)
Using mount order: [('/', <function Installer.mount_ordered_layout.<locals>.<lambda> at 0x7fffee57cd30>), ('/boot', <function Installer.mount_ordered_layout.<locals>.<lambda> at 0x7fffee57f880>)]
Mounting Partition(path=/dev/nvme0n1p2, size=476.4, PARTUUID=3d13e687-8740-4257-94ac-c4a8764d8189, fs=ext4) to /mnt/archinstall/
Mounting Partition(path=/dev/nvme0n1p1, size=0.5, PARTUUID=041b7c13-4bf4-4ea3-abc4-428fe79b461e, fs=vfat) to /mnt/archinstall/boot
Waiting for automatic mirror selection (reflector) to complete.
Installing packages: ['base', 'base-devel', 'linux-firmware', 'linux']
Could not sync a new package database: ['/usr/bin/pacman', '-Syy'] exited with abnormal exit code [256]: b"-----------------]   0%\r extra                1677.4 KiB  8.19 MiB/s 00:00 [######################] 100%\r\x1b[1E community-testing\r\n\x1b[1F community-testing.db failed to download\x1b[K\x1b[1Eerror: failed retrieving file 'community-testing.db' from mirrors.wsyu.edu.cn : The requested URL returned error: 404\r\nerror: failed retrieving file 'community-testing.db' from mirrors.wsyu.edu.cn : The requested URL returned error: 404\r\nerror: failed to synchronize all databases (failed to retrieve some files)\r\n\x1b[?25h"
Would you like to re-try this download? (Y/n): y
Installing packages: ('base', 'base-devel', 'linux-firmware', 'linux')
==> Creating install root at /mnt/archinstall
==> Installing packages to /mnt/archinstall
:: Synchronizing package databases...
 testing               735.1 KiB  1718 KiB/s 00:00 [######################] 100%
 core                  164.6 KiB  2.51 MiB/s 00:00 [######################] 100%
 extra                1677.4 KiB  8.19 MiB/s 00:00 [######################] 100%
 community               3.6 MiB  9.57 MiB/s 00:00 [######################] 100%
:: There are 25 members in group base-devel:
:: Repository testing
   1) archlinux-keyring  2) file  3) gawk  4) grep  5) groff  6) pacman
:: Repository core
   7) autoconf  8) automake  9) binutils  10) bison  11) fakeroot
   12) findutils  13) flex  14) gcc  15) gettext  16) gzip  17) libtool  18) m4
   19) make  20) patch  21) pkgconf  22) sed  23) sudo  24) texinfo  25) which

Enter a selection (default=all):
resolving dependencies...
:: There are 4 providers available for initramfs:
:: Repository testing
   1) booster
:: Repository core
   2) mkinitcpio
:: Repository extra
   3) booster  4) dracut

Enter a number (default=1):
looking for conflicting packages...

Packages (141) acl-2.3.1-2  argon2-20190702-4  attr-2.5.1-2  audit-3.0.8-1
               bash-5.1.016-2  booster-0.9-1  brotli-1.0.9-8  bzip2-1.0.8-4
               ca-certificates-20220905-1  ca-certificates-mozilla-3.83-1
               ca-certificates-utils-20220905-1  coreutils-9.1-1
               cryptsetup-2.5.0-1  curl-7.85.0-2  db-5.3.28-5  dbus-1.14.2-1
               device-mapper-2.03.16-2  diffutils-3.8-1  e2fsprogs-1.46.5-4
               expat-2.4.9-1  filesystem-2021.12.07-1  gc-8.2.2-1
               gcc-libs-12.2.1-3  gdbm-1.23-1  glib2-2.74.0-2  glibc-2.36-5
               gmp-6.2.1-2  gnupg-2.2.39-1  gnutls-3.7.8-1  gpgme-1.18.0-1
               guile-2.2.7-2  hwdata-0.362-2  iana-etc-20220915-1  icu-71.1-1
               iproute2-5.19.0-1  iptables-1:1.8.8-2  iputils-20211215-1
               jansson-2.14-2  json-c-0.16-1  kbd-2.5.1-1  keyutils-1.6.3-1
               kmod-30-1  krb5-1.19.3-3  less-1:608-1  libarchive-3.6.1-2
               libassuan-2.5.5-1  libbpf-0.8.1-1  libcap-2.66-1
               libcap-ng-0.8.3-1  libelf-0.187-3  libevent-2.1.12-2
               libffi-3.4.3-1  libgcrypt-1.10.1-1  libgpg-error-1.45-2
               libidn2-2.3.3-1  libisl-0.25-1  libksba-1.6.0-1  libldap-2.6.3-1
               libmnl-1.0.5-1  libmpc-1.2.1-2  libnetfilter_conntrack-1.0.9-1
               libnfnetlink-1.0.2-1  libnftnl-1.2.3-1  libnghttp2-1.50.0-1
               libnl-3.7.0-1  libp11-kit-0.24.1-1  libpcap-1.10.1-2
               libpsl-0.21.1-1  libsasl-2.1.28-1  libseccomp-2.5.4-1
               libsecret-0.20.5-2  libssh2-1.10.0-1
               libsysprof-capture-3.44.0-2  libtasn1-4.19.0-1  libtirpc-1.3.3-1
               libunistring-1.0-1  libverto-0.3.2-4  libxcrypt-4.4.28-2
               libxml2-2.10.2-2  licenses-20220125-1  linux-api-headers-6.0-5
               linux-firmware-whence-20220913.f09bebf-1  lz4-1:1.9.4-1
               mpfr-4.1.0.p13-3  ncurses-6.3-3  nettle-3.8.1-1  npth-1.6-3
               openssl-1.1.1.q-1  p11-kit-0.24.1-1
               pacman-mirrorlist-20220924-1  pam-1.5.2-1  pambase-20211210-1
               pciutils-3.8.0-2  pcre2-10.40-3  perl-5.36.0-1  pinentry-1.2.0-1
               popt-1.18-3  procps-ng-3.3.17-1  psmisc-23.5-1
               readline-8.1.002-1  shadow-4.11.1-2  sqlite-3.39.3-1
               systemd-251.4-1  systemd-libs-251.4-1
               systemd-sysvcompat-251.4-1  tar-1.34-1  tpm2-tss-3.2.0-1
               tzdata-2022d-1  util-linux-2.38.1-1  util-linux-libs-2.38.1-1
               xz-5.2.6-1  zlib-1:1.2.12-2  zstd-1.5.2-7
               archlinux-keyring-20220928-1  autoconf-2.71-1  automake-1.16.5-1
               base-3-1  binutils-2.39-3  bison-3.8.2-4  fakeroot-1.29-1
               file-5.43-1  findutils-4.9.0-1  flex-2.6.4-3  gawk-5.2.0-3
               gcc-12.2.1-3  gettext-0.21-2  grep-3.8-2  groff-1.22.4-7
               gzip-1.12-1  libtool-2.4.7-5  linux-6.0.arch1-6
               linux-firmware-20220913.f09bebf-1  m4-1.4.19-1  make-4.3-3
               pacman-6.0.1-6  patch-2.7.6-8  pkgconf-1.8.0-1  sed-4.8-1
               sudo-1.9.11.p3-1  texinfo-6.8-2  which-2.21-5

Total Download Size:   394.52 MiB
Total Installed Size:  903.61 MiB

:: Proceed with installation? [Y/n]
:: Retrieving packages...
 linux-firmware-2...   147.0 MiB  10.8 MiB/s 00:14 [######################] 100%
 gcc-12.2.1-3-loong64   43.7 MiB  10.9 MiB/s 00:04 [######################] 100%
 linux-6.0.arch1-...    38.6 MiB  10.8 MiB/s 00:04 [######################] 100%
 perl-5.36.0-1-lo...    18.6 MiB  10.2 MiB/s 00:02 [######################] 100%
 icu-71.1-1-loong64     14.1 MiB  8.49 MiB/s 00:02 [######################] 100%
 gcc-libs-12.2.1-...    13.5 MiB  9.98 MiB/s 00:01 [######################] 100%
 glibc-2.36-5-loong64    9.3 MiB  9.82 MiB/s 00:01 [######################] 100%
 systemd-251.4-1-...     8.4 MiB  9.85 MiB/s 00:01 [######################] 100%
 guile-2.2.7-2-lo...     8.3 MiB  9.90 MiB/s 00:01 [######################] 100%
 binutils-2.39-3-...     7.0 MiB  9.74 MiB/s 00:01 [######################] 100%
 booster-0.9-1-lo...     4.2 MiB  9.30 MiB/s 00:00 [######################] 100%
 glib2-2.74.0-2-l...     3.9 MiB  9.13 MiB/s 00:00 [######################] 100%
 openssl-1.1.1.q-...     3.8 MiB  9.31 MiB/s 00:00 [######################] 100%
 coreutils-9.1-1-...     3.7 MiB  9.55 MiB/s 00:00 [######################] 100%
 util-linux-2.38....     3.4 MiB  9.01 MiB/s 00:00 [######################] 100%
 db-5.3.28-5-loong64     2.9 MiB  8.55 MiB/s 00:00 [######################] 100%
 gnutls-3.7.8-1-l...     2.7 MiB  8.52 MiB/s 00:00 [######################] 100%
 groff-1.22.4-7-l...     2.7 MiB  8.60 MiB/s 00:00 [######################] 100%
 gnupg-2.2.39-1-l...     2.4 MiB  8.31 MiB/s 00:00 [######################] 100%
 sudo-1.9.11.p3-1...     2.1 MiB  7.96 MiB/s 00:00 [######################] 100%
 gettext-0.21-2-l...     2.1 MiB  8.30 MiB/s 00:00 [######################] 100%
 bash-5.1.016-2-l...     2.1 MiB  8.30 MiB/s 00:00 [######################] 100%
 texinfo-6.8-2-lo...  1788.6 KiB  7.66 MiB/s 00:00 [######################] 100%
 sqlite-3.39.3-1-...  1635.9 KiB  6.89 MiB/s 00:00 [######################] 100%
 krb5-1.19.3-3-lo...  1626.1 KiB  7.63 MiB/s 00:00 [######################] 100%
 e2fsprogs-1.46.5...  1560.4 KiB  7.94 MiB/s 00:00 [######################] 100%
 hwdata-0.362-2-any   1549.3 KiB  7.42 MiB/s 00:00 [######################] 100%
 linux-api-header...  1468.5 KiB  7.97 MiB/s 00:00 [######################] 100%
 kbd-2.5.1-1-loong64  1348.5 KiB  7.16 MiB/s 00:00 [######################] 100%
 ncurses-6.3-3-lo...  1339.5 KiB  7.60 MiB/s 00:00 [######################] 100%
 shadow-4.11.1-2-...  1329.7 KiB  7.73 MiB/s 00:00 [######################] 100%
 iproute2-5.19.0-...  1327.3 KiB  7.04 MiB/s 00:00 [######################] 100%
 gawk-5.2.0-3-loong64 1239.9 KiB  6.88 MiB/s 00:00 [######################] 100%
 pcre2-10.40-3-lo...  1210.3 KiB  7.58 MiB/s 00:00 [######################] 100%
 curl-7.85.0-2-lo...  1167.7 KiB  6.33 MiB/s 00:00 [######################] 100%
 libisl-0.25-1-lo...  1149.4 KiB  6.84 MiB/s 00:00 [######################] 100%
 archlinux-keyrin...  1138.6 KiB  7.32 MiB/s 00:00 [######################] 100%
 libxml2-2.10.2-2...  1026.2 KiB  5.69 MiB/s 00:00 [######################] 100%
 tar-1.34-1-loong64    925.2 KiB  5.94 MiB/s 00:00 [######################] 100%
 pacman-6.0.1-6-l...   910.8 KiB  6.74 MiB/s 00:00 [######################] 100%
 bison-3.8.2-4-lo...   897.0 KiB  6.08 MiB/s 00:00 [######################] 100%
 tpm2-tss-3.2.0-1...   890.1 KiB  6.21 MiB/s 00:00 [######################] 100%
 libunistring-1.0...   878.1 KiB  5.95 MiB/s 00:00 [######################] 100%
 cryptsetup-2.5.0...   802.3 KiB  5.15 MiB/s 00:00 [######################] 100%
 systemd-libs-251...   755.8 KiB  5.95 MiB/s 00:00 [######################] 100%
 autoconf-2.71-1-any   728.3 KiB  5.56 MiB/s 00:00 [######################] 100%
 pam-1.5.2-1-loong64   701.6 KiB  5.71 MiB/s 00:00 [######################] 100%
 automake-1.16.5-...   677.2 KiB  5.70 MiB/s 00:00 [######################] 100%
 libelf-0.187-3-l...   663.5 KiB  5.59 MiB/s 00:00 [######################] 100%
 libgcrypt-1.10.1...   632.0 KiB  4.98 MiB/s 00:00 [######################] 100%
 libp11-kit-0.24....   612.2 KiB  5.98 MiB/s 00:00 [######################] 100%
 libarchive-3.6.1...   603.3 KiB  5.89 MiB/s 00:00 [######################] 100%
 procps-ng-3.3.17...   594.0 KiB  6.04 MiB/s 00:00 [######################] 100%
 make-4.3-3-loong64    554.6 KiB  5.64 MiB/s 00:00 [######################] 100%
 iptables-1:1.8.8...   547.2 KiB  4.95 MiB/s 00:00 [######################] 100%
 gpgme-1.18.0-1-l...   536.0 KiB  5.23 MiB/s 00:00 [######################] 100%
 libnl-3.7.0-1-lo...   527.4 KiB  4.15 MiB/s 00:00 [######################] 100%
 nettle-3.8.1-1-l...   520.4 KiB  5.78 MiB/s 00:00 [######################] 100%
 libtool-2.4.7-5-...   496.8 KiB  4.85 MiB/s 00:00 [######################] 100%
 findutils-4.9.0-...   476.7 KiB  4.66 MiB/s 00:00 [######################] 100%
 gmp-6.2.1-2-loong64   471.4 KiB  4.11 MiB/s 00:00 [######################] 100%
 brotli-1.0.9-8-l...   456.4 KiB  4.46 MiB/s 00:00 [######################] 100%
 zstd-1.5.2-7-loong64  456.3 KiB  4.29 MiB/s 00:00 [######################] 100%
 audit-3.0.8-1-lo...   451.5 KiB  4.24 MiB/s 00:00 [######################] 100%
 xz-5.2.6-1-loong64    434.1 KiB  4.24 MiB/s 00:00 [######################] 100%
 util-linux-libs-...   426.7 KiB  4.17 MiB/s 00:00 [######################] 100%
 iana-etc-2022091...   396.3 KiB  4.03 MiB/s 00:00 [######################] 100%
 mpfr-4.1.0.p13-3...   394.9 KiB  3.86 MiB/s 00:00 [######################] 100%
 tzdata-2022d-1-l...   386.8 KiB  3.78 MiB/s 00:00 [######################] 100%
 diffutils-3.8-1-...   380.1 KiB  3.31 MiB/s 00:00 [######################] 100%
 file-5.43-1-loong64   378.8 KiB  3.56 MiB/s 00:00 [######################] 100%
 readline-8.1.002...   364.9 KiB  3.87 MiB/s 00:00 [######################] 100%
 ca-certificates-...   364.3 KiB  3.56 MiB/s 00:00 [######################] 100%
 device-mapper-2....   348.5 KiB  3.70 MiB/s 00:00 [######################] 100%
 flex-2.6.4-3-loong64  344.5 KiB  4.43 MiB/s 00:00 [######################] 100%
 libevent-2.1.12-...   335.1 KiB  3.56 MiB/s 00:00 [######################] 100%
 libldap-2.6.3-1-...   328.1 KiB  3.64 MiB/s 00:00 [######################] 100%
 libpcap-1.10.1-2...   326.1 KiB  4.19 MiB/s 00:00 [######################] 100%
 dbus-1.14.2-1-lo...   310.1 KiB  3.15 MiB/s 00:00 [######################] 100%
 gdbm-1.23-1-loong64   307.9 KiB  4.18 MiB/s 00:00 [######################] 100%
 libbpf-0.8.1-1-l...   292.8 KiB  3.97 MiB/s 00:00 [######################] 100%
 libgpg-error-1.4...   292.2 KiB  3.96 MiB/s 00:00 [######################] 100%
 m4-1.4.19-1-loong64   272.2 KiB  3.50 MiB/s 00:00 [######################] 100%
 sed-4.8-1-loong64     268.9 KiB  3.86 MiB/s 00:00 [######################] 100%
 libssh2-1.10.0-1...   238.7 KiB  2.33 MiB/s 00:00 [######################] 100%
 libsecret-0.20.5...   234.5 KiB  2.86 MiB/s 00:00 [######################] 100%
 grep-3.8-2-loong64    231.9 KiB  2.70 MiB/s 00:00 [######################] 100%
 gc-8.2.2-1-loong64    230.3 KiB  3.12 MiB/s 00:00 [######################] 100%
 psmisc-23.5-1-lo...   217.8 KiB  2.66 MiB/s 00:00 [######################] 100%
 libtirpc-1.3.3-1...   203.1 KiB  2.61 MiB/s 00:00 [######################] 100%
 libsasl-2.1.28-1...   183.5 KiB  2.49 MiB/s 00:00 [######################] 100%
 p11-kit-0.24.1-1...   175.4 KiB  2.52 MiB/s 00:00 [######################] 100%
 libidn2-2.3.3-1-...   164.7 KiB  2.23 MiB/s 00:00 [######################] 100%
 libtasn1-4.19.0-...   162.3 KiB  2.20 MiB/s 00:00 [######################] 100%
 iputils-20211215...   161.8 KiB  2023 KiB/s 00:00 [######################] 100%
 libksba-1.6.0-1-...   161.7 KiB  2.19 MiB/s 00:00 [######################] 100%
 pinentry-1.2.0-1...   154.0 KiB  2.35 MiB/s 00:00 [######################] 100%
 acl-2.3.1-2-loong64   151.5 KiB  2.05 MiB/s 00:00 [######################] 100%
 kmod-30-1-loong64     142.3 KiB  1617 KiB/s 00:00 [######################] 100%
 lz4-1:1.9.4-1-lo...   137.9 KiB  1723 KiB/s 00:00 [######################] 100%
 less-1:608-1-loong64  123.2 KiB  2.01 MiB/s 00:00 [######################] 100%
 pciutils-3.8.0-2...   122.4 KiB  1912 KiB/s 00:00 [######################] 100%
 libassuan-2.5.5-...   118.9 KiB  1565 KiB/s 00:00 [######################] 100%
 expat-2.4.9-1-lo...   115.6 KiB  1606 KiB/s 00:00 [######################] 100%
 keyutils-1.6.3-1...   113.6 KiB  1671 KiB/s 00:00 [######################] 100%
 libxcrypt-4.4.28...   113.1 KiB  1767 KiB/s 00:00 [######################] 100%
 libseccomp-2.5.4...   107.8 KiB  1797 KiB/s 00:00 [######################] 100%
 patch-2.7.6-8-lo...   106.8 KiB  1907 KiB/s 00:00 [######################] 100%
 zlib-1:1.2.12-2-...   106.0 KiB  1656 KiB/s 00:00 [######################] 100%
 libnghttp2-1.50....    96.9 KiB  1615 KiB/s 00:00 [######################] 100%
 libpsl-0.21.1-1-...    90.4 KiB  1412 KiB/s 00:00 [######################] 100%
 gzip-1.12-1-loong64    89.7 KiB  1402 KiB/s 00:00 [######################] 100%
 popt-1.18-3-loong64    87.4 KiB  1561 KiB/s 00:00 [######################] 100%
 libmpc-1.2.1-2-l...    87.2 KiB  1558 KiB/s 00:00 [######################] 100%
 libcap-2.66-1-lo...    87.0 KiB  1554 KiB/s 00:00 [######################] 100%
 libnftnl-1.2.3-1...    84.8 KiB  1116 KiB/s 00:00 [######################] 100%
 licenses-2022012...    83.2 KiB  1387 KiB/s 00:00 [######################] 100%
 fakeroot-1.29-1-...    77.7 KiB   925 KiB/s 00:00 [######################] 100%
 attr-2.5.1-2-loong64   76.8 KiB  1067 KiB/s 00:00 [######################] 100%
 bzip2-1.0.8-4-lo...    72.3 KiB  1129 KiB/s 00:00 [######################] 100%
 pkgconf-1.8.0-1-...    70.3 KiB  1255 KiB/s 00:00 [######################] 100%
 jansson-2.14-2-l...    67.9 KiB  1212 KiB/s 00:00 [######################] 100%
 json-c-0.16-1-lo...    64.4 KiB   947 KiB/s 00:00 [######################] 100%
 libnetfilter_con...    63.1 KiB  1214 KiB/s 00:00 [######################] 100%
 libsysprof-captu...    60.3 KiB  1004 KiB/s 00:00 [######################] 100%
 libcap-ng-0.8.3-...    48.2 KiB   926 KiB/s 00:00 [######################] 100%
 libffi-3.4.3-1-l...    43.0 KiB   768 KiB/s 00:00 [######################] 100%
 argon2-20190702-...    39.8 KiB   553 KiB/s 00:00 [######################] 100%
 linux-firmware-w...    28.9 KiB   481 KiB/s 00:00 [######################] 100%
 npth-1.6-3-loong64     27.9 KiB   536 KiB/s 00:00 [######################] 100%
 libverto-0.3.2-4...    22.0 KiB   458 KiB/s 00:00 [######################] 100%
 libnfnetlink-1.0...    20.2 KiB   421 KiB/s 00:00 [######################] 100%
 which-2.21-5-loong64   18.0 KiB   321 KiB/s 00:00 [######################] 100%
 filesystem-2021....    15.7 KiB   327 KiB/s 00:00 [######################] 100%
 libmnl-1.0.5-1-l...    13.9 KiB   232 KiB/s 00:00 [######################] 100%
 ca-certificates-...     9.8 KiB   164 KiB/s 00:00 [######################] 100%
 systemd-sysvcomp...     6.3 KiB   122 KiB/s 00:00 [######################] 100%
 pambase-20211210...     3.3 KiB  69.3 KiB/s 00:00 [######################] 100%
 base-3-1-any            2.4 KiB  49.6 KiB/s 00:00 [######################] 100%
 pacman-mirrorlis...     2.3 KiB  48.7 KiB/s 00:00 [######################] 100%
 ca-certificates-...     2.2 KiB  42.9 KiB/s 00:00 [######################] 100%
 Total (141/141)       394.5 MiB  7.57 MiB/s 00:52 [######################] 100%
(141/141) checking keys in keyring                 [######################] 100%
(141/141) checking package integrity               [######################] 100%
(141/141) loading package files                    [######################] 100%
(141/141) checking for file conflicts              [######################] 100%
(141/141) checking available disk space            [######################] 100%
:: Processing package changes...
(  1/141) installing iana-etc                      [######################] 100%
(  2/141) installing filesystem                    [######################] 100%
(  3/141) installing linux-api-headers             [######################] 100%
(  4/141) installing tzdata                        [######################] 100%
(  5/141) installing glibc                         [######################] 100%
Optional dependencies for glibc
    gd: for memusagestat
    perl: for mtrace [pending]
(  6/141) installing gcc-libs                      [######################] 100%
(  7/141) installing ncurses                       [######################] 100%
Optional dependencies for ncurses
    bash: for ncursesw6-config [pending]
(  8/141) installing readline                      [######################] 100%
(  9/141) installing bash                          [######################] 100%
Optional dependencies for bash
    bash-completion: for tab completion
( 10/141) installing attr                          [######################] 100%
( 11/141) installing acl                           [######################] 100%
( 12/141) installing gmp                           [######################] 100%
( 13/141) installing util-linux-libs               [######################] 100%
( 14/141) installing e2fsprogs                     [######################] 100%
Optional dependencies for e2fsprogs
    lvm2: for e2scrub
    util-linux: for e2scrub [pending]
    smtp-forwarder: for e2scrub_fail script
( 15/141) installing gdbm                          [######################] 100%
( 16/141) installing openssl                       [######################] 100%
Optional dependencies for openssl
    ca-certificates [pending]
    perl [pending]
( 17/141) installing libsasl                       [######################] 100%
( 18/141) installing libldap                       [######################] 100%
( 19/141) installing keyutils                      [######################] 100%
( 20/141) installing libevent                      [######################] 100%
Optional dependencies for libevent
    python: event_rpcgen.py
( 21/141) installing libverto                      [######################] 100%
( 22/141) installing krb5                          [######################] 100%
( 23/141) installing libtirpc                      [######################] 100%
( 24/141) installing pambase                       [######################] 100%
( 25/141) installing libcap-ng                     [######################] 100%
( 26/141) installing audit                         [######################] 100%
( 27/141) installing libxcrypt                     [######################] 100%
( 28/141) installing pam                           [######################] 100%
( 29/141) installing libcap                        [######################] 100%
( 30/141) installing coreutils                     [######################] 100%
( 31/141) installing zlib                          [######################] 100%
( 32/141) installing xz                            [######################] 100%
( 33/141) installing bzip2                         [######################] 100%
( 34/141) installing libseccomp                    [######################] 100%
( 35/141) installing file                          [######################] 100%
( 36/141) installing findutils                     [######################] 100%
( 37/141) installing mpfr                          [######################] 100%
( 38/141) installing gawk                          [######################] 100%
( 39/141) installing pcre2                         [######################] 100%
( 40/141) installing grep                          [######################] 100%
( 41/141) installing libgpg-error                  [######################] 100%
( 42/141) installing libgcrypt                     [######################] 100%
( 43/141) installing libtasn1                      [######################] 100%
( 44/141) installing libffi                        [######################] 100%
( 45/141) installing libp11-kit                    [######################] 100%
( 46/141) installing lz4                           [######################] 100%
( 47/141) installing zstd                          [######################] 100%
( 48/141) installing systemd-libs                  [######################] 100%
( 49/141) installing procps-ng                     [######################] 100%
( 50/141) installing sed                           [######################] 100%
( 51/141) installing tar                           [######################] 100%
( 52/141) installing libunistring                  [######################] 100%
( 53/141) installing icu                           [######################] 100%
( 54/141) installing libxml2                       [######################] 100%
Optional dependencies for libxml2
    python: Python bindings
( 55/141) installing gettext                       [######################] 100%
Optional dependencies for gettext
    git: for autopoint infrastructure updates
( 56/141) installing hwdata                        [######################] 100%
( 57/141) installing kmod                          [######################] 100%
( 58/141) installing pciutils                      [######################] 100%
( 59/141) installing psmisc                        [######################] 100%
( 60/141) installing shadow                        [######################] 100%
( 61/141) installing util-linux                    [######################] 100%
Optional dependencies for util-linux
    python: python bindings to libmount
    words: default dictionary for look
( 62/141) installing less                          [######################] 100%
( 63/141) installing gzip                          [######################] 100%
( 64/141) installing licenses                      [######################] 100%
( 65/141) installing expat                         [######################] 100%
( 66/141) installing libarchive                    [######################] 100%
( 67/141) installing p11-kit                       [######################] 100%
( 68/141) installing ca-certificates-utils         [######################] 100%
( 69/141) installing ca-certificates-mozilla       [######################] 100%
( 70/141) installing ca-certificates               [######################] 100%
( 71/141) installing brotli                        [######################] 100%
( 72/141) installing libidn2                       [######################] 100%
( 73/141) installing libnghttp2                    [######################] 100%
( 74/141) installing libpsl                        [######################] 100%
( 75/141) installing libssh2                       [######################] 100%
( 76/141) installing curl                          [######################] 100%
( 77/141) installing npth                          [######################] 100%
( 78/141) installing libksba                       [######################] 100%
( 79/141) installing libassuan                     [######################] 100%
( 80/141) installing libsysprof-capture            [######################] 100%
( 81/141) installing glib2                         [######################] 100%
Optional dependencies for glib2
    python: gdbus-codegen, glib-genmarshal, glib-mkenums, gtester-report
    libelf: gresource inspection tool [pending]
    gvfs: most gio functionality
( 82/141) installing json-c                        [######################] 100%
( 83/141) installing tpm2-tss                      [######################] 100%
( 84/141) installing libsecret                     [######################] 100%
Optional dependencies for libsecret
    org.freedesktop.secrets: secret storage backend
( 85/141) installing pinentry                      [######################] 100%
Optional dependencies for pinentry
    gtk2: gtk2 backend
    qt5-base: qt backend
    gcr: gnome3 backend
( 86/141) installing nettle                        [######################] 100%
( 87/141) installing gnutls                        [######################] 100%
Optional dependencies for gnutls
    guile: for use with Guile bindings [pending]
    tpm2-tss: support for TPM2 wrapped keys [installed]
    zstd: for compression support [installed]
( 88/141) installing sqlite                        [######################] 100%
( 89/141) installing gnupg                         [######################] 100%
Optional dependencies for gnupg
    libldap: gpg2keys_ldap [installed]
    libusb-compat: scdaemon
    pcsclite: scdaemon
( 90/141) installing gpgme                         [######################] 100%
( 91/141) installing pacman-mirrorlist             [######################] 100%
( 92/141) installing pacman                        [######################] 100%
Optional dependencies for pacman
    perl-locale-gettext: translation support in makepkg-template
( 93/141) installing archlinux-keyring             [######################] 100%
==> Appending keys from archlinux.gpg...
==> Locally signing trusted keys in keyring...
  -> Locally signed 1 keys.
==> Importing owner trust values...
gpg: setting ownertrust to 4
==> Disabling revoked keys in keyring...
  -> Disabled 3 keys.
==> Updating trust database...
gpg: marginals needed: 3  completes needed: 1  trust model: pgp
gpg: depth: 0  valid:   1  signed:   8  trust: 0-, 0q, 0n, 0m, 0f, 1u
gpg: depth: 1  valid:   8  signed:  94  trust: 0-, 0q, 0n, 8m, 0f, 0u
gpg: depth: 2  valid:  74  signed:  28  trust: 74-, 0q, 0n, 0m, 0f, 0u
gpg: next trustdb check due at 2022-11-16
==> Updating trust database...
gpg: next trustdb check due at 2022-11-16
( 94/141) installing device-mapper                 [######################] 100%
( 95/141) installing popt                          [######################] 100%
( 96/141) installing argon2                        [######################] 100%
( 97/141) installing cryptsetup                    [######################] 100%
( 98/141) installing dbus                          [######################] 100%
( 99/141) installing libmnl                        [######################] 100%
(100/141) installing libnftnl                      [######################] 100%
(101/141) installing libnl                         [######################] 100%
(102/141) installing libpcap                       [######################] 100%
(103/141) installing libnfnetlink                  [######################] 100%
(104/141) installing libnetfilter_conntrack        [######################] 100%
(105/141) installing iptables                      [######################] 100%
(106/141) installing kbd                           [######################] 100%
(107/141) installing libelf                        [######################] 100%
(108/141) installing systemd                       [######################] 100%
Initializing machine ID from random generator.
Creating group 'sys' with GID 3.
Creating group 'mem' with GID 8.
Creating group 'ftp' with GID 11.
Creating group 'mail' with GID 12.
Creating group 'log' with GID 19.
Creating group 'smmsp' with GID 25.
Creating group 'proc' with GID 26.
Creating group 'games' with GID 50.
Creating group 'lock' with GID 54.
Creating group 'network' with GID 90.
Creating group 'floppy' with GID 94.
Creating group 'scanner' with GID 96.
Creating group 'power' with GID 98.
Creating group 'nobody' with GID 65534.
Creating group 'adm' with GID 999.
Creating group 'wheel' with GID 998.
Creating group 'utmp' with GID 997.
Creating group 'audio' with GID 996.
Creating group 'disk' with GID 995.
Creating group 'input' with GID 994.
Creating group 'kmem' with GID 993.
Creating group 'kvm' with GID 992.
Creating group 'lp' with GID 991.
Creating group 'optical' with GID 990.
Creating group 'render' with GID 989.
Creating group 'sgx' with GID 988.
Creating group 'storage' with GID 987.
Creating group 'tty' with GID 5.
Creating group 'uucp' with GID 986.
Creating group 'video' with GID 985.
Creating group 'users' with GID 984.
Creating group 'systemd-journal' with GID 983.
Creating group 'rfkill' with GID 982.
Creating group 'bin' with GID 1.
Creating user 'bin' (n/a) with UID 1 and GID 1.
Creating group 'daemon' with GID 2.
Creating user 'daemon' (n/a) with UID 2 and GID 2.
Creating user 'mail' (n/a) with UID 8 and GID 12.
Creating user 'ftp' (n/a) with UID 14 and GID 11.
Creating group 'http' with GID 33.
Creating user 'http' (n/a) with UID 33 and GID 33.
Creating user 'nobody' (Nobody) with UID 65534 and GID 65534.
Creating group 'dbus' with GID 81.
Creating user 'dbus' (System Message Bus) with UID 81 and GID 81.
Creating group 'systemd-coredump' with GID 981.
Creating user 'systemd-coredump' (systemd Core Dumper) with UID 981 and GID 981.
Creating group 'systemd-network' with GID 980.
Creating user 'systemd-network' (systemd Network Management) with UID 980 and GID 980.
Creating group 'systemd-oom' with GID 979.
Creating user 'systemd-oom' (systemd Userspace OOM Killer) with UID 979 and GID 979.
Creating group 'systemd-journal-remote' with GID 978.
Creating user 'systemd-journal-remote' (systemd Journal Remote) with UID 978 and GID 978.
Creating group 'systemd-resolve' with GID 977.
Creating user 'systemd-resolve' (systemd Resolver) with UID 977 and GID 977.
Creating group 'systemd-timesync' with GID 976.
Creating user 'systemd-timesync' (systemd Time Synchronization) with UID 976 and GID 976.
Creating group 'tss' with GID 975.
Creating user 'tss' (tss user for tpm2) with UID 975 and GID 975.
Creating group 'uuidd' with GID 68.
Creating user 'uuidd' (n/a) with UID 68 and GID 68.
Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service -> /usr/lib/systemd/system/getty@.service.
Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target -> /usr/lib/systemd/system/remote-fs.target.
Optional dependencies for systemd
    libmicrohttpd: remote journald capabilities
    quota-tools: kernel-level quota management
    systemd-sysvcompat: symlink package to provide sysvinit binaries [pending]
    polkit: allow administration as unprivileged user
    curl: machinectl pull-tar and pull-raw [installed]
    libfido2: unlocking LUKS2 volumes with FIDO2 token
    tpm2-tss: unlocking LUKS2 volumes with TPM2 [installed]
(109/141) installing systemd-sysvcompat            [######################] 100%
(110/141) installing iputils                       [######################] 100%
(111/141) installing libbpf                        [######################] 100%
(112/141) installing iproute2                      [######################] 100%
Optional dependencies for iproute2
    db: userspace arp daemon [pending]
    libcap: tipc [installed]
    linux-atm: ATM support
(113/141) installing base                          [######################] 100%
Optional dependencies for base
    linux: bare metal support [pending]
(114/141) installing db                            [######################] 100%
(115/141) installing perl                          [######################] 100%
(116/141) installing groff                         [######################] 100%
Optional dependencies for groff
    netpbm: for use together with man -H command interaction in browsers
    psutils: for use together with man -H command interaction in browsers
    libxaw: for gxditview
    perl-file-homedir: for use with glilypond
(117/141) installing m4                            [######################] 100%
(118/141) installing diffutils                     [######################] 100%
(119/141) installing autoconf                      [######################] 100%
(120/141) installing automake                      [######################] 100%
(121/141) installing jansson                       [######################] 100%
(122/141) installing binutils                      [######################] 100%
Optional dependencies for binutils
    debuginfod: for debuginfod server/client functionality
(123/141) installing bison                         [######################] 100%
(124/141) installing fakeroot                      [######################] 100%
(125/141) installing flex                          [######################] 100%
(126/141) installing libmpc                        [######################] 100%
(127/141) installing libisl                        [######################] 100%
(128/141) installing gcc                           [######################] 100%
(129/141) installing libtool                       [######################] 100%
(130/141) installing texinfo                       [######################] 100%
(131/141) installing gc                            [######################] 100%
(132/141) installing guile                         [######################] 100%
(133/141) installing make                          [######################] 100%
(134/141) installing patch                         [######################] 100%
Optional dependencies for patch
    ed: for patch -e functionality
(135/141) installing pkgconf                       [######################] 100%
(136/141) installing sudo                          [######################] 100%
(137/141) installing which                         [######################] 100%
(138/141) installing linux-firmware-whence         [######################] 100%
(139/141) installing linux-firmware                [######################] 100%
(140/141) installing booster                       [######################] 100%
Optional dependencies for booster
    busybox: to enable emergency shell at the boot time
    yubikey-personalization: for clevis Yubikey challenge-response support
    libfido2: for systemd-enroll with FIDO2
(141/141) installing linux                         [######################] 100%
Optional dependencies for linux
    wireless-regdb: to set the correct wireless channels of your country
    linux-firmware: firmware images needed for some devices [installed]
:: Running post-transaction hooks...
( 1/14) Creating system user accounts...
( 2/14) Updating journal message catalog...
( 3/14) Reloading system manager configuration...
  Skipped: Running in chroot.
( 4/14) Updating udev hardware database...
( 5/14) Applying kernel sysctl settings...
  Skipped: Running in chroot.
( 6/14) Creating temporary files...
( 7/14) Reloading device manager configuration...
  Skipped: Running in chroot.
( 8/14) Arming ConditionNeedsUpdate...
( 9/14) Rebuilding certificate stores...
(10/14) Updating module dependencies...
(11/14) Updating linux booster images...
(12/14) Reloading system bus configuration...
  Skipped: Running in chroot.
(13/14) Warn about old perl modules
(14/14) Updating the info directory file...


Enabling service fstrim.timer
['/usr/bin/arch-chroot', '/mnt/archinstall', 'mkinitcpio', '-P'] exited with abnormal exit code [32512]: b"chroot: failed to run command 'mkinitcpio': No such file or directory\r\n"
[!] 已在此处创建日志文件:/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 195, in perform_installation
    if installation.minimal_installation(
  File "/usr/lib/python3.10/site-packages/archinstall/lib/installer.py", line 769, in minimal_installation
    self.mkinitcpio('-P')
  File "/usr/lib/python3.10/site-packages/archinstall/lib/installer.py", line 663, in mkinitcpio
    return SysCommand(f'/usr/bin/arch-chroot {self.target} mkinitcpio {" ".join(flags)}').exit_code == 0
  File "/usr/lib/python3.10/site-packages/archinstall/lib/general.py", line 435, in __init__
    self.create_session()
  File "/usr/lib/python3.10/site-packages/archinstall/lib/general.py", line 486, in create_session
    with SysCommandWorker(
  File "/usr/lib/python3.10/site-packages/archinstall/lib/general.py", line 275, in __exit__
    raise SysCallError(f"{self.cmd} exited with abnormal exit code [{self.exit_code}]: {self._trace_log[-500:]}", self.exit_code, worker=self)
archinstall.lib.exceptions.SysCallError: ['/usr/bin/arch-chroot', '/mnt/archinstall', 'mkinitcpio', '-P'] exited with abnormal exit code [32512]: b"chroot: failed to run command 'mkinitcpio': No such file or directory\r\n"
archinstall  40.21s user 25.69s system 15% cpu 7:13.05 total
root has logged on pts/1 from 192.168.68.160.
1 root@archiso ~ #                                                                                                                                                                                                                  

fantix

竟然有 Rust,大为震撼!实测(没有物理机,QEMU 7.1 靠外置 SSD 续命) testing 仓库的 rust 好用!


loong64

loong64 已解决

vim /etc/pacman.conf

注释一下面代码

#[community-testing]
#Include = /etc/pacman.d/mirrorlist
#[multilib-testing]
#Include = /etc/pacman.d/mirrorlist
#[multilib]
#Include = /etc/pacman.d/mirrorlist

yetist

loong64
安装时注意2点:

  1. 等后台的pacman-key 进程结束,再运行setup,否则安装包时会报错。
  2. 在安装程序中不要开启 testing 仓库,否则会报mkinitcpio的错。因为testing 仓库中的booster代替mkinitcpio被优先安装了。可在安装完成之后开启testing仓库,整体更新一下。

loong64

yetist

感谢武老师

安装成功了


yangxq

暂时找不到gnome-shell包,编译失败了么?


yangxq

yangxq 更新了prebeta9固件,重新装了最新的版本,grub好了,之前我这边一直异常。就是gnome现在缺包进不去。


yetist

yangxq

嗯,js91没编译成功,导致 gnome-shell 没编出来,回头再研究


yetist

debuginfod 可以工作了



REDEAST

希望能出telegram-desktop


xiaoming

REDEAST 感觉PWA就挺好用


« 上一页 下一页 »

知识共享许可协议
本站文章除其作者特殊声明外,一律采用CC BY-NC-SA 4.0许可协议进行授权。
进行转载或二次创作时务必以相同协议进行共享,严禁用于商业用途