-
Notifications
You must be signed in to change notification settings - Fork 19
Home
Jeonghun Yang edited this page Jun 5, 2024
·
26 revisions
Kernel Version | Status |
---|---|
Linux 6.9.x | Stable Support |
Linux 6.8.x | End Of Life |
Linux 6.7.x | End Of Life |
Linux 6.6.x | LTS Support |
Linux 6.5.x | End Of Life |
Linux 6.4.x | End Of Life |
Linux 6.3.x | End Of Life |
Linux 6.2.x | End Of Life |
Linux 6.1.x | End Of Life |
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.
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.
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