From d4964bf2ad223b6638d459f854d2c529330840b9 Mon Sep 17 00:00:00 2001 From: John Pfuntner Date: Mon, 8 Apr 2024 12:45:56 -0400 Subject: [PATCH] Adding example showing virtualization was not enabled --- wsl.html | 32 +++++++++++++++++++++++++++++++- 1 file changed, 31 insertions(+), 1 deletion(-) diff --git a/wsl.html b/wsl.html index a3aa556..01d8a6b 100644 --- a/wsl.html +++ b/wsl.html @@ -20,7 +20,37 @@

Links

How to install Linux on Windows with WSL Instructions for installing WSL and installing a Linux Distro
-
Be aware that Virtualization must be enabled on the Windoze machine. I had to do this in my laptop's bios: +
Be aware that Virtualization must be enabled on the Windoze machine. +When I started, vitualization was not installed: +
+PS C:\Windows\system32> wsl --install Ubuntu-22.04
+Ubuntu 22.04 LTS is already installed.
+Launching Ubuntu 22.04 LTS...
+Installing, this may take a few minutes...
+WslRegisterDistribution failed with error: 0x80370102
+Please enable the Virtual Machine Platform Windows feature and ensure virtualization is enabled in the BIOS.
+For information please visit https://aka.ms/enablevirtualization
+Press any key to continue...
+The operation completed successfully.
+PS C:\Windows\system32> systeminfo.exe
+
+Host Name:                 JCP-20230922
+OS Name:                   Microsoft Windows 11 Enterprise
+OS Version:                10.0.22631 N/A Build 22631
+.
+.
+.
+                                 [01]: 10.24.98.199
+                                 [02]: fe80::e0c6:9638:4c6c:93e3
+                                 [03]: 2001:420:c0c8:1004::23
+Hyper-V Requirements:      VM Monitor Mode Extensions: Yes
+                           Virtualization Enabled In Firmware: No
+                           Second Level Address Translation: Yes
+                           Data Execution Prevention Available: Yes
+PS C:\Windows\system32> 
+
+
+
I had to do this in my laptop's bios: