You are not logged in.
Pages: 1
Hi all,
I get an error when I run the following command :
root@archiso ~ # pacstrap /mnt base linux linux-firmware
==> Generating module dependencies
==> Creating zstd-compressed initcpio image: /boot/initramfs-linux-fallback.img
==> Image generation successful
error: command failed to execute correctly
(12/12) Reloading system bus configuration...
Skipped: Running in chroot.
pacstrap /mnt base linux linux-firmware 9.47s user 3.74s system 55% cpu 23.968 total
Partition
root@archiso ~ # lsblk
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS
fd0 2:0 1 4K 0 disk
loop0 7:0 0 657.4M 1 loop /run/archiso/airootfs
sda 8:0 0 50G 0 disk
├─sda1 8:1 0 25G 0 part /mnt
├─sda2 8:2 0 4G 0 part [SWAP]
└─sda3 8:3 0 21G 0 part /mnt/home
sr0 11:0 1 812.3M 0 rom /run/archiso/bootmnt
Mirror
root@archiso ~ # cat /etc/pacman.d/mirrorlist
################################################################################
################# Arch Linux mirrorlist generated by Reflector #################
################################################################################# With: reflector --country France --age 12 --protocol https --sort rate --save /etc/pacman.d/mirrorlist
# When: 2022-02-02 16:05:34 UTC
# From: https://archlinux.org/mirrors/status/json/
# Retrieved: 2022-02-02 16:03:00 UTC
# Last Check: 2022-02-02 15:10:47 UTCServer = https://mirror.sysa.tech/archlinux/$repo/os/$arch
Server = https://mirror.thekinrar.fr/archlinux/$repo/os/$arch
Server = https://mirrors.eric.ovh/arch/$repo/os/$arch
Server = https://mirrors.celianvdb.fr/archlinux/$repo/os/$arch
Server = https://archlinux.mailtunnel.eu/$repo/os/$arch
Server = https://mirrors.gandi.net/archlinux/$repo/os/$arch
Server = https://arch.yourlabs.org/$repo/os/$arch
Server = https://mirror.cyberbits.eu/archlinux/$repo/os/$arch
Server = https://mirroir.wptheme.fr/archlinux/$repo/os/$arch
Do you have any ideas?
Offline
See what's in /boot. I wonder if it failed trying to move the initramfs image there.
Edit: to clarify, I mean /boot inside the chroot, so /mnt/boot if you're not chrooted.
Last edited by Scimmia (2022-02-02 16:46:55)
Offline
Thank you for your answer, the xfsprogs package was missing.
The following command solved my problem
pacman -S xfsprogs
Offline
Pages: 1