How do i chroot into my system and update my kernel

If you have booted up from another Manjaro environment, then open up a terminal window and issue the command… :arrow_down:

sudo manjaro-chroot -a

Pick the Manjaro installation from the menu it’ll show you. Next, issue the following commands… :arrow_down:

[ -f /var/lib/pacman/db.lck ] && rm -f /var/lib/pacman/db.lck
pacman -Syu
mhwd-kernel -i your_kernel_version_here
update-grub
exit

Replace your_kernel_version_here in the command above by whatever the kernel package is called. For instance, for kernel 5.15, the package is called linux515.