Skip to content

Instantly share code, notes, and snippets.

@icq4ever
Last active October 16, 2023 07:19
Show Gist options
  • Save icq4ever/7f1e1219f78ac939d1f3bca117d58cf0 to your computer and use it in GitHub Desktop.
Save icq4ever/7f1e1219f78ac939d1f3bca117d58cf0 to your computer and use it in GitHub Desktop.
manjaro update fail - linux header , grub fix
  1. boot with USB
  2. chroot
sudo manjaro-chroot -a
  1. install missing linux and linux header
pacman -S linux515 linux515-header
  1. update grub
grub-install /dev/nvme0n1   #replace your mount which is installed linux 
grub-install --recheck /dev/nvme0n1
update-grub
  1. exit and reboot
exit
sudo reboot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment