
How To Build Linux Kernel {Step-By-Step} | phoenixNAP KB
Learn how to build a Linux kernel the easy way. Follow seven simple steps listed in the guide to compile a Linux kernel successfully.
Est. reading time: 7 minutes
My Kernel.
Install kernel 5.15
sudo add-apt-repository ppa:tuxinvader/lts-mainline -y
sudo apt update
sudo apt-get install linux-generic-5.15
uname -r
Correction: Step 1: Thoroughly back up all personal data.
The kernel 5.15 is not stably tested on Zorin OS 16.
Correction: Step2: Make the entire disk image backup using either Rescuezilla or Clonezilla before attempting anything risky (like updating to the untested kernel).
Correction: Step 1: Thoroughly back up all personal data.
The kernel 5.15 is not stably tested on Zorin OS 16.
Exactly! Agreed 100%
And I will tell you something else. I am not going to install any REPO on my machine that is named TUXINVADOR. 
LOL Tuxinvador is quite the expert.
And I am stupid, still aint adding it though
It was a guide posted by me for users who wanted to test and wanted to know how bourne got it installed.
I do not recommend it if you use your os daily. Only if you are testing and dont care if you need to reinstall.
Is the 5.15 kernel working alright, and is tuxinvader's repo the way to go? I have an hp envy x360 with a 5700u and I cannot have the laptop sleep on the default kernel with Zorin OS 16. If I do, I get a black screen when it tries to wake up.
I only found out about this issue from a reddit thread
AMD Has An Important Suspend/Resume Fix With Linux 5.15 - Phoronix
With Linux updates something is like a playing in casino. You can win or loose. Every time learning more. Example with new installation i created a manual partition. Why? Because I learning from people here what they put information. If something working wrong always can test something and checked if working on virtual machine. With some idea in Linux scripts this is like " a woman pregnant" - the child is a hard work a people who gived a more happiness people who using Linux.
I don't know if it will work alright, if you want to test it you can do. ONLY if you don't mind reinstalling if things goes wrong.
ONLY if you don't mind reinstalling if things goes wrong.
Or make a whole disk image backup with Rescuezilla before upgrading a kernel.
I tried it, resuming from sleep still doesn't work...
And now displaylink doesn't work. I tried reinstalling the displaylink drivers but they don't work on this on kernel.
(Sleep worked just fine in Windows 11, it's not a hardware bug)
I held shift to boot into the normal kernel. I'll see if I can uninstall this since it doesn't seem to help.
To revert back, reboot into grub and select the zorin kernel. When booted in zorin use the tool called synaptic (download it from the store). That one can delete the kernel. Otherwise you can use the terminal to delete it manually. There is a tutorial for that in the tutorial section.
A shame it did not work for you by the way 

Learn how to build a Linux kernel the easy way. Follow seven simple steps listed in the guide to compile a Linux kernel successfully.
Est. reading time: 7 minutes
Don't forget.
#make help
#make mrproper
#make menuconfig
or
#make xconfig
#make menuconfig
or
#make xconfig
#make
#make modules
#make modules_install
#make install
Marked solution. 7
Very interesting why new kernel not always are best.