This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\DeclareUnicodeCharacter{200A}{!!!FIX ME!!!} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# https://github.com/MicrosoftDocs/WSL/issues/412#issuecomment-501913246 | |
# start CMD or POWERSHELL | |
# export current image | |
wsl --export Ubuntu-18.04 ./ubuntu.tar | |
# make destination path | |
mkdir E:\UbuntuVHDX | |
# import image | |
wsl --import Ubuntu18.04 E:\UbuntuVHDX ./ubuntu.tar | |
# start new WSL2 image by specify user |