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

    lee_dere

    @lee_dere

    1
    Reputation
    1
    Profile views
    1
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    lee_dere Unfollow Follow

    Best posts made by lee_dere

    • Fog menu setup for chain to WDS

      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.

      posted in General
      L
      lee_dere

    Latest posts made by lee_dere

    • Fog menu setup for chain to WDS

      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.

      posted in General
      L
      lee_dere