Windows 10 21H2 - WSL Ubuntu install never completing problem

Associate
Joined
12 Nov 2008
Posts
1,228
So I recently got a new work laptop, and I want to setup WSL on it so I can use Ubuntu for my Linux administration work.

Here's a brief over view of what I've done;
  • Ran a prompt as Administrator,
  • Ran wsl --install (this completed fine)
  • Rebooted the laptop
  • Ran wsl --update to ensure it was the latest version
  • Then ran wsl --install Ubuntu
  • Installation progress completes and then spawns an Ubuntu window.
  • The Ubuntu window says: 'Installing, this may take a few minutes...'
And that's as far as I've ever gotten Ubuntu to go on this laptop. Nothing I've done, administrator or otherwise makes a difference, I've re-installed Ubuntu more times than I can remember at this point, it just won't go any further.
I've tried other suggestions I've seen such as Ctrl-C on that window to checking the Control Flow Guard security settings for vmcompute.exe but nothings worked so thought I'd throw the question out here to see if anyone's ever experienced this?
 
Try this.

  1. Open "Window Security"
  2. Open "App & Browser control"
  3. Click "Exploit protection settings" at the bottom
  4. Switch to "Program settings" tab
  5. Locate "C:\WINDOWS\System32\vmcompute.exe" in the list and expand it
  6. Click "Edit"
  7. Scroll down to "Code flow guard (CFG)" and uncheck "Override system settings"
  8. Start vmcompute from powershell
    net start vmcompute
Then run wsl --install Ubuntu. If it not work then try run wsl --install -d Ubuntu

 
Back
Top Bottom