-
Notifications
You must be signed in to change notification settings - Fork 66
Unable to install AlWSL - Windows Insiders #81
Comments
@tzekid Try to delete |
This issue persists on the latest RTM. |
@yobyzal 's comment works. |
I have the same problem, the installer is stuck at the same place. @yobyzal The installer cleans the temp folder, nothing to delete. |
same issue here. deleting the temp folder does nothing to solve. |
Worked for me too. To hopefully help anyone else like me who didn't pick up on the subtlety right away, you need to delete the temp folder while the installer is stuck. |
The script keeps on checking if ……
if "%~1" == "install" (
……
call :overwritefs "%~dp0alwsl.sfs" :: calling `overwritefs`
call :waitforexit :: calling `waitforexit`
call :transpose
……
)
:overwritefs
……
bash -c "cd && cd rootfs-temp && unsquashfs -f -x -d . %~n1.sfs 2>/dev/null"
goto :eof :: just end and no command would to delete `temp` after `unsquashfs` was finished
:waitforexit
if exist "%localappdata%\lxss\temp" (
goto :waitforexit :: <--dead loop
)
goto :eof
…… |
I suspect that |
Ran into this issue as well, and my windows explorer was being really weird, couldn't see AppData or lxss folders in the file view; I had to manually enter .../AppData/Local/lxss before I could see the "temp" folder I wanted to delete. Thanks! |
I had a working ALWSL installation; tried the three new WSL distros and when then was unable to install ALWSL again.
Extra info: I installed the fast-lane Insiders preview.
No errors shown or any input all.
Is there any helpful info-dump I can provide ?
Sample output:
The text was updated successfully, but these errors were encountered: