Windows 10 Image Deployment - Drivers not copying
Good morning,
I am attempting to deploy a Win10 image using a K2000, I've copied the image to the server and it deploys using a PE5 KBE. However, when it gets to the driver section, it does not seem to copy anything. I've checked the scripts in the peinst directory, and there doesnt seem to be any reason why they wouldnt---the script seems to grab the product from the registry ("windows 10 enterprise", wheras in the past it would have been "windows 7 enterprise") and then compares it to the strings in drvstr.cfg, which does indeed contain a line for Windows 10:windows_10. I have a windows_10_x64 directory with the same product names (but proper Win10 drivers from Dell) in my postinstall directory.
Any idea why this does not work?
2 Comments
[ + ] Show comments
Answers (1)
Please log in to answer
Posted by:
bflood2000
9 years ago
I had the same issue. The issue was I had a old Driver feed Discovery tool. The old one read win 10 with the enterprise name in it. The newer one did not. Once I ran new discovery and changed to drIvers_postinstall\dell\windows_10_x64
the drivers did install.
Comments:
-
I had two issues, first I was using an old KBE: it needs to be built from Windows PE 10. Second, the script calculated the model to be a "9030," while I had put the drivers in "9030 AIO," following what I thought was the convention (because thats how it looks in the Win7/8 folders----but that could be other admins messing around). Once I renamed the folder 9030 everything worked fine----I just don't know why its clipping the "AIO" part, unless the hardware is the same regardless of form factor. - robcav 9 years ago
-
I'd be really interested in knowing if now that the folder is just 9030, if deployment would work with PE5. I truly don't feel that PE10 is needed. If you look at the 9030 detail page, you can see the install location "windows_7_x64/feed/dell/9030" this is in indicator of how what folder name should be. Now the wmi call to the machine includes the AIO, but if we look at the drvstr.cfg file we see the following, "MDL:9030 AIO:9030" showing that if the script sees 9030 AIO, make the model just 9030, this is so it matches that download extraction location.
-Corey - cserrins 9 years ago-
When I manually ran DISM from CMD it failed with an error similar to "This image cannot be serviced with this version of DISM" when running in PE5. - robcav 9 years ago
-Corey - cserrins 9 years ago
-Corey - cserrins 9 years ago