#9298: Improve error message when WSL rootfs cannot be found
This commit is contained in:
parent
a1211caa9c
commit
6d08d1c5bf
|
@ -1629,10 +1629,13 @@ en:
|
|||
Linux, please refer to the Vagrant documentation:
|
||||
|
||||
https://www.vagrantup.com/docs/other/wsl.html
|
||||
|
||||
wsl_rootfs_not_found_error: |-
|
||||
Vagrant is unable to determine WSL instance it is currently in. If you see this
|
||||
error then your WSL installation is incorrect.
|
||||
Vagrant is unable to determine WSL instance you are currently in because Windows
|
||||
registry has no information about it at "HKCU:\Software\Microsoft\Windows\Current
|
||||
Version\Lxss".
|
||||
|
||||
It is recommended to destroy this WSL and do a clean installation from Microsoft
|
||||
Store.
|
||||
#-------------------------------------------------------------------------------
|
||||
# Translations for config validation errors
|
||||
#-------------------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in New Issue