Open
Description
Problem
Installation of Rust went smooth on Windows 11 and Ubuntu itself, but when trying to install it on the Ubuntu subsystem of Windows 11, my computer went into Green screen of Death with the error code MEMORY_MANAGEMENT
Steps
- Use windows 11 insider build
- Install Ubuntu WSL
- Open the WSL
- Run
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
to install - Just wait and Green Screen of Death will come up
Notes
The Green Screen of Death stays on 0% for hours and forcing the electricity to went out and boot it again won't give you another Green Screen of Death, it will boot into Windows 11 smoothly. After login in into WIn 11, running rustc --version
won't give any output,