• 0 Votes
    2 Posts
    383 Views
    I

    are they all in a clean shutdown state before starting?
    do they already have an OS?

  • Very slow image deploy to a Nutanix VM

    Unsolved FOG Problems
    2
    0 Votes
    2 Posts
    379 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.

  • Trouble imaging HP x360's

    Unsolved FOG Problems
    2
    0 Votes
    2 Posts
    392 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

  • Selecting Deploy an image boots to text menu

    Unsolved FOG Problems
    1
    0 Votes
    1 Posts
    342 Views
    No one has replied
  • fog update fails from 1.5.10 to 1.5.10.1639

    Unsolved FOG Problems
    2
    0 Votes
    2 Posts
    445 Views
    P

    fixed it by installing gcc-aarch64-linux-gnu on ubuntu and running the script again. compilation errors are not logged to the script shown on screen, but to the bin/error_logs/ directory in the extracted archive.
    Update now ran without issues.

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

    Unsolved FOG Problems
    2
    0 Votes
    2 Posts
    299 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?

  • postdownload script...

    Unsolved Linux Problems
    1
    0 Votes
    1 Posts
    914 Views
    No one has replied
  • Full Inventory and deployement invalid loging

    Unsolved FOG Problems
    1
    0 Votes
    1 Posts
    180 Views
    No one has replied
  • Lenovo 13W will not boot to fog after bios update.

    Unsolved FOG Problems
    6
    0 Votes
    6 Posts
    761 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

  • Failed of upgrading Dev-Branch version

    Unsolved FOG Problems
    1
    0 Votes
    1 Posts
    203 Views
    No one has replied
  • Queue problems when deploying

    Unsolved FOG Problems
    3
    1 Votes
    3 Posts
    494 Views
    DBailey635D

    @tian I’ve got exactly the same problem. The initial 10 queue items complete, but the next batch won’t start. I have to click the lightning bolt icon in the task list to force it to start. Am running up to date FOG software on a fully patched Ubuntu server.

  • Deploy Tasks Not Continuing After First Batch

    Unsolved FOG Problems
    5
    0 Votes
    5 Posts
    728 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?

  • FOG exit to local GRUB option

    Unsolved Linux Problems
    1
    0 Votes
    1 Posts
    854 Views
    No one has replied
  • Snapin script running silent

    Unsolved FOG Problems
    1
    0 Votes
    1 Posts
    222 Views
    No one has replied
  • SLES 15 image does not update add efi entry

    Unsolved Linux Problems
    1
    0 Votes
    1 Posts
    872 Views
    No one has replied
  • Deploy windows 11 fog

    Unsolved Windows Problems
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • What could cause Fog client not working?

    Unsolved FOG Problems
    4
    0 Votes
    4 Posts
    479 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.

  • 0 Votes
    2 Posts
    252 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.

  • Quick registration deploy image error

    Unsolved FOG Problems
    3
    0 Votes
    3 Posts
    245 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).

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

    Unsolved FOG Problems
    3
    0 Votes
    3 Posts
    492 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.