Skip to content
Jeonghun Yang edited this page Aug 29, 2024 · 21 revisions

Kernel Status

Channel Kernel Version
Stable Linux 6.10
LTS Linux 6.6

Kernel Modules and Kernel Headers installation guide

NOTICE

This guide must be proceed in your WSL2 system. Kernel modules and kernel headers install are optional. If you don't need modules and headers, just skip this guide.

Install kernel modules


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

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

cd bzImage-**arch**-modules_install

sudo ./modules-install.sh

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

Install kernel headers and documents

NOTICE

Before install kernel headers and documents, you must install kernel modules first!


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

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

cd bzImage-**arch**-optional_install

sudo ./optional-install.sh