我的 Arch 有问题。我插入了 SD 我无法检测到它。
我还发现以下错误内核日志:
uname -a
Linux localhost.localdomain 4.9.6-1-ARCH #1 SMP PREEMPT Thu Jan 26 09:22:26 CET 2017 x86_64 GNU/Linux
Run Code Online (Sandbox Code Playgroud)
dmesg
[ 3.663535] mmc0: error -110 whilst initialising SD card
[ 4.515911] random: fast init done
[ 4.720224] mmc0: error -110 whilst initialising SD card
Run Code Online (Sandbox Code Playgroud)
lspci -v
00:00.0 Host bridge: Intel Corporation Skylake Host Bridge/DRAM Registers (rev 08)
Subsystem: Lenovo Device 5048
Flags: bus master, fast devsel, latency 0
Capabilities: <access denied>
Kernel driver in use: skl_uncore
00:02.0 …
Run Code Online (Sandbox Code Playgroud) 我已经在 btrfs 文件系统上安装了带有 LUKS 的 Arch Linux。
登录时,我无法挂载我的文件系统,/dev/sda2
因为键盘是美国键盘(我需要一个法语键映射)。
我尝试更改/etc/vconsole.conf
为 FR 并生成 locale-gen 但键盘在下次启动时不会更改。
我无法同步我的 archlinux。当我尝试使用pacman
它时,得到这个:
ThinkPad-de-Micael_Andre% sudo pacman -Syu
[sudo] password for dmicaelandre:
Sorry, try again.
[sudo] password for dmicaelandre:
:: Synchronizing package databases...
error: failed to update core (unable to lock database)
error: failed to update extra (unable to lock database)
error: failed to update community (unable to lock database)
error: failed to update multilib (unable to lock database)
error: failed to update archlinuxfr (unable to lock database)
error: failed to update blackarch (unable to lock database)
error: failed to …
Run Code Online (Sandbox Code Playgroud)