Cannot start archlinux after update: Cannot find uuid
I just forgot mount boot (thank you, jasonwryan).
The solution to this problem, in my case was:
- Use a livecd to mount all partitions and use chroot.
Update:
pacman -Syu
Regenerate initramfs using:
mkinitcpio -p linux
If you use grub:
grub-mkconfig -o /mnt/boot/grub/grub.cfg
Restart.