Skip to content

Releases: Detcom-GH/lowakernel

lowakernel v7.2.2

Choose a tag to compare

@Detcom-GH Detcom-GH released this 30 Aug 10:52
132404b

Updated to version 7.2.2

Full Changelog: v7.1.7...7.2.2

lowakernel v7.1.7-1

Choose a tag to compare

@Detcom-GH Detcom-GH released this 07 Aug 18:49
f181d43

Updated to zen 7.1.7, fixed BBR default not applying, fixed shared mkinitcpio.conf edits, added cmdline/microcode safety checks

lowakernel v7.1.3

Choose a tag to compare

@Detcom-GH Detcom-GH released this 13 Jul 03:30
5aa5fdc

Updated to 7.1.3 version

For non-systemd-boot don't forget to generate initframs:

GRUB

Copy the kernel to your boot partition:

sudo cp vmlinuz-lowakernel-universal /boot/

Generate initramfs for your distro:

Arch / Arch-based

sudo mkinitcpio -k 7.1.2-lowakernel-universal -g /boot/initramfs-lowakernel-universal.img

Fedora

sudo dracut /boot/initramfs-lowakernel-universal.img 7.1.2-lowakernel-universal

Ubuntu / Debian

sudo update-initramfs -c -k 7.1.2-lowakernel-universal

Add an entry to /etc/grub.d/40_custom:

menuentry "lowakernel-universal" {
search --no-floppy --fs-uuid --set=root YOUR_UUID
linux /boot/vmlinuz-lowakernel-universal root=UUID=YOUR_UUID rw quiet
initrd /boot/initramfs-lowakernel-universal.img
}

Replace YOUR_UUID with your root partition UUID (find it with blkid), then update GRUB:

sudo grub-mkconfig -o /boot/grub/grub.cfg

rEFInd

Copy the kernel to your boot partition:

sudo cp vmlinuz-lowakernel-universal /boot/

Generate initramfs for your distro (same commands as GRUB section above), then add a stanza to /boot/refind_linux.conf:

"lowakernel-universal" "root=UUID=YOUR_UUID rw quiet initrd=/boot/initramfs-lowakernel-universal.img"

Replace YOUR_UUID with your root partition UUID.

lowakernel v7.1.2-1

Choose a tag to compare

@Detcom-GH Detcom-GH released this 29 Jun 13:55
a6c5133

Two variants:

lowakernel-universal — for all AMD ThinkPads (Zen1+), includes NTSYNC as module
lowakernel-zen5 — for Zen5 ThinkPads (Ryzen AI 300), includes 500Hz tick, BBRv3, NTSYNC

systemd-boot: use .efi files
GRUB/rEFInd: use vmlinuz + initramfs.img files

See README for installation instructions.

detkernel v7.0.12-1

Choose a tag to compare

@Detcom-GH Detcom-GH released this 14 Jun 17:46
ff9eedd

Initial release

Two variants:

  • detkernel-universal — for all AMD ThinkPads (Zen1+), includes NTSYNC as module
  • detkernel-zen5 — for Zen5 ThinkPads (Ryzen AI 300), includes 500Hz tick, BBRv3, NTSYNC

systemd-boot: use .efi files
GRUB/rEFInd: use vmlinuz + initramfs.img files

See README for installation instructions.