after deploying image - no network driver
-
@george1421 when you say this
So you can either preload the drivers into your golden image before you sysprep it
do you mean download and copy the drivers somewhere on the c drive before i sysprep?
-
@robertkwild Yes. That is the basis of the script. I know it says 2017 but the info is still on point and works.
-
-
@george1421 how do i configure a post install script @george1421
sorry for the delay, i wasnt notified of your reply, my bad
-
@robertkwild You kind of have two different OS’ and 3 different environments here.
The PXE booting bit of FOG is all linux, which if you are using the latest 5.15.x kernel has all of the common drivers built in to the OS.
After sysprep but before the first reboot the target computer is running WinPE. WinPE has its own driver requirements. After the first reboot Windows is running in native mode and has its own driver requirements.
So you can either preload the drivers into your golden image before you sysprep it or configure a post install script to drop the drivers onto the target computer after the image has been pushed.