When trying to reboot my system an error occurs : "error: file `/boot/vmlinuz-linux' not found

If that is your only kernel, boot off the live ISO, use arch-chroot to access your system. Then use this to resolve the issue from within the chroot.

pacman -Syu linux linux-headers
1 Like