Need to use real-time kernel on Bullseye or Sid ? Here's how (for frugal install only):
First, install (if not already installed) latest package "upgrade-kernel":
Code: Select all
apt update
apt install upgrade-kernel
Run from Menu > System > Upgrade kernel (which btw, can be used also to upgrade your kernel to newest available)
- Choose partition to build the files on (needs to be a Linux partition, e.g. ext4 formatted)
- Choose kernel (with "rt" in the name) I chose: linux-image-5.10.0-8-rt-amd64-unsigned ("unsigned" should be OK)
- Installing...
- Creating .squashfs module...
- Finished... copy the files in this directory to the "live" frugal install folder (overwrite existing, recommended to make backup of the original files first)
Done! Reboot to make use of the new rt kernel.
Fred