• Windows 11 going into auto repair mode.

    Unsolved
    1
    0 Votes
    1 Posts
    465 Views
    No one has replied
  • BitLocker compatibility

    Unsolved
    9
    0 Votes
    9 Posts
    1k Views
    Tom ElliottT

    @jfernandz No, it’s not being implemented at all currently. If you want to take a stab at it, please feel free. I don’t know what it would entail and I am fairly confident no one else within the FOG Dev team is currently trying to implement such a feature.

  • Win11 unattend.xml

    Solved
    2
    0 Votes
    2 Posts
    495 Views
    D

    joining pc to domain and logging into the domain account seems to have brought the settings.

  • w10 with Sysp long installation duration After deployment

    Unsolved
    1
    0 Votes
    1 Posts
    166 Views
    No one has replied
  • Error Script powershell

    Unsolved
    1
    0 Votes
    1 Posts
    184 Views
    No one has replied
  • Scheduled shutdown doesn't work anymore

    Unsolved
    1
    0 Votes
    1 Posts
    210 Views
    No one has replied
  • Unable to restore Partitions

    Unsolved
    1
    0 Votes
    1 Posts
    202 Views
    No one has replied
  • powershell snapin no output, non error

    Unsolved
    21
    0 Votes
    21 Posts
    3k Views
    JJ FullmerJ

    @nathan67 @lebrun78

    When I configured the snapin with my example script that installs the FogApi Module and runs the universal command with the snapin setup with “powershell x64” like this

    a1465243-07f4-4295-a707-7b295fd19e15-image.png

    The snapin worked as expected and the host boots to pxe. I only tested this snapin method on a VM so far but I imagine it will work beyond that.

  • Network

    Unsolved
    10
    0 Votes
    10 Posts
    572 Views
    E

    @Eliseu
    this ip 192.168.0.17 is from the virtual machine that is trying to boot into the pxe, the ip 192.168.0.16 is the fog server

  • Installation via GPO not setting HTTPS

    Solved
    4
    0 Votes
    4 Posts
    371 Views
    K

    @JJ-Fullmer Thank you for the suggestion! I’m still new to creating GPO’s so I’ll have to figure out how to do that one. Doesn’t seem like it should be too hard. Thank you!

  • Active Directory join error 2732

    Unsolved
    5
    0 Votes
    5 Posts
    2k Views
    JJ FullmerJ

    @mentaluproar sadly, due to the windows updates previously mentioned, which are actually fully enforced in the 2024-08 updates, a domain admin account is pretty much required to join the domain in an automated fashion. Microsoft gives some guidance on creating policies to allow a least privileged account but I haven’t been able to get that to work with fog. Granted, as long as your aren’t granting access to the fog gui to non privileged users, saving those creds in fog is safe and secured.

  • Client does not want to update from 11.6 to 12.0

    3
    0 Votes
    3 Posts
    721 Views
    I

    I’ve found myself in this situation where many of my hosts are stuck in this 0.11.16 version and I was assuming they would eventually update themselves, but now I see they won’t.
    I’m assuming there is no way to force update them, right?
    I am managing a whole building with hundreds of computers, so it would be helpful to have a way of knowing which of my hosts have this old client and need manual updating, and which ones are already updated.
    Is there any log or exported info where fog server could show which client version its hosts are using to sync with the server? something like how the fog client shows the fog server version that it is connecting to, but the other way around.

  • FOG Golden Image, Sysprep and unattend post install

    Unsolved
    4
    0 Votes
    4 Posts
    1k Views
    george1421G

    @HorizonG said in FOG Golden Image, Sysprep and unattend post install:

    ’d also try renaming the post as explained:
    with the command: sed -i “/ComputerName/s/*/$hostname/g” $unattend >/dev/null 2>&1

    The variable $hostname comes from FOG, the variable $unattend must come from your script to define the location of the unattend file on the target hard drive.

    Something to know, If you are questioning if each script is being called, place an echo some text at the top of each script. This way you can see each script being called.

    One other tip I use for debugging post install scripts is to run a deployment in debug mode. Schedule a deployment, but before you hit the schedule task button tick the debug checkbox. Now schedule the task. PXE boot the target computer you will be met with several screens of text that you need to clear with the enter key. This will drop you at the fos linux command prompt. Now key in fog to start single stepping through the deployment. At the end of the image push you should see the post install scripts executing. If you use the debugPause; command at certain locations in your script you can stop the execution and wait to press enter. If you were to hit the ctrl-c key you can exit the deploy process. What this will do is give you the exact environment where your script is running. You can try different commands or fix the post deployment scripts. If you enter the command fog again you can restart the deployment process again without rebooting.

    One last tip is that when you are interacting with the deployment process you are executing on screen 1, if you need command shell access you can press alt-f2 to go screen 2 run some comands and then pop back to screen 1 with alt-f1 to continue your script.

    The pather location is the location where microsoft recommends you place the unattend.xml file, because it will look for the file there first. Where you get things confused is if you have an unattend.xml file in both locations because it will aways use the pather location first.

  • Capture Windows 11

    Unsolved
    7
    0 Votes
    7 Posts
    1k Views
    R

    @elchapulin remove hibernation file (shown hidden files) or use sysprep
    FOG won’t run with those on the system.

  • One specific laptop either freezes or crawls in image deploy or capture

    Unsolved
    3
    0 Votes
    3 Posts
    359 Views
    Tom ElliottT

    @sweeperdave So a machine of the same make model (and roll out) works perfectly fine, but this one machine has an issue?

    (Not in windows of course, but just trying to understand the issue.) I see @fogcloud has written, and I apologize for missing this sooner.

    I suppose “details” are what we need to potentially be able to help.

    If suddenly ALL of the same make model (equipment roll out) are acting up, I would have to ask:

    “Did you update kernels recently?” but if that’s not the case we are pretty sure it’s limited to this one machine.

    At that point, I would say take a known working system, look at the bios configuration and see if there’s anything different in this strangly acting system. (If I had to guess it’s related to VTx technology enabled or something like that on this machine vs the other machines.)

    Be cognizant of BIOS/Hardware Firmware versions and what not as well as those can also play a role in the overall operation of the device. Since replacing the drive and testing the same machine produces the same problem I’m leaning more specifically to the BIOS itself here.

    This is just my experience.

    If everythign else is effectively 1:1 from another, then this could just really be a faulty machine that only presents itself in the imaging process.

  • Error messages, Windows 11, Sysprep

    Unsolved
    2
    0 Votes
    2 Posts
    594 Views
    george1421G

    @zguo There are two things I can think of to create the initial error message.

    You have the fog client installed and the services hasn’t been disabled before image capture. The fog client is starting to do its action before windows is fully installed. You have a driver install that is forcing a spontaneous (all of a sudden) reboot of the computer before windows is installed.
  • 0 Votes
    12 Posts
    820 Views
    M

    I’m going to do a new install so hopefully all goes well.

    Mat

  • NVMe PCIe : BSOD after imaging "INACCESSIBLE_BOOT_DEVICE"

    Solved
    5
    0 Votes
    5 Posts
    1k Views
    N

    @JJ-Fullmer

    Hello,

    My problem is solved, it was related to the lack of loading of NVMe drivers at Windows startup.
    I made my image on a workstation with NVMe disks instead of sata disks, which gets around the problem.

  • Imaging PCs in 2024

    Unsolved
    4
    0 Votes
    4 Posts
    955 Views
    P

    @Joe-Gill
    I work in particular environment : a school.

    All we install is use for a very short period (not more than 2 weeks) , So I don’t need to SysPrep for instance.
    Nearly the same for our software that are pre-installed in our images as they usually are free and for those which are under trial license it depends from a software to another.

    So I’m not using FOG in a “REAL” production environment.

  • Deployment questions (language, skip configuration)

    Solved
    5
    0 Votes
    5 Posts
    627 Views
    P

    @george1421 Perfect, thank you very much for all of your explanations!

    Paolo

34

Online

12.2k

Users

17.4k

Topics

155.6k

Posts