Chroot into the laptop from live disk (see this post)
Check for the right preset.
ls /etc/mkinitcpio.d
Use the preset found in here as the argument after -p
in the next command.
mkinitcpio -p linux414
Unmount root.
exit
umount /mnt
Restart!