automatic driver install
-
creating master windows 7 image in VM. looking for guide on how i can include drivers that can get installed to different hardware when i deploy images.
I know about driverpacks but i don’t know how to setup and include them in my image.
-
That should get you started. Just for clarity, the drivers are copied to your FOG Server and then copied to the target computer during imaging. The drivers are NOT installed into the image before you capture it. You can do it that way but it adds quite a bit of bloat to your golden image.
-
Thank you, That’s just scripts where exactly drivers files/folder go ?
-
@mpatel If you look towards the bottom of the thread the drivers on the fog server go into /images/drivers (you will need to create the drivers directory because its not fog standard.) Below is the basic structure of the directories needed.
/images ├─/drivers ├─Optiplex7040 ├─win7 └─x86 └─x64 ├─win10 └─x64 ├─Optiplex7050 ...