• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. Popular
    Log in to post
    • All Time
    • Day
    • Week
    • Month
    • All Topics
    • New Topics
    • Watched Topics
    • Unreplied Topics
    • All categories
    • S

      Upgraded from FOG 1.5.9 to 1.5.10.1903 and having issues

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved FOG Problems
      28
      0 Votes
      28 Posts
      1k Views
      Tom ElliottT

      @Strahd Have you been able to make progress?

    • F

      Latest dev version - You're running the latest dev-branch version: 1.5.10.2191 odd ram-0 error [resolved now with 1.5.10.2218]

      Watching Ignoring Scheduled Pinned Locked Moved Solved FOG Problems
      12
      0 Votes
      12 Posts
      448 Views
      F

      @Tom-Elliott Tom, looks like everything has been resolved after going from 2144 to 1.5.10.2218! No errors and I was able to capture no problem. Thanks

    • V

      How to upgrade to FOG 1.6?

      Watching Ignoring Scheduled Pinned Locked Moved General
      10
      0 Votes
      10 Posts
      295 Views
      Tom ElliottT

      @Valer This should be fixed in latest/greatest

    • S

      Version 1.6.0-beta.3187 ipxe 2.0.0.x problems

      Watching Ignoring Scheduled Pinned Locked Moved Solved Bug Reports
      10
      0 Votes
      10 Posts
      235 Views
      S

      Working 👍

    • C

      Surface Laptop 7th Edition - PXE loads and then immediately reboot's

      Watching Ignoring Scheduled Pinned Locked Moved Hardware Compatibility
      8
      0 Votes
      8 Posts
      251 Views
      C

      @JJ-Fullmer This was it, thank you!!

      Everything I read kept telling me this machine was x86 based and there is no hint in the BIOS or the serial number lookup tool, of it running an ARM processor(other then “Elite”). We are going to return these machines to the vendor, so problem solved for us.

      Would be interested in hearing about future support for ARM in FOG because I’m sure this isn’t the last time we will cross paths with it.

    • K

      FOG Secure Boot with Shim

      Watching Ignoring Scheduled Pinned Locked Moved Tutorials
      24
      2 Votes
      24 Posts
      14k Views
      K

      @Tom-Elliott Just a thought, was reading through the docs and I noticed that because of the adhereance to stock iPXE 2.0 netbooting with HTTPS is disabled by default. This may be a little too complicated so I’d get avoiding this, but you could probably work around this by nesting shim and iPXE to boot a custom signed iPXE. It would work something like this:

      Netboot iPXE 2.0 normally with it’s shim Use autoexec.ipxe with the shim command to reload that shim Using autoexec.ipxe chainload a custom build of iPXE 2.0 that has the FOG certificate bundled and trusted.

      If the binary chained isn’t already trusted, I believe you should be able to use some scripting to then automatically chain in mokmanager or fallback to chaining via http.

      Provided you use the normal FOG signing keys, this should work fine, though it does mean having two shims. It may be worth it to close that small gap in HTTPS. Both the shim and custom iPXE could be chain loaded via TFTP. It does add a little more complexity to the signing and boot process but I figured it was worth mentioning, as having HTTPS wherever possible does seem valuable.

    • T

      Image copy hangs at start of copy - PXE boot OK

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved FOG Problems
      5
      0 Votes
      5 Posts
      62 Views
      T

      @Tom-Elliott I did update to version 1.6.2254 and the first multicast that worked was the first one I tried after the upgrade. This second one is now hanging like the one that prompted this thread.

      Where in the logs can I find any clues?

    • F

      Storage Node says invalid configuration on FOG dashboard

      Watching Ignoring Scheduled Pinned Locked Moved Solved FOG Problems
      5
      0 Votes
      5 Posts
      128 Views
      F

      @Tom-Elliott Hi! I updated my FOG server to latest beta-branch version: 1.6.0-beta.3197. I also updated my storage node to 1.6.0-beta.3197. This fixed the invalid path issue I was having. Thank you for the help!

      1a0e5491-b776-49fe-9fbf-d2bc40087f78-image.png

    • R

      UEFI imaging slow (~1.2 GB/min) on Realtek RTL8168h (rev 15) - r8169 CSI fallback - possible regression from r8169 switch?

      Watching Ignoring Scheduled Pinned Locked Moved Hardware Compatibility
      6
      0 Votes
      6 Posts
      227 Views
      R

      @Tom-Elliott

      Thanks so much for your help with this. Happy to feed back any info I can so please do let me know if there’s anything else you need me to test. Will be on annual leave for a couple of weeks after this and have no access to the systems but I think this confirms your suspicion. Please see results below from a Dell OptiPlex 3070:

      Addresses on this machine:

      NIC: 01:00.0 (Realtek RTL8168h)
      Root port: 00:1c.0

      UEFI mode:

      setpci -s 01:00.0 CAP_EXP+10.w = 0142 (last digit 2 = L1 enabled)
      setpci -s 00:1c.0 CAP_EXP+10.w = 0c42 (last digit 2 = L1 enabled)

      Legacy/CSM mode:

      setpci -s 01:00.0 CAP_EXP+10.w = 0040 (last digit 0 = ASPM off)
      setpci -s 00:1c.0 CAP_EXP+10.w = 0c40 (last digit 0 = ASPM off)

      Dell’s UEFI firmware enables L1 on both the NIC and root port. The Legacy/CSM path leaves both off. The only difference between the two readings is those two ASPM bits. Everything else in the register is identical.

      Thanks for the nudge to run these. Anything else needs testing please do let me know. We love using FOG and it’s invaluable in our set of schools that we work in at least so please do keep up the great work!

    • T

      1.6 Database update issue

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved FOG Problems
      4
      0 Votes
      4 Posts
      136 Views
      Tom ElliottT

      @toschulz So I suspect the problem is due to a divergence of db schema between dev-branch/stable + working-1.6

      If you can update yoru Mysql directly:

      sudo mariadb -u root fog (if no root password of course - if you have a root password add -p

      UPDATE schemaVersion SET vVersion=0;

      Then refresh your screen, click the install/update, and hopefully the error will go away.

      The way the schema is configured is it will attempt (idempotently) to rerun every single SQL query in the schema chain.

      This should fix the problem you’re seeing.

      I believe there’s a column on the login history piece being requested that may just simply be missing which would cause the issue with datatables.

    • C

      atheros ipxe woes "No configuration method succeeded"

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved FOG Problems
      3
      0 Votes
      3 Posts
      79 Views
      C

      @Tom-Elliott thanks Tom - using the excellent fog-docker from 88fingerslukee - so will wait to hear his response

    • L

      Storage node availability check ignores `FOG_SSH_PORT` (hardcoded port 22)

      Watching Ignoring Scheduled Pinned Locked Moved Solved Bug Reports
      3
      0 Votes
      3 Posts
      237 Views
      L

      @Tom-Elliott Hi, Yes with the proposed fix, it works now.

    • E

      PXE boot menu displaying plain text without graphical UI / background in BIOS mode

      Watching Ignoring Scheduled Pinned Locked Moved Solved FOG Problems
      3
      0 Votes
      3 Posts
      185 Views
      E

      @Tom-Elliott
      The fix worked perfectly! The menu issue is now resolved.

      Thanks for the support!

    • M

      Full registration issues with Fog 1.5.10.1870

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved FOG Problems
      3
      0 Votes
      3 Posts
      157 Views
      M

      @Tom-Elliott Hello Tom yes I have installed the compatible Fog client from the Fog server on the reference machine, sys prepped and captured the image and now I am deploying.

    • G

      FOG Client and The remote server returned an error: (500)

      Watching Ignoring Scheduled Pinned Locked Moved Solved FOG Problems
      3
      0 Votes
      3 Posts
      163 Views
      G

      @Tom-Elliott
      Updated to latest dev-branch and snapins are working now
      Thansk for help.

    • L

      Will not PXE boot when in Windows 10

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Windows Problems
      2
      0 Votes
      2 Posts
      45 Views
      V

      What version of FOG are you running?

    • V

      FOG 1.6 own plugin

      Watching Ignoring Scheduled Pinned Locked Moved General
      2
      0 Votes
      2 Posts
      111 Views
      Tom ElliottT

      @Valer I think we need to understand what this plugin is doing.

      CSS isn’t something we’ve allowed to be injectable though it could be.

      You can still use your own CSS but that’s more at the FOG Configuration -> FOG Setting -> FOG_THEME, but you would need to put it on your server in a location you type the path too here.

      https://docs.fogproject.org/en/latest/development/plugin-development

      This is a good toolkit for understanding how to build your own plugin.

    • R

      [1.5.10.2149] ipxe.kpxe regression breaks all exit-to-HDD methods on Legacy BIOS devices

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Bug Reports
      2
      0 Votes
      2 Posts
      99 Views
      Tom ElliottT

      @rpycroft Please attempt to update to 2231.

    • C

      FOG 1.5.10 - iPXE “Exec format error” immediately after bzImage on MSI PRO B760M-P (13th Gen Intel)

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved FOG Problems
      2
      0 Votes
      2 Posts
      78 Views
      C

      I have figured out the issue. I was looking in the wrong place in BIOS for the secure boot setting which was on. Turning off secure boot fixed the process which runs perfectly now.

    • J

      From /images/dev to /images issue

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved FOG Problems
      5
      0 Votes
      5 Posts
      279 Views
      C

      Encountered the same issue, version: 1.5.10

      I can successfully capture the image and then see the size of it in the web panel but then it’s not being moved to /images/ by fog. Requiring me to move them manually which works but I’m kinda concerned.

      FTP works fine even though I am afraid I don’t understand why I need FTP to move some files inside a directory on a singular server.

    • 1
    • 2
    • 1 / 2