• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. Chris Whiteley
    3. Topics
    • Profile
    • Following 2
    • Followers 1
    • Topics 37
    • Posts 173
    • Best 6
    • Controversial 0
    • Groups 0

    Topics created by Chris Whiteley

    • Chris WhiteleyC

      Solved Backing up mysql

      FOG Problems
      • • • Chris Whiteley
      3
      0
      Votes
      3
      Posts
      166
      Views

      Chris WhiteleyC

      @Tom-Elliott Thank you so much for your verification. I was a little panicked haha. Have a good day!

    • Chris WhiteleyC

      Solved Error 500 on "Add Snapin" after update to latest dev-branch and PHP 8

      FOG Problems
      • • • Chris Whiteley
      3
      0
      Votes
      3
      Posts
      369
      Views

      Chris WhiteleyC

      @Sebastian-Roth Thanks!

    • Chris WhiteleyC

      HP Probook G8 issues imaging

      Hardware Compatibility
      • hp probook 450 • • Chris Whiteley
      11
      0
      Votes
      11
      Posts
      1.7k
      Views

      R

      I’ve been having the same issue with the G8 ProBooks and have finally got one to image throught the NIC however I’ve been through many steps so I followed this guide
      https://docs.fogproject.org/en/latest/reference/compile_ipxe_binaries.html
      I then re-downloaded & re-installed FogProject from github.
      PXE is noticably faster and so far so good.
      Whether compiling and copying the ipxe worked or whether it was the re-install or a bit of both I cannot say.

    • Chris WhiteleyC

      Pull last image date from API

      General Problems
      • • • Chris Whiteley
      3
      0
      Votes
      3
      Posts
      375
      Views

      Chris WhiteleyC

      @tom-elliott sorry! I meant last deployed date. Is there a way for me to see per host when it was? I am just looking to get an output of that via some sort of command line. I use Powershell currently with the FOG API.

    • Chris WhiteleyC

      FOG on new server and moving the SSL certs, reinstall fails

      FOG Problems
      • • • Chris Whiteley
      5
      0
      Votes
      5
      Posts
      510
      Views

      Chris WhiteleyC

      @sebastian-roth It did not help. It still got stuck there. I think it was a version issue with the .fogsettings between 1.5.2 (old) and 1.5.9 (new) and the difference in Linux Distro. I will just move images and other settings and recreate the cert. Thanks for the help!

    • Chris WhiteleyC

      FOG API add snapin, run task and then delete

      FOG Problems
      • fogapi-psmodule api help api • • Chris Whiteley
      6
      1
      Votes
      6
      Posts
      940
      Views

      JJ FullmerJ

      @Chris-Whiteley I finally had some time to work on the module and created a Start-FogSnapin function that can deploy a single snapin task.

      See also https://fogapi.readthedocs.io/en/latest/commands/Start-FogSnapin/

    • Chris WhiteleyC

      FOG and PDQ Deploy

      Windows Problems
      • • • Chris Whiteley
      1
      0
      Votes
      1
      Posts
      268
      Views

      No one has replied

    • Chris WhiteleyC

      FOG API Question

      FOG Problems
      • • • Chris Whiteley
      9
      0
      Votes
      9
      Posts
      888
      Views

      Chris WhiteleyC

      @tom-elliott Thanks Tom!

    • Chris WhiteleyC

      API Help

      General
      • • • Chris Whiteley
      4
      0
      Votes
      4
      Posts
      502
      Views

      S

      @chris-whiteley said in API Help:

      The only thing I can’t figure out is how to make that host be associated with a SnapinID. For instance, I want it to be associated with a SnapinID of 1. How can I do that?

      While I haven’t tested lately I would think you should be able to create a snapin association like this:

      curl -X PUT -d '{"snapins":[1]}' http://x.x.x.x/fog/host/33/edit

      Assuming the host you want to associate the snapin (ID 1) to has host ID 33. Don’t forget the API tokens in the call.

    • Chris WhiteleyC

      Dell Optiplex 7080

      Hardware Compatibility
      • • • Chris Whiteley
      4
      0
      Votes
      4
      Posts
      831
      Views

      george1421G

      @Chris-Whiteley The default for a current install of FOG is still 4.19.x series because that is the last / latest LTS version of the linux kernel. When the kernel developers release the next LTS version of the linux kernel (supposedly to be 5.10.x) then the FOG Developers will make that standard.

    • Chris WhiteleyC

      FOG API Question

      General
      • • • Chris Whiteley
      9
      0
      Votes
      9
      Posts
      891
      Views

      Chris WhiteleyC

      @sebastian-roth Thank you! I am going to give this a shot.

    • Chris WhiteleyC

      Post Init Script Issues

      FOG Problems
      • • • Chris Whiteley
      13
      0
      Votes
      13
      Posts
      993
      Views

      Tom ElliottT

      @george1421 Remember that during a capture, the $storage variable is defined, usually:

      IPAddress:/images/dev

      In the case of a deplooy the $storage variable is defined, usually:

      IPAddress:/images

      That’s why the checking.

      If somebody wants to move the postinit into /images, then it should be symlinked, but that’s beyond our scope. That’s more of a preference .

    • Chris WhiteleyC

      Kick off Task by system mac address

      General
      • • • Chris Whiteley
      3
      0
      Votes
      3
      Posts
      270
      Views

      Chris WhiteleyC

      Okay, I will dig into this. Thanks!

    • Chris WhiteleyC

      Fresh Install of 1.5.9 with CentOS 7 issues

      FOG Problems
      • • • Chris Whiteley
      35
      0
      Votes
      35
      Posts
      3.9k
      Views

      Chris WhiteleyC

      @Sebastian-Roth This is not a new branch, just an upgrade and move from Ubuntu to Centos 7 as it is more stable when upgrading. The only thing I can do as far as getting closer is to move this computer into the server room, but since it is a desktop that would be a little cumbersome. These are juniper switches.

      For creating the schools’ base image, I use this same machine to do the work for all of them since it is pretty close to the “golden image” for each one. I am using this Dell Optiplex 7040. I create a legacy image (have some more impoverished districts with old machines) and a UEFI image.

      I have not tried different iPXE binaries and I wasn’t aware that you guys wanted me to do a mirror port. I will try and work on this today if I get some time.

      Thanks for the guidance.

    • Chris WhiteleyC

      Solved Upgrade from 1.5.7 to 1.5.8 issues

      FOG Problems
      • • • Chris Whiteley
      75
      0
      Votes
      75
      Posts
      15.6k
      Views

      S

      Ok, let’s call it quits. I just pushed a commit to the fos repo to add this patch to our build of partclone and add the ignore_crc parameter back to the scripts.

      Marking as solved.

    • Chris WhiteleyC

      Hiren's Boot CD 1.0.1 UEFI iso Question

      General Problems
      • • • Chris Whiteley
      3
      0
      Votes
      3
      Posts
      1.0k
      Views

      Chris WhiteleyC

      @george1421 Thanks for the response. I think I might’ve actually figured it out. If you Legacy PXE boot, it errors out on a UEFI based machine. However, if you use the Network Stack PXE boot (UEFI), it will correctly boot. The DVD does work for both UEFI and Legacy. I don’t know why I didn’t think to try that first.

      Thanks for the help!

    • Chris WhiteleyC

      Solved FOG 1.5.6.2 Issues with Resizable image

      Windows Problems
      • • • Chris Whiteley
      19
      0
      Votes
      19
      Posts
      988
      Views

      S

      @quinniedid said in FOG 1.5.6.2 Issues with Resizable image:

      Sometimes the resize works and other times it doesn’t

      Do you mean the same image sometimes resizes and sometimes not? We’d need the exact same information from your image (best to open a new topic) to look into this.

    • Chris WhiteleyC

      Solved Issue with the "Deploy Image" option

      FOG Problems
      • • • Chris Whiteley
      13
      0
      Votes
      13
      Posts
      1.2k
      Views

      Chris WhiteleyC

      @george1421 You are the man! That was it! I made the changes and the menu came up. It was the - before the Windows 10 1809 - Office 2013 image

    • Chris WhiteleyC

      Fog "Deploy Image" Menu Reorder

      General
      • • • Chris Whiteley
      3
      0
      Votes
      3
      Posts
      433
      Views

      Chris WhiteleyC

      @Wayne-Workman Thanks for the response. I ended up renumbering the image name to include 01. through 14 and that did sort them. I appreciate the quick thinking and that fixes my issue!

    • Chris WhiteleyC

      Surface Pro 4 with FOG 1.5.4 6078

      Hardware Compatibility
      • • • Chris Whiteley
      8
      0
      Votes
      8
      Posts
      1.2k
      Views

      Chris WhiteleyC

      @george1421 0_1535146823857_Surface_4.JPG

    • 1 / 1