Zitat von boanerges1 im Beitrag #9
it is from Lenovo
LENSE20512GMSP
LENSE20256GMSP
I think I was able to apply the hotfix that you are saying in my Windows 7 setup, it is now detecting my nvme SSD, however I am unable to select it as it is asking for a driver. I believe this is where I should select the correct driver for my nvme controller.
https://support.microsoft.com/en-us/help…indows-7-and-wi
Here’s a quick clip
https://vimeo.com/264582798
I had the exact same issue - the windows 7 installer can even detect the NVMe-drive, but you can’t install windows on it.
For my Windows 7 SP2.8-series I want to have native NVMe-support with using MS’s two NVMe-Updates. I ordered a ssdpekkw 12 for this, that, for my surprise, supports installation to it in GPT and MBR, for testing/developing. It took me 6 really fu**ing frustrating hours to figure it out (due to my ADHD i can get annoyed pretty fast). To get it working like i wanted to - using Gigabyte’s Tool or combining a Windows 10’s ISO and a Windows 7’s install.wim, which would both work, tested it - wasn’t an option for me because but I want it to have as Windows 7-native as possible.
Here’s how i did it:
It took me some ‘attempt’s’ to really notice it but in MS’s how-to there’s an, at least for me, unusal way for slipstreaming this:
First you have to add the two updates as usual, but DIRECTLY AFTER slipstreaming the two updates, you need to copy the contents from your mount-directory to the sources-directory that you use to create your ISO later:
dism /mount-wim /wimfile:w:\extract\sources\boot.wim /mountdir:%mount% /index:2
dism /image:%mount% /Add-Package /PackagePath:%v1%Updates%arc%\NVMe
dism /image:%mount% /add-driver /driver:%v1%driver%arc%\usb3 /recurse /forceunsigned
xcopy /s /y %mount%\sources w:\extract\sources
dism /unmount-wim /mountdir:%mount% /commit
Hope this helps, interested in replys.