Ubuntu longterm (LTS) Kernel with T2 patches built-in. This project is inspired by t2linux/T2-Debian-and-Ubuntu-Kernel to/and continue with the LTS Kernel that continues with official support.
- Build in the main System
$ git clone https://github.com/bluerapik/t2-linux-kernel.git
$ sudo ./build.sh
- or in Docker with docker-compose. "codename" is focal, jammy or noble. If n
$ docker compose -f docker-compose.yml up <codename>
- Install the kernel
$ sudo dpkg -i workspace/release/linux-headers*.deb && sudo dpkg -i workspace/release/linux-image*.deb
Download the .deb packages of linux-headers and linux-image from the releases section and install the kernel with:
$ sudo dpkg -i linux-headers*.deb && sudo dpkg -i linux-image*.deb
- List all kernel in the system
$ dpkg -l linux-image*
- Remove the kernel
$ apt purge linux-{image,headers}-<version>*
Special Thanks to @AdityaGarg8 for maintaining the main project T2 Debian and Ubuntu kernels