• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login

    Fog menu setup for chain to WDS

    Scheduled Pinned Locked Moved
    General
    1
    1
    356
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • L
      lee_dere
      last edited by

      Re: Integrate FOG with WDS/MDT?

      Not sure if this will help anyone, but I was able to get chain loading to a WDS server working. The below config worked for me to actually boot into WDS after first pxe booting into fog.

      Menu Item

      Description
      Windows Deployment Server

      Parameters
      set next-server 0.0.0.0 # Replace with WDS server IP address

      iseq ${platform} efi && goto is_wds_efi || goto is_wds_bios

      :is_wds_efi
      set wds-bootfile \boot\x64\wdsmgfw.efi
      goto wds_boot

      :is_wds_bios
      set wds-bootfile \boot\x64\wdsnbp.com

      :wds_boot
      set filename ${wds-bootfile}
      set netX.dhcp/filename ${wds-bootfile}
      set netX.dhcp/next-server 0.0.0.0 # Replace with WDS server IP address
      set netX .dhcp/vendor-class PXEClient
      chain --autofree --replace tftp://${next-server}/${wds-bootfile} || goto Menu

      On the WDS server under server properties -> DHCP tab, make sure “Do not listen on DHCP ports” is checked.

      I hope this helps anyone else stuck on getting Fog to chain to WDS.

      1 Reply Last reply Reply Quote 1
      • 1 / 1
      • First post
        Last post

      125

      Online

      12.1k

      Users

      17.3k

      Topics

      155.3k

      Posts
      Copyright © 2012-2024 FOG Project