It definitely feels like a "secret handshake," but Acer has used that Ctrl+S shortcut to hide advanced storage and touchpad settings for years.
To answer your question: Yes, you can absolutely restore VMD functionality. However, there is a specific order of operations you must follow. If you simply toggle VMD back on in the BIOS after cloning, Windows will likely fail to boot with a INACCESSIBLE_BOOT_DEVICE error because it doesn't "know" how to talk to the controller yet.
Here is how you handle the driver restoration:
Option A: The "Pre-Injection" Method (Recommended)
If you want to move back to VMD after your clone is successful, do this while still in AHCI/VMD-Disabled mode:
- Boot into Windows.
- Download the Intel Rapid Storage Technology (RST) driver from the Acer support site for the SFG16-73.
- Force-install the driver (SetupRST.exe).
- Before restarting, open a Command Prompt as Administrator and type:
bcdedit /set {current} safeboot minimal
- Restart, enter BIOS, and Re-enable VMD.
- Windows will boot into Safe Mode, recognize the "new" VMD controller, and load the driver.
- Once in Safe Mode, run:
bcdedit /deletevalue {current} safeboot
- Restart normally.
Option B: The "Clean Slate" Method
If you are performing a fresh install or the clone is for a recovery drive:
- Keep VMD Enabled in the BIOS.
- Download the Intel RST driver and extract the
.inf and .sys files to your bootable USB.
- During the Windows installation/Cloning setup, click "Load Driver" and point it to that folder on your USB. The disk will suddenly appear.
Why restore VMD at all?
While AHCI is fine for basic tasks, VMD is the modern standard for Intel 12th Gen processors and newer (like your Core Ultra in the SFG16-73). It offers:
- Better Power Management: Vital for laptop battery life.
- NVMe Optimization: Lower latency for high-speed Gen4/Gen5 drives.
- Thermal Monitoring: Better integration with Intel's hardware-level monitoring.
Comparison of Driver States
Feature |
VMD Disabled (AHCI) |
VMD Enabled (RST) |
Setup Complexity |
Plug-and-play |
Requires manual driver loading |
Compatibility |
High (Linux/Old Tools) |
Low (Needs modern kernels/drivers) |
Hardware Control |
Basic |
Advanced (RAID/Direct Bus Access) |
Would you like me to find the exact version of the Intel RST driver for your specific processor so you can have it ready on your USB?