| Posted by: DogMan - 14 January 2026 15:42:47 |
|---|
| I have some lenovo v14 g2 itl laptops that seem to be restricted in some way as I cannot use the mouse or see the disk when I bott onto a Windows RE to wipe the disks and I cannot find anything in teh BIOS to undo this |
| Posted by: sirclesadmin - 14 January 2026 15:44:03 |
|---|
|
This is a known "feature" of modern Intel-based laptops (specifically the 11th Gen "ITL" or Tiger Lake series). You aren't crazy-the hardware is effectively hiding itself from the standard Windows environment due to a specific controller setting. The "restriction" you are sensing is the Intel VMD (Volume Management Device) controller. It intercepts the storage connection to manage power and data (technically a form of RAID), but because the standard Windows Recovery Environment (WinRE) lacks the specific driver to talk to this controller, the disk appears to not exist. Here is the fix for both issues. 1. Fix the "Invisible Disk" (The BIOS Fix)You need to tell the laptop to stop using the complex VMD controller and just present the disk as a simple storage device (AHCI).
When you boot back into your Windows RE/USB installer, the disk should now be visible because it is speaking a "language" (AHCI) that the basic Windows drivers understand. 2. Fix the "Frozen Mouse"The trackpad on the V14 G2 ITL uses a "Serial IO" (I2C) interface rather than the old-school PS/2 standard. The Windows RE environment is a stripped-down OS and does not include these specific drivers.
Summary of what is happening
Important Note for Wiping:
Once you disable VMD and boot with a USB mouse, you can use Relevant Video Resource LENOVO V14 G2 ITL HARD DISK SSD not found & touchpad not working... This video demonstrates the exact BIOS location of the VMD controller on your specific model and confirms the mouse workaround. Would you like the specific |
| Posted by: DogMan - 14 January 2026 15:55:57 |
|---|
| OK even if I disable that I cannot wipe the disk - it is still restricted under AHCI and appears that the OS partition is read only and shows no partition type or format. |
| Posted by: sirclesadmin - 14 January 2026 16:00:15 |
|---|
|
The "Restricted" and "No partition type" status strongly suggests the drive is BitLocker encrypted. When you view an encrypted drive from outside its original Windows (like in the Recovery Environment), it looks like "RAW" data or "Unknown" partition types because the recovery tools cannot read the partition table without the key. Since you want to wipe it (and don't care about the data), you can force-clear these restrictions using the command line. You do not need the encryption key to wipe the drive, but you do need to clear the "Read-Only" attributes first. The Fix: Diskpart OverrideYou must use the Command Prompt. If you are in the Windows Installer GUI, press Shift + F10 (or Shift + Fn + F10) to open the black Command Prompt window. Type the following commands in order. Press Enter after each line:
Troubleshooting "Access Denied" on Clean: If Step 5 gives you an "Access Denied" error even after clearing attributes, restart the laptop and go back into the BIOS.
Next Step:
Once |