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

    Topics created by LiamRetrams

    • L

      Windows 11 -- Changes boot order priority following image deployment.

      General
      • • • LiamRetrams
      3
      0
      Votes
      3
      Posts
      614
      Views

      JJ FullmerJ

      @LiamRetrams I recently published a function related to this in my FogApi Powershell module (see my signature)

      I posted an example of using it in a snapin to change a host’s boot order to pxe boot as the first boot option

      https://forums.fogproject.org/topic/16784/powershell-snapin-no-output-non-error?_=1729112272355

      as @george1421 stated this is a windows issue, part of the oobe process involves changing the boot order. But you can utilize bcdedit to fix it. I’ve made an attempt at creating a universal option with my Set-WinToBootToPxe function, It works for me on some Asus motherboard based systems, I’d be very interested to hear if it works on custom Gigabyte builds as well.

      See also

      https://github.com/darksidemilk/FogApi/blob/master/FogApi/Public/Set-WinToBootToPxe.ps1 https://fogapi.readthedocs.io/en/latest/commands/Set-WinToBootToPxe/ https://github.com/darksidemilk/FogApi/blob/master/FogApi/Public/Get-WinBcdPxeID.ps1 https://fogapi.readthedocs.io/en/latest/commands/Get-WinBcdPxeId/
    • L

      Quick & Nasty way to join a computer to domain

      General
      • • • LiamRetrams
      3
      0
      Votes
      3
      Posts
      526
      Views

      L

      Thanks @george1421 , the reason I wasn’t using sysprep oobe generalize was because it was causing my system to lock up at “Please Wait”. I found that un-joining and re-joining it to the domain “generalizes” the system enough so that everything works for us.

      Anyway - I re-built the image and integrated the FOG Client (agent) into it. Now it appears the domain joining is working. Bad news is I’ll need to do another round of manual deployment, but that is the last time - after that I will have a full hands off deployment system.

      Thanks for your help so far!

    • 1 / 1