• Windows 11 problems when deploying

    Unsolved
    2
    0 Votes
    2 Posts
    488 Views
    Tom ElliottT

    @infotech_22 Generally speaking, if you do setupcomplete.com, you should completely disable the FOGService as re-enable it as the final step of the setupcomplete.com script.

    The reason:

    FOGService will attempt to start up and perform its actions alongside anything else that’s occurring. Generally, when the system is setup and running just fine, things are okay because there’s no interactions, but when you pair it with the OOBE configuration stuff, where it could be changing ini’s and Registry thigns, then the FOG Client is saying “Hey restart to change the name and join the domain” or “Hey restart because I completed installing this Snapin” or whatever else may be going on, it can leave your machine in an unknown and cause issues.

    This isn’t something we’re able to fix in a codified manner unfortunately and we have given instructions many times to allow FOG Client while in OOBE state.

    https://wiki.fogproject.org/wiki/index.php/FOG_Client#:~:text=If you plan to use,the image deployment is complete.

    I don’t know if this is in the more modern Documentation, but it is in the original documentation as well.

  • Trouble imaging HP x360's

    Unsolved
    2
    0 Votes
    2 Posts
    357 Views
    Mr_____TM

    @Mr_____T Well, I have discovered a work around. According to our consultant, the legacy wrapper message in the 1st or 2nd image was kinda the key. the X360 has no wired nic port and the usb nic adabter is recognized as a legacy booting device. But the unit only boots efi. I followed this link for starters:

    Kernel runtime parameter:

    Next I added the MAC addresses from each usb dongle I have available. Then, from the fog web interface:

    list all hosts
    Select the host
    Basic Tasks tab
    Deploy tab
    Task (I first checked debug and followed the bread crumbs no issues)
    Imaging commenced.

    This is quite a bit more work than I was hoping to do just to image one machine. I was hoping someone out there could come out of the fog (pun intended) and provide some feedback.

    So this is not solved. But a work around that does. If you got this far Tx

  • Very slow image deploy to a Nutanix VM

    Unsolved
    2
    0 Votes
    2 Posts
    299 Views
    m144M

    Not sure why I did not just start with trying a pre 6.xx.xx kernel…

    Downloaded the the last 5.15.xx Linux kernel slapped it in /var/www/fog/service/ipxe/bzimage-5.15.98 updated the host kernel to bzimage-5.15.98 and BOOM 20GB/min.

    Still willing to do some testing if there is anything you need from me to see if this can be fixed in 6.xx.xx.

  • Selecting Deploy an image boots to text menu

    Unsolved
    1
    0 Votes
    1 Posts
    323 Views
    No one has replied
  • Slow restoration of Windows 11 with FOG on Proxmox

    Unsolved
    17
    0 Votes
    17 Posts
    2k Views
    R

    Hello again, I conducted additional tests. In debug mode on the client, I ran network tests between the client and the fog server using the iperf server. The results do not indicate any network issues:

    iperf -c 192.168.25.11 ------------------------------------------------------------ Client connecting to 192.168.25.11, TCP port 5001 TCP window size: 16.0 KByte (default) ------------------------------------------------------------ [ 1] local 192.168.25.49 port 35204 connected with 192.168.25.11 port 5001 (icwnd/mss/irtt= 14/1448/924) [ ID] Interval Transfer Bandwidth [ 1] 0.00-10.02 sec 1.09 GBytes 938 Mbits/sec

    I also conducted disk write tests, and they also do not indicate any issues with the disk:

    bash dd if=/dev/zero of=/tmp/testfile bs=1M count=1000 status=progress 1000+0 records in 1000+0 records out 1048576000 bytes (1.0 GB, 1000 MiB) copied, 0.17635 s, 5.9 GB/s

    I also created an uncompressed image, and it also restored slowly, with transfer speeds below 1GB/s, rather around 500-600 MB/s, which results in even lower speeds.

    I changed the PXE environment boot file, set it to realtek.efi, and then changed it to snp.efi.The snp.efi visibly improved the FOS loading process, but the image restoration is still slow. Can the FOS system use a different driver during restoration than it does when operating in debug mode?

  • Lenovo 13W will not boot to fog after bios update.

    Unsolved
    6
    0 Votes
    6 Posts
    609 Views
    J

    @JJ-Fullmer We are using FOG 1.5.9 I have tried turning on the Mac passthough. I have tried all of the .efi bootfiles i have. We did get a machine back from Lenovo where they rolled back the biois and that one machine is working fine

  • Unclear how to drop devices into specific OUs on Domain Join

    Unsolved
    3
    0 Votes
    3 Posts
    348 Views
    JJ FullmerJ

    @joshua_mchugh George’s mention of using a post install script to do it is more advanced but very worth the effort. Having it domain joined via sysprep specialize simplifies things in the long run.
    That being said, you’re probably misunderstooding groups, because they’re a little confusing. Groups in Fog do not dynamically update the OU of the host members, but it can be used to set the OU in bulk on members. There is a plugin to change the behavior of groups if you want, but I’d try it the normal way first.
    But if you set the OU on the host, then when it joins the domain via the fog client, it will be in that OU. It will not move a host to a different OU, unless you do something like manually leave the domain and change the computer name and then the fog service will rename the computer back to what it is in fog and then join the domain in the set OU.

    I personally use a post install script now that grabs the OU from to host and Injects that into my unattend file. I believe I’ve posted some examples in the past. If I remember tomorrow when I’m at a computer and not a phone, I’ll link them.

  • Crashed Capturing Image Due To Low Disk Space, Cannot Log Back Into FOG

    Unsolved
    2
    0 Votes
    2 Posts
    268 Views
    JJ FullmerJ

    @argylega have you restarted the Mariadb and apache services, or the whole server?
    I also assume you mean you can’t login to the website. Is there anything in the apache error log?

  • Deploy Tasks Not Continuing After First Batch

    Unsolved
    5
    0 Votes
    5 Posts
    586 Views
    Tom ElliottT

    @eliaspereira I’m not fully sure what is wrong or where it’s wrong at and I don’t really have a means to test.

    I’m presuming you posted the issue on github which is a good place to start.

    If that is the case it sounds like something missed a step during updating the database potentially?

  • Full Inventory and deployement invalid loging

    Unsolved
    1
    0 Votes
    1 Posts
    154 Views
    No one has replied
  • Failed of upgrading Dev-Branch version

    Unsolved
    1
    0 Votes
    1 Posts
    185 Views
    No one has replied
  • New FOG master server - broken CA Certificate trust

    Solved
    3
    0 Votes
    3 Posts
    367 Views
    S

    @AUTH-IT-Center Super, thank you very much! Looks like its working again 🙂

  • Snapin script running silent

    Unsolved
    1
    0 Votes
    1 Posts
    198 Views
    No one has replied
  • Migrated master node - storage nodes failing

    Solved
    3
    0 Votes
    3 Posts
    320 Views
    S

    I deleted the private and public SSL certs and reran the installer, seems to have fixed it.

    /opt/fog/snapins/ssl/.srvprivate.key
    /var/www/html/fog/management/other/ssl/srvpublic.crt

  • no image file(s) found that would match the partition(s) to restored

    Solved
    2
    0 Votes
    2 Posts
    231 Views
    P

    @processor

    I’ll reply to myself.
    finally I found that image was partially copied to storing folder.
    So yes no images was found !!
    I just had to re-upload a backup to solve this issue.

    sorry for the disturbing.

  • Odd capture and deploy disk size observations.

    Unsolved
    10
    0 Votes
    10 Posts
    754 Views
    A

    @Tom-Elliott Hellooooo,
    Sooooo, leaving the UUIDs as is I simply decided to use a different machine to create the image. I was using Intel and switched to a SuperMicro and set BIOS booting option to BOTH meaning Legacy + UEFI.

    That same image was successfully deployed to that very problem Intel box as well as others. And since it was EXT4, the partition grew and shrunk as needed.

  • Quick registration deploy image error

    Unsolved
    3
    0 Votes
    3 Posts
    220 Views
    M

    I found a partial solution. If in the file /var/www/fog/lib/reg-task/registration-class.php on the line where $userTest is, I change the values ​​of $username and $password to the real values ​​through which I log in to the FOG server, I get quickreg including deploy image… This is not a system solution and should be fixed by the developer. (Again, this is for version 1.6, on 1.5.10 this works correctly).

  • Blank management page after FOG Update

    Solved
    5
    0 Votes
    5 Posts
    486 Views
    mckayjM

    Last part of the puzzle was that the php-fpm service wasn’t running.
    Started it with:

    sudo systemctl start php-fpm.service sudo systemctl enable php-fpm.service systemctl status php-fpm.service

    And now the FOG Web UI is working for me again.

  • What could cause Fog client not working?

    Unsolved
    4
    0 Votes
    4 Posts
    402 Views
    D

    seems to have sorted my issue, there is an update to the fog client, I had previously version 0.12, installed 0.13 and seems to be working ok now.

  • Deployed imaged failed with blue screen (error 0xc0000225 or "NTFS file system")

    Unsolved
    2
    0 Votes
    2 Posts
    213 Views
    Tom ElliottT

    @miyaqub I’m going to go on a limb and suspect you have 2 recovery partitions potentially?

    it seems that’s what was wrong in the case of this thread you’ve posted.

101

Online

12.2k

Users

17.4k

Topics

155.6k

Posts