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).
- Enter BIOS: Shutdown the laptop. Press the power button and immediately tap F2 (or Fn + F2) repeatedly until the BIOS Setup screen appears.
- Go to Configuration: Use the arrow keys to move to the Configuration tab.
- Disable VMD:
- Look for an option labeled Intel VMD Controller (it is likely set to Enabled).
- Press Enter and change it to Disabled.
- Note: You might see a pop-up warning about SATA Controller modes; this is normal. Accept it.
- Once disabled, you should see a "SATA Controller Mode" option appear, likely set to AHCI. This is what you want.
- Save and Exit: Press F10 to Save Changes and Exit.
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.
- The Solution: You must use a wired USB mouse.
- There is no BIOS setting to fix this for the recovery environment. The trackpad requires a driver that only loads once the full Windows OS is installed and running.
Summary of what is happening
- The Disk: Is hidden behind a VMD "mask" that the recovery tools can't see through. Disabling VMD removes the mask.
- The Mouse: Is too "new" for the recovery tools to understand without a driver.
Important Note for Wiping:
Once you disable VMD and boot with a USB mouse, you can use diskpart to wipe the drive. However, if you plan to reinstall Windows on these machines later, the installer will work fine in AHCI mode, but if you ever re-enable VMD in the BIOS later, that Windows installation will likely crash (Blue Screen) because it was installed expecting AHCI. Leave VMD disabled if you want these laptops to be easily serviceable in the future.
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 diskpart commands to securely "clean" the partition tables once you can see the drive?