ThinkPad T460 Virtualization Not Booting Windows 11 Installation
In this article, we will discuss the steps required to enable virtualization on a ThinkPad T460 laptop, allowing for the installation of Windows 11 and Docker Desktop. The process will involve updating the system BIOS, enabling virtualization technology, and configuring WSL2 (Windows Subsystem for Linux 2).
Prerequisites
Before proceeding, ensure that your ThinkPad T460 laptop meets the minimum system requirements for running Windows 11 and Docker Desktop:
- Processor: 1 GHz or faster with 2 or more cores on a compatible 64-bit processor or System on a Chip (SoC)
- RAM: 4 GB
- Storage: 64 GB or larger
- System firmware: UEFI and Secure Boot capable
- Graphics card: Compatible with DirectX 12 or later with WDDM 2.0 driver
- Display: 9-inch or larger with HD Resolution (720p) or higher
- Additional requirements for Docker Desktop: A 64-bit version of Windows 10 Professional, Enterprise, or Education edition (2004, Build 19041, or later)
Step 1: Updating the System BIOS
Start by checking for any available BIOS update for your ThinkPad T460. Visit the official Lenovo website and download and install the latest BIOS version according to the instructions provided.
Step 2: Enabling Virtualization
After updating the BIOS, follow these steps to enable virtualization:
- Restart your laptop and press the
F1key during startup to enter the BIOS setup. - Navigate to the
Securitytab and look for theVirtualizationoption. Ensure the box forVirtualizationis checked. - Save your changes and exit the BIOS setup. Your computer will restart automatically.
Step 3: Configuring WSL2
After enabling virtualization, install and configure WSL2:
- Open the PowerShell as an administrator and execute the following commands to install WSL2:
wsl --install
Reboot the computer after running the command above.
- Check the version of WSL by running this command:
wsl --list --verbose
Ensure that the 'WSL2' option is enabled. If not, execute the following command:
wsl --set-default-version 2
Step 4: Installing Docker Desktop
With WSL2 configured, proceed with installing Docker Desktop:
- Download and install Docker Desktop from the official Docker website (https://www.docker.com/products/docker-desktop).
- Launch the Docker Desktop application and log in with your Docker ID or create a new account.
- During installation, you will be prompted to install the WSL 2 backend. Ensure that you have checked the box for it.
- Update the system BIOS to the latest version for your ThinkPad T460.
- Enable virtualization in the system BIOS.
- Install and configure WSL2 using PowerShell.
- Install Docker Desktop with WSL2 integration enabled.
References
- Installing WSL for Windows 10 - Official Microsoft Documentation
- WSL2 Tech Preview for Docker Desktop on Windows - Official Docker Documentation
- ThinkPad: Enable or Disable Virtualization Technology in BIOS - Lenovo Support