• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. Jacky94
    J
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 9
    • Best 0
    • Controversial 0
    • Groups 0

    Jacky94

    @Jacky94

    0
    Reputation
    392
    Profile views
    9
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    Jacky94 Unfollow Follow

    Latest posts made by Jacky94

    • RE: Resolution to inject drivers in Windows 10 / Sysprep

      It’s just a method to inject drivers into windows 10 using sysprep

      it responds to this style of problem :

      https://forums.fogproject.org/topic/9323/windows-10-driver-injection-doesn-t-install-during-sysprep

      https://forums.fogproject.org/topic/9169/help-with-win10-driver-injection/32

      @wayne-workman

      posted in General Problems
      J
      Jacky94
    • Resolution to inject drivers in Windows 10 / Sysprep

      I also encountered problems.

      Using the method below it seems to work properly

      <settings pass=“specialize”>
      <component name=“Microsoft-Windows-Deployment” processorArchitecture=“amd64” publicKeyToken=“31bf3856ad364e35” language=“neutral” versionScope=“nonSxS” xmlns:wcm=“http://schemas.microsoft.com/WMIConfig/2002/State” xmlns:xsi=“http://www.w3.org/2001/XMLSchema-instance”>
      <RunSynchronous>
      <RunSynchronousCommand wcm:action=“add”>
      <Order>1</Order>
      <Description>Injection Pilotes</Description>
      <Path>pnputil /add-driver C:\Drivers*.inf /subdirs /install</Path>
      </RunSynchronousCommand>
      </RunSynchronous>
      </component>
      </settings>

      posted in General Problems
      J
      Jacky94
    • not syncing: VFS
      Server
      • FOG Version: 1.4

      Hello,
      I have often encountered this problem with Fog.

      Here is my solution:

      In the / tftpboot directory

      Renamed the pxelinux.0 file to pxelinux.0.backup

      Then I make a symbolic link like this

      ln -s undionly.kpxe pxelinux.0

      I think this problem is also related to my config in my dhcp server

      Regards,
      Jacky

      posted in FOG Problems
      J
      Jacky94
    • RE: fog.drivers script will not run correctly in postdownloadscripts

      I agree with you that it works wonderfully well with postdownloadscripts,
      Thanks to the scripts provided by the forum community. Thanks to them.

      But we must look for a bit before we find the existence of this functionality.

      Many people will turn to OPSI because it is better indicated in the documentation and it is native in the application.

      http://www.opsi.org/en

      I always love Fog because it’s very light.

      Thanks to the Fog team

      posted in FOG Problems
      J
      Jacky94
    • RE: fog.drivers script will not run correctly in postdownloadscripts

      @Tom-Elliott

      Do not worry I know how to fetch my Dell drivers.

      But I would like to be able to inject the drivers from the Fog web interface.

      posted in FOG Problems
      J
      Jacky94
    • RE: fog.drivers script will not run correctly in postdownloadscripts

      Hello,
      Is it possible to have the script complete and that works?

      It would be nice to have this feature directly integrated into fog in a future version.

      The management of the drivers customized by machine model is paramount now in the windows images.

      Thanks Jacky

      posted in FOG Problems
      J
      Jacky94
    • RE: fog.drivers script will not run correctly in postdownloadscripts

      Hello,
      Is it possible to have the script complete and that works?

      It would be nice to have this feature directly integrated into fog in a future version.

      The management of the drivers customized by machine model is paramount now in the windows images.

      Thanks Jacky

      posted in FOG Problems
      J
      Jacky94