Hi @tester7878, and welcome!
I’d recommend you boot a live environment, enter a chroot environment from there and reinstall the kernel.
How to chroot
-
Ensure you’ve got a relatively new ISO or at least one with a still supported LTS kernel.
-
Write/copy/
ddthe ISO to a USB thumb drive. -
When done, boot with the above mentioned USB thumb drive into the live environment.
-
Once booted, open a terminal and enter the following command to enter the
chrootenvironment:
manjaro-chroot -a
- If you have more than one Linux installation, select the correct one to use from the list provided.
When done, you should now be in the chroot environment.
But, be careful, as you’re now in an actual root environment on your computer, so any changes you make will persist after a restart.
For more:
Once there you’d have to install a new kernel. I recommend 6.6 as I use that, it’s LTS, and it works well. To install it, from within the chroot environment, run:
sudo mhwd-kernel --install linux66
if all goes well and there were no errors, exit the chroot environment:
exit
And reboot
Note that the above text is partially pre-prepared as a general introduction for new forum Users. Please take the time to follow links given and learn how to create effective Support requests and encourage quality responses.
Note:
The chroot instructions will not work on a BTRFS filesystem. If you’ve got that, please see the following for chrooting instructions: