-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Description
I am experiencing an issue when launching Kali Linux on WSL. When I open Kali Linux from the Start Menu or run the command:
wsl -d kali-linux
the terminal opens but only shows a blank screen or hangs without displaying the shell prompt. There is no error message shown.
This issue started occurring suddenly. Previously, Kali Linux was working normally.
Steps to Reproduce:
Install Kali Linux from the Microsoft Store.
Launch it via Start Menu or run:
wsl -d kali-linux
The terminal opens but does not enter the shell (only a blinking cursor or freeze).
Expected Behavior:
Kali Linux should load normally and display the shell prompt.
Actual Behavior:
The terminal shows a blank screen or becomes unresponsive.
Environment:
Windows Version: (e.g., Windows 10 22H2 / Windows 11 23H2)
WSL Version: (output of wsl --version)
WSL Mode: WSL 2
Kali Linux Version: (Rolling / Microsoft Store version)
Kernel Version: (from wsl --version)
Additional Information:
I have already tried:
Restarting Windows
Running wsl --shutdown
Updating WSL using wsl --update
Rebooting the system
The issue still persists.