Quick Fix
Comment out one line in /etc/mkinitcpio.d/linux.preset
:
#ALL_config="/etc/mkinitcpio.conf"
And then rebuild the initrd image:
/usr/bin/mkinitcpio -p linux -k $(uname -r)
It is a known issue as stated in the Arch Wiki.
Comment out one line in /etc/mkinitcpio.d/linux.preset
:
#ALL_config="/etc/mkinitcpio.conf"
And then rebuild the initrd image:
/usr/bin/mkinitcpio -p linux -k $(uname -r)
It is a known issue as stated in the Arch Wiki.