• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. FGeyer
    3. Topics
    F
    • Profile
    • Following 0
    • Followers 0
    • Topics 3
    • Posts 5
    • Best 0
    • Controversial 0
    • Groups 0

    Topics created by FGeyer

    • F

      FOG postdownloadscripts copydrivers not working anymore

      General Problems
      • • • FGeyer
      1
      0
      Votes
      1
      Posts
      31
      Views

      No one has replied

    • F

      Including Windows 11 as operating system type

      FOG Problems
      • • • FGeyer
      7
      0
      Votes
      7
      Posts
      1.3k
      Views

      G

      @FGeyer

      I know this is an old topic, but it looks like you don’t have a solution. I have this exact problem. It looks like @Tom-Elliott may consider this unnecessary (which may very well be true for other use cases), but for the sake of using @george1421 's awesome driver injection solution, it would be really nice to have. My workaround was to utilize OS type 4 for Windows 11 as I am not using it for anything. I updated the following line in “fog.custominstall”

      case $osid in
      5|6|7|9)

      to

      case $osid in
      4|5|6|7|9)

      Then I updated the following line in “fog.copydrivers”

      case $osid in
      5) osn=“win7” ;;
      6) osn=“win8” ;;
      7) osn=“win8.1” ;;
      9) osn=“win10” ;;

      to

      case $osid in
      4) osn=“win11” ;;
      5) osn=“win7” ;;
      6) osn=“win8” ;;
      7) osn=“win8.1” ;;
      9) osn=“win10” ;;

      Mark you image as OS type 4 and it works as it should. Hope this helps.

    • F

      Lenovo ThinkBook 15 G2 ITL not PXE booting

      Hardware Compatibility
      • • • FGeyer
      3
      0
      Votes
      3
      Posts
      1.7k
      Views

      N

      Hey I Just found a solution to this… when making the DHCP policy the snponly.efi file seemed to work (instead of ipxe.efi)… Hope this helps

    • 1 / 1