I have the drivers in the INF format in a folder. I did install the 1.4.4 and I did install the FOG service (client) before i sysprepped the VM. I suppose I need to network boot into FOG and do a capture that way? What do I do with the INF files as far as the drivers go. Does FOG somehow integrate them into the image?
Posts made by Dhruvin.T
-
RE: WIM files and FOG
-
RE: WIM files and FOG
@dhruvin-t said in WIM files and FOG:
@george1421 Thanks for the prompt reply
I have Windows 10 sysprepped right now. I used WinPE to capture the sysprepped image.
I have all the drivers needed for my models which are Lenovo T440,50,60&70 series sitting in a folder.
I just installed FOG yesterday and is now properly configured.
Also if it helps, I have the win 10 build on a VM.
-
RE: WIM files and FOG
@george1421 Thanks for the prompt reply
I have Windows 10 sysprepped right now. I used WinPE to capture the sysprepped image.
I have all the drivers needed for my models which are Lenovo T440,50,60&70 series sitting in a folder.
I just installed FOG yesterday and is now properly configured.
-
WIM files and FOG
Hello all, how do I import my WIM files into FOG? I have a WIM file which I sysprepped.
My next step is to inject the drivers for models of PC we use in prod. Once I am done with that (prrly tomorrow) ill have to inject the WIM into FOG. Any help is much appreciated!!Also is there an easier way to inject the drivers into the wim post sysprep other than the commands below?
Dism /Get-ImageInfo /ImageFile:C:\test\images\install.wim
then
Dism /Mount-Image /ImageFile:C:\test\images\install.wim /Name:“Windows Drive” /MountDir:C:\test\offline
then
Dism /Image:C:\test\offline /Add-Driver /Driver:C:\drivers\mydriver.inf
Any help is greatly appreciated.