1. Target:
My target is still, to be able to complete a standard windows installation based on Microsoft localized ISO-files only.
using Windows11 Pro, 26100.712 (24H2)
2. Preparation:
a. Identify the Hardware-ID of your card, which is independent of an already installed driver and shows also in case of “Microsoft Basic Display Adapter”:
Attachment 1) How to Install Native NVIDIA Drivers on M2A.png
b. Download “GeForce Game Ready-Driver”:
552.44-notebook-win10-win11-64bit-international-dch-whql.exe
c. Extract this archive to C:/NVIDIA (e.g. using WinRAR 7.01)
d. Run a PowerShell-Window as Administrator to turn the “test mode” on:
bcdedit /set testsigning on
e. reboot
3. Patch
a. cd C:/NVIDIA/Display.Driver
b. Identify the .inf-file containing appropriate Hardware-IDs
c. I found C:/NVIDIA/Display.Driver/nvtfig.inf
Add your card to relevant section 1:
NVIDIA_DEV.249C.1148.1D05 = "NVIDIA GeForce RTX 3080 Laptop GPU"
NVIDIA_DEV.249C.1194.1D05 = "NVIDIA GeForce RTX 3060 Laptop GPU"
NVIDIA_DEV.249C.119A.1D05 = "NVIDIA GeForce RTX 3080 Laptop GPU"
NVIDIA_DEV.249C.119F.1D05 = "NVIDIA GeForce RTX 3080 Laptop GPU"
NVIDIA_DEV.249C.120F.1D05 = "NVIDIA GeForce RTX 3080 Laptop GPU"
NVIDIA_DEV.249C.10DE.10DE = "NVIDIA GeForce RTX 3080 Laptop GPU"
Add your card to relevant section 2:
%NVIDIA_DEV.2460.1219.1D05% = Section042, PCI\VEN_10DE&DEV_2460&SUBSYS_12191D05
%NVIDIA_DEV.249C.10DE.10DE% = Section043, PCI\VEN_10DE&DEV_249C&SUBSYS_000010DE
%NVIDIA_DEV.249C.1114.1D05% = Section043, PCI\VEN_10DE&DEV_249C&SUBSYS_11141D05
d. Save the modified C:/NVIDIA/Display.Driver/nvtfig.inf
4. Install
a. Execute C:/NVIDIA/setup.exe
Attachment 2) How to Install Native NVIDIA Drivers on M2A.png
b. Run a PowerShell-Window as Administrator to turn the “test mode” off:
bcdedit /set testsigning off
c. Reboot
5. Fail:
Attachment 3) How to Install Native NVIDIA Drivers on M2A.png
Attachment 4) How to Install Native NVIDIA Drivers on M2A.png
Obviously my current knowledge is limited, and additional contribution is needed and welcome.
