本文最后更新于 338 天前,其中的信息可能已经有所发展或是发生改变。
Archlinux ARM更新内核时候出现问题,mkinitcpio -P
发现任然有这个问题
==> Generating module dependencies
==> Creating gzip-compressed initcpio image: '/boot/initramfs-linux.img'
==> WARNING: errors were encountered during the build. The image may not be complete.`
把/etc/mkinitcpio.conf
改了就行,删掉kms
,就好了
#HOOKS=(base udev autodetect modconf kms keyboard keymap consolefont block filesystems fsck)
HOOKS=(base udev autodetect modconf keyboard keymap consolefont block filesystems fsck)
BUG:https://gitlab.archlinux.org/archlinux/mkinitcpio/mkinitcpio/-/issues/218
mkinitcpio exits with 1 when using the kms hook on hardware without any privacy screens.