• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. Almeida
    3. Topics
    A
    • Profile
    • Following 0
    • Followers 0
    • Topics 25
    • Posts 65
    • Groups 0

    Topics

    • A

      Blue screen W11 24H2

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Windows Problems
      2
      0 Votes
      2 Posts
      1k Views
      S

      @Almeida BitLocker is enabled in your master ? If yes, you should disable it. Enable it only on the final computer.

      We do have the BCD issue when enabling BitLocker on 24h2 image, we are running the same commands, but you are missing one.

      You need to set device partition=C: for the recover from hibernate entry too. The annoying part is that its ID is dynamic.

    • A

      HP Pro SFF 400 G9 deploy very slow

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved FOG Problems
      1
      0 Votes
      1 Posts
      193 Views
      No one has replied
    • A

      problem boot pxe

      Watching Ignoring Scheduled Pinned Locked Moved Solved FOG Problems
      2
      0 Votes
      2 Posts
      260 Views
      A

      @Almeida

      The problem is solved.
      tftp was closed

      Thanks.

    • A

      No configuration methods suceeded HP ProBook 450 G10

      Watching Ignoring Scheduled Pinned Locked Moved Solved FOG Problems
      5
      0 Votes
      5 Posts
      958 Views
      A

      The problem is solved.
      I disabled DMA protection on the HP ProBook.
      Good day.

    • A

      deployment HP Elite Tower 800 G9 Desktop PC

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved FOG Problems
      2
      0 Votes
      2 Posts
      450 Views
      S

      @Almeida I suggest you update to 1.5.10 or at least manually update the FOS kernel.

    • A

      Snapin super admin

      Watching Ignoring Scheduled Pinned Locked Moved Windows Problems
      2
      0 Votes
      2 Posts
      489 Views
      S

      @Almeida The fog-client service runs as SYSTEM user by default. Not sure if that has enough access rights to run bcdedit. Search the forum for “psexec” to find a topic explaining how to use PsExec to test-run commands under the SYSTEM user account.

    • A

      Client FOG - Server FOG

      Watching Ignoring Scheduled Pinned Locked Moved General
      5
      0 Votes
      5 Posts
      659 Views
      EduardoTSeoaneE

      @Almeida
      @Sebastian-Roth

      this is a simply example, security is by your side:

      #!/bin/bash SERVER=$1 USERNAME=$2 PASSWORD=$3 FILE=$4 USER_TO_LAST=$5 echo "Result from last $USER_TO_LAST" &> $FILE last $USER_TO_LAST &>> $FILE lftp -u $USERNAME,$PASSWORD $SERVER << EOF put $FILE EOF

      Configure as on image:
      Snapin template is bash.
      example.png

      Tested on Linux Mint 19.

    • A

      Snapin FOG 1.5.4

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved FOG Problems
      5
      0 Votes
      5 Posts
      818 Views
      S

      @Almeida Free disk size? df -h?

      Anything you see in the apache error logs (see my signature)?

    • A

      Boot pxe

      Watching Ignoring Scheduled Pinned Locked Moved Solved FOG Problems
      2
      0 Votes
      2 Posts
      412 Views
      george1421G

      Can you confirm

      The FOG webgui is reachable On the switch where the target computer is: Ensure that spanning tree is configured for fast-STP or RSTP or place an unmanged switch between the target computer and the building switch.
    • A

      Network Dual boot Windows 10 / Ubuntu 16.04

      Watching Ignoring Scheduled Pinned Locked Moved Hardware Compatibility
      2
      0 Votes
      2 Posts
      396 Views
      S

      @Almeida How is your question related to the FOG project? Please tell us a bit more on what you are having an issue with.

    • A

      Error to capture image

      Watching Ignoring Scheduled Pinned Locked Moved General
      13
      0 Votes
      13 Posts
      3k Views
      A

      “default” is not used.

    • A

      Error Capture image

      Watching Ignoring Scheduled Pinned Locked Moved General
      6
      0 Votes
      6 Posts
      3k Views
      S

      @Tfoote01 Great to hear you got this solved yourself. Thanks for sharing!

    • A

      file .reg SnapIns

      Watching Ignoring Scheduled Pinned Locked Moved General
      2
      0 Votes
      2 Posts
      695 Views
      THEMCVT

      You could do something like a batch file

      @echo off reg add xxxxxxxxxxxxxxxxxxxxxxxxxxxxx

      Then add that into your snap ins and deploy it!

    • A

      Deployment

      Watching Ignoring Scheduled Pinned Locked Moved General
      12
      0 Votes
      12 Posts
      3k Views
      A

      Ok thanks.

    • A

      drivers install after deployment universal image

      Watching Ignoring Scheduled Pinned Locked Moved Solved General
      4
      0 Votes
      4 Posts
      1k Views
      A

      Thanks.
      It is solved.

    • A

      Service Client FOG

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved FOG Problems
      2
      0 Votes
      2 Posts
      836 Views
      george1421G

      With FOG 1.3.x and newer there is a change in the process that is required for sysprep. You can install the fog client into your golden image before sysprep. But you must set the service to disabled. And then add to your golden image a setupcomplete.cmd batch file that enables the service. What happens is that the fog client doesn’t know that OOBE is still running so it starts doing its job too early in the imaging process causing OOBE to fail because the fog client reboots the system at an unexpected step in OOBE.

      ref: https://wiki.fogproject.org/wiki/index.php?title=FOG_Client#FOG_Client_with_Sysprep

      Also you should consider upgrading to FOG 1.4.2 if you are still running on FOG 1.3.X

    • A

      problem to join domain active directory

      Watching Ignoring Scheduled Pinned Locked Moved Solved FOG Problems
      3
      0 Votes
      3 Posts
      1k Views
      A

      Hello,

      I’d like to close the topic. It was the solution.

      Where is the button “solved” ?

      Thanks.

    • A

      Compatibility optiplex 7050 test Network Fail

      Watching Ignoring Scheduled Pinned Locked Moved FOG Problems
      3
      0 Votes
      3 Posts
      1k Views
      george1421G

      You’ll also want to update if that 7050 was purchased with an NVMe drive. FOG 1.2.0 doesn’t support NVMe drives or Win10 very well.

    • A

      Multicast doesn't work

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved FOG Problems
      8
      0 Votes
      8 Posts
      2k Views
      Jaymes DriverJ

      @Almeida

      @Tom-Elliott said in Multicast doesn't work:

      As a mode of reference, this typically occurred because of the storage node network interface. If it couldn’t match the interface, the files couldn’t be found to enable the command.

      As @Junkhacker stated you would be best to update to the newer series of FOG as many of these things have been corrected for and we have more direct capabilities to help troubleshoot.

      I’d recommend the 1.3.5-RC’s particularly if your Server OS is Ubuntu flavored.

      I can recommend Ubuntu 14.04 or 16.04. FOG installed with out a hitch!

    • A

      Install drivers after deployment

      Watching Ignoring Scheduled Pinned Locked Moved Windows Problems
      2
      0 Votes
      2 Posts
      1k Views
      Lee RowlettL

      [url]http://www.fogproject.org/forum/threads/utilizing-postscripts-rename-joindomain-drivers-snapins.12175/#post-40351[/url]

    • 1 / 1