Skip to content
Jeonghun Yang edited this page Mar 19, 2025 · 36 revisions

Kernel Status

Channel Kernel Version
Stable Linux 6.13
LTS Linux 6.12

Kernel Additional Package Installation

NOTICE

  • This guide must be proceed in your WSL2 system.
  • Kernel additional package is optional. If you don't need it, just skip this guide.
  • Additional package contains kernel modules, headers and documents.

Installation

# Please change latest version of kernel and select your architecture
wget https://github.com/Nevuly/WSL2-Linux-Kernel-Rolling/releases/download/linux-wsl-stable-**x.x.x**/bzImage-**arch**-addon_install.tar.gz

tar -xzvf bzImage-**arch**-modules_install.tar.gz

cd bzImage-**arch**-modules_install

sudo ./addon-install.sh

After execute installation script, please reboot your WSL2 system to load kernel modules correctly.

Clone this wiki locally