Locietta / xanmod-kernel-WSL2

Xanmod kernel for WSL2, built by clang with ThinLTO enabled. Build & Release are automated by Github Action.
GNU General Public License v2.0
83 stars 15 forks source link

WSL2 no longer loads when kernel version >6.2.1 is used #30

Closed schuettecarsten closed 1 year ago

schuettecarsten commented 1 year ago

WSL2 no longer loads when kernel version >6.2.1 is used. No error is shown:

image

After some minutes, I get:

Error code: Wsl/Service/CreateInstance/CreateVm/HCS_E_CONNECTION_TIMEOUT

Locietta commented 1 year ago

Same symptom as #28, not sure what causes it this time... (clang/LTO I suspect though)

Being busy these days, I may look into it sometime later this week. Meanwhile, you probably have to stay at 6.1.x

For scoop installation, this can be done via scoop reset xanmod-WSL2@6.1.14-1.1

Locietta commented 1 year ago

Hello, could you test latest pre-release at https://github.com/Locietta/xanmod-kernel-WSL2/releases/tag/6.2.2-locietta-WSL2-xanmod1.2?

schuettecarsten commented 1 year ago

Works.

PS D:\> wsl uname -a
Linux laptopc3253 6.2.2-locietta-WSL2-xanmod1 #1 SMP Sat Mar  4 11:03:36 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
Locietta commented 1 year ago

Great!