-
Notifications
You must be signed in to change notification settings - Fork 23
Home
Jeonghun Yang edited this page Mar 19, 2025
·
36 revisions
| Channel | Kernel Version |
|---|---|
| Stable | Linux 6.13 |
| LTS | Linux 6.12 |
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.
# 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.shAfter execute installation script, please reboot your WSL2 system to load kernel modules correctly.