-
Notifications
You must be signed in to change notification settings - Fork 836
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reinstalling clean image #4
Comments
You probably did get a clean install, just with your files preserved. Your files are in %userprofile%\AppData\Local\lxss by default. You might try deleting the lxss folder after the uninstall. Then try reinstalling the feature. Disclaimer: I have no idea if this will work or cause really bad things to happen, |
There is an official way to uninstall. You'll want to use the "lxrun" command. Command to uninstall is: lxrun /uninstall That will keep your /root directory. If you would like to delete that as well try "lxrun /uninstall /full" You can then type "bash" again to re-install. Documentation can be found here: http://msdn.microsoft.com/en-us/commandline/wsl/reference |
The uinstall worked great. Now getting an error on the install: Downloading from the Windows Store... 100% Any ideas? |
Question, did you try and delete directories as some people are trying? Ok, here's what I normally do to get out of any install / uninstall errors. Note that this will delete everything on the instance including your home directory: (everything at an admin cmd prompt)
That should clean everything off and let you start from scratch. |
I initially tried only with lxrun /uninstall /full It seems that I can't delete the lxss folder. The folder doesn't show up in %localappdata%, but you can navigate inside of it if you pass in the directory path in explorer (or cmd) Inside, there seems to be two files that can't be deleted. If I try to delete any of the files or directories inside, windows says they don't exist. |
After looking deeper into it, the two files that are left are named "Sourcing nvm.sh should make the nvm command available." which end in a period (and no extension), and I'm not sure if this might be causing the issue or not. I can't rename or delete the files. Any ideas? |
Finally was able to delete the files using this command: Needed to use *\?* prefix in order to do anything on those files. |
Closing this one since there is a work around here. @J-Gonzalez thanks for all your effort finding the correct commands. |
For those interested, if you need to re-install bash to change the default user it can be done without a full uninstall and reinstall.
|
Once I uninstall WSL using I then install the new Ubuntu version from the Microsoft Store, and created a new user with the same username as before. However, the content of the Will the home directory of the new Ubuntu be stored in |
I'm late to the party, but after enabling the feature, you go to the store to install it there is Ubuntu, openSUSE and SUSElinux available to me, but apparently fedora is an option too |
How do I reinstall the one from the store? More specifically, how do I reinstall while keeping my data under home directory? |
@likan999 It's easy to backup your home folder on Fall Creators Update. Just go to After that you can uninstall the Ubuntu app, reinstall it and finally move back the Ubuntu user folder. Just make sure on first run you create the same Ubuntu username as before. |
Is there a way to reinstall a clean image of Ubuntu after having already installed it? Tried disabled and re-enabling the feature but no luck in getting a clean install.
The text was updated successfully, but these errors were encountered: