After following the instructions the boot process halted saying it couldn't find intel-ucode.img
.
The package is installed:
$ pacman --query --info intel-ucode | head -n1
Name : intel-ucode
Gummiboot is configured:
$ cat /boot/loader/entries/arch.conf
title Arch Linux
linux /vmlinuz-linux
initrd /intel-ucode.img
initrd /initramfs-linux.img
options root=/dev/sda2 rw
But there's no such file:
$ sudo updatedb
$ locate intel-ucode.img
[no output]
Kernel:
$ uname --kernel-release
3.16.4-1-ARCH
$ uname --kernel-version
#1 SMP PREEMPT Mon Oct 6 08:22:27 CEST 2014
What did I miss?