How to Install WSL Ubuntu 22.04.5 LTS (Jammy Jellyfish) on Another Drive
Paste Content
# How to Install WSL Ubuntu 22.04.5 LTS (Jammy Jellyfish) on Another Drive
# Download Official Ubuntu 22.04 RootFS
Open:
https://cloud-images.ubuntu.com/wsl/jammy/current
Download this file:
ubuntu-jammy-wsl-amd64-wsl.rootfs.tar.gz
Save it to:
D:\WSL\ubuntu2204.tar.gz
# Import Ubuntu to WSL
# Run PowerShell as Administrator
wsl --import Ubuntu-22.04 D:\WSL\Ubuntu2204 E:\WSL\ubuntu2204.tar.gz --version 2
# Launch Ubuntu
wsl -d Ubuntu-22.04
Comments
No comments yet.