• Client hangs at EFI stub:

    Solved
    74
    0 Votes
    74 Posts
    42k Views
    S

    Using the latest experimental fos kernel I am able to deploy via task without issues. https://github.com/FOGProject/fos/releases/tag/EXP_20240720

    Thank you all for your help in getting this to work.

    This can be marked as Solved

  • Cannot capture image: run lists overlap

    Solved
    21
    0 Votes
    21 Posts
    6k Views
    rogalskijR

    Finally finished a brand new image this morning where we started from a fresh Windows install. The image captured without an issue. I suspect the age of our previous image was to blame for the issues with the capture. I think recent Windows updates by Microsoft to the recovery partition may have modified the size or something else in those recovery partitions.

    New image pulled using the 6.6.34 Kernel, and then deployed successfully as well. If anyone is having issues related to the errors I posted above, I would try the CHKDSK + defrag/trim, and if that doesn’t work I recommend rebuilding your image from a clean Windows install with the absolute latest Windows enterprise installer.

    Thank you Tom and crew for all the excellent technical assistance!

  • Host not registered" appears again and again

    Unsolved
    6
    0 Votes
    6 Posts
    718 Views
    P

    I haven’t gotten around to it yet, sorry about that. unfortunately I’m only working part-time.
    But without this one pc, fog is just great 🙂

  • Does Fog work with Proxmox?

    Unsolved
    4
    0 Votes
    4 Posts
    1k Views
    Cire3C

    Ok, as I hate people that don’t come back. I try my best not to be that guy.

    FOG problem = Nope… As usual.

    Problem with dropouts, scrambled data. Proxmox 8 is very angry with my onboard nic. It uploads without issue (and very fast I may say) But deployment it just crapped out. Every time it re-connected, Fog just tried to do it’s job over and over. The blast of data just shut the nic down.

    Finally found this looking in the Proxmox log. Found ethernet adapter hang detected, then reset.

    Also a great excuse to finally order that dual 10Gb card. She’s happy now running full speed. Hopefully faster when the 10Gb switch shows up 🙂

    Thanks to all that looked over this, and even more for the reply. !

  • Mounting /images/dev on /images failed - permissions denied

    Unsolved
    22
    0 Votes
    22 Posts
    5k Views
    Tom ElliottT

    @El-Fogito So with that can you reboot the machine (outside of the task) and perform a chkdisk /f on it, then disable the hibernation:
    powercfg.exe /h off

    Then attempt again? I apologize in advance

  • foxproject.git

    Unsolved
    4
    0 Votes
    4 Posts
    359 Views
    Tom ElliottT

    @PierreM59 If the computer cannot operate on HTTPS sites, and is using current software, I don’t know there’s anything we can provide to help you.

    “Some work and some don’t” seems contradictory. While sites will use different versions of certificates, the fact that you cannot even reach the site tells me you are behind some kind of “gate access” preventing you from even reaching the “some don’t” category.

    If you take that same machine, and run it on a network other than where you are currently, does it have the exact same problems? If it does, then is this “gateway” that’s preventing access likely installed locally on the machine? If it doesn’t have the same problems, then it’s the network from where you’re currently operating.

  • Windows Firewall ports on machines

    Unsolved
    5
    0 Votes
    5 Posts
    850 Views
    rogalskijR

    @Tom-Elliott

    Thank you, while looking at the log, I noticed an oddity and after reinstalling the FOG client, it is now fixed. I appreciate the assistance in helping me track down this problem. The tasks are working correctly when coming from the FOG server itself now. I appreciate it!

  • Group Management Settings not saving

    Unsolved
    10
    0 Votes
    10 Posts
    1k Views
    M

    It does look like things are working. I added a host to a group and then did a simple Basic task in the group and it pushed it out to the host. Now I just need to figure out a way to get hosts assigned to groups based on IP.

    We have like 600 systems to image so trying to automate as much as I can.

    Mat

  • Snapins not downloading to client - Hash check error

    Solved
    3
    0 Votes
    3 Posts
    396 Views
    S

    @Tom-Elliott version .41 has solved the issue. Thank you so much!

  • Management images problem

    Unsolved
    10
    0 Votes
    10 Posts
    1k Views
    Tom ElliottT

    @Cire3 Honestly we don’t know.

    The information didn’t make sense to any specific “thing” being wrong or what even truly was wrong.

  • My drivers can't install

    Unsolved
    5
    0 Votes
    5 Posts
    980 Views
    JJ FullmerJ

    @IT-MAN
    Where are you capturing your image and are you using sysprep to generalize the image without any drivers?

    The only way for driver injection to work on the windows side automatically is to use sysprep via an unattend.xml. Well I guess technically setupcomplete.cmd may run after setup without it according to https://learn.microsoft.com/en-us/windows-hardware/manufacture/desktop/add-a-custom-script-to-windows-setup?view=windows-11 but utilize sysprep and an unattend.xml is far more robust.

    It is possible to inject just the driver files into the disk in a post download script but without sysprep to kick it off, you can run into issues.

    This requires capturing your image with sysprep and an unattend.xml. One thing you can do with unattend.xml is remove the drivers from the image so that conflicting drivers don’t exist, then you can add the pnputil portion in the specialize phase of sysprep.

    This post is what I used and I added some of what I’ve done on top of it that may be of help.

    https://forums.fogproject.org/topic/8889/fog-post-install-script-for-win-driver-injection
    Also this one
    https://forums.fogproject.org/topic/7740/the-magical-mystical-fog-post-download-script

    At a high level, driver injection being dynamic per model has some assumptions

    You captured an image that doesn’t have model specific drivers (this is easiest when capturing from a VM and using sysprep) You have drivers organized within your /images nfs share You have a postdownload script that detects the model, finds the drivers, mounts the windows disk, and then injects them into a known path You have a method to kick off a script that installs the drivers into windows For example, I have a synchronouscommand in my specialize phase of my unattend that runs pnputil against the injected path, so drivers are loaded as early as possible in the process
  • HP Z8 Fury G5 Workstation Desktop PXE boot

    Unsolved
    13
    0 Votes
    13 Posts
    2k Views
    JJ FullmerJ

    @alessandro19884 Is that working-1.6? I would update your fog server, that error should be fixed in the latest version.

  • Using SMB as default node

    Solved
    3
    0 Votes
    3 Posts
    365 Views
    T

    @JJ-Fullmer Thank you, In the end I opted to add a second disk, structurewise couldn’t add the nfs,
    Regards.

  • Fog stops at init.xz...18% and other percentages

    Unsolved
    9
    0 Votes
    9 Posts
    1k Views
    JJ FullmerJ

    @steveballantyne Did you also update the Kernel and Init? What version fo FOG are you on?

  • Dell 7010 PXE boot/DHCP

    Solved
    5
    0 Votes
    5 Posts
    1k Views
    S

    Thank you 2 for the assist. I figured it out. I had to add vendor arch 00009

  • I can't capture my image "mounting partition (/dev/nume0n1p3) failed" HP probook 440 g9

    Unsolved
    4
    0 Votes
    4 Posts
    411 Views
    X

    solved

    I disabled Windows 11 fast startup and the image could be captured.

    Thank you for your answers

  • Dell PowerEdge R640 No configuration found

    Unsolved
    2
    0 Votes
    2 Posts
    317 Views
    george1421G

    @bsedash You are going to have two areas where you will have difficulty here.

    You re using an older version of FOG and FOS kernels. Newer hardware support will be missing. FOG is primarly focused on desktop imaging and you are trying to image a server class hardware. I’m not saying its impossible to use fog for this, you might just need a custom kernel that has the qlogic network driver enabled.

    Where the booting process is failing is where iPXE tries to get an IP address. This is where ipxe boots and then tries to get an ip address, none is received. FIrst make sure you are using nic1 on the server since this ipxe build is configured for workstation class computers and it will stop looking after the 3rd found network interface. Also since you are using fog 1.5.9 the version of delivered ipxe is quite old. Lets recompile and install the latest version of iPXE. If that gets you to the fog iPXE menu then that will solve the first problem. https://forums.fogproject.org/topic/15826/updating-compiling-the-latest-version-of-ipxe

    For the next problem, update the fos linux kernel (bzImage) but going to the webui and fog configuration -> kernel update. Update to the latest 6.x kernel to get the latest hardware support.

  • Issue changing IP of storage node

    Solved
    11
    0 Votes
    11 Posts
    851 Views
    K

    @kylian001 Yeah I am thanks for the help. How do I mark this as solved?

  • Can't capture after updating

    Unsolved
    6
    0 Votes
    6 Posts
    946 Views
    Tom ElliottT

    @Tauric I don’t think any amount of rollback is necessary, but you’re more than welcome to. Pretty sure there weren’t any schema updates or major component changes between 1.5.10 and 1.5.10.34

    that said, this looks more like a problem with the kernel, not a problem with FOG and its ability to capture/deploy images.

    You could download the kernels from the FOG GUI Kernel Updates

  • Iptables and Multicast

    Unsolved
    1
    1 Votes
    1 Posts
    265 Views
    No one has replied

193

Online

12.4k

Users

17.4k

Topics

155.9k

Posts