• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. Unsolved
    Log in to post
    Load new posts
    • All categories
    • All tags
    • V

      Imaging system with two drives - Boot Error

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved FOG Problems
      2
      0 Votes
      2 Posts
      68 Views
      K

      @vanfifty1
      I have some simelar Problems maby read the post
      https://forums.fogproject.org/topic/18157/windows-11-65x-hp-z2-tower-g1i-update/2
      My problem is/was that Fog uses sometimes the wrong nvme …

    • mm EkimiaM

      Trying to USB Boot FOG client on MBP 2015

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved FOG Problems
      1
      0 Votes
      1 Posts
      73 Views
      No one has replied
    • G

      Web UI problem

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved FOG Problems
      3
      0 Votes
      3 Posts
      101 Views
      G

      @Tom-Elliott
      This is resolved in latest dev-branch version: 1.5.10.1853
      Thanks.

    • M

      Blank web page after updating to 1.5.10

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved FOG Problems
      1
      0 Votes
      1 Posts
      71 Views
      No one has replied
    • W

      Unable to register host: This machine is already registered....

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved FOG Problems
      2
      0 Votes
      2 Posts
      91 Views
      W

      Fresh install using ver1.5.10.1826

      Works perfectly. Can register hosts as normal

      Maybe a bug with 1.6.0… hopefully if anyone else experiences this issue this might help

    • J

      Group management AD settings get cleared with newly registered host.

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Bug Reports
      3
      0 Votes
      3 Posts
      188 Views
      J

      @Tom-Elliott Thanks for the clarification! I’ll try upgrading to the latest stable version, I was planning on doing this anyway.

      I’ll look into the Persistent Groups plugin and see how it works!

    • T

      Is the client rejecting the custom CA going to cause problems?

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved FOG Problems
      1
      0 Votes
      1 Posts
      71 Views
      No one has replied
    • G

      PXE Boot Failed when deploying image to physical machine (FOG Project)

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved FOG Problems
      2
      0 Votes
      2 Posts
      113 Views
      I

      @gabriel-pissoto

      I often record this with a phone then you can pick out the error in that micro flash of text.
      I think most of the time picking a different X.pxe file resolves this for me.

    • K

      Windows 11 | 65x HP Z2 Tower G1i | UPDATE -

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved FOG Problems
      24
      0 Votes
      24 Posts
      870 Views
      K

      @Tom-Elliott
      to make a backup I use now sql in bash

      root@fog:~# mysql -u root -N -B -e “USE fog; SELECT CONCAT(‘UPDATE hosts SET hostDevice = ‘’’, hostDevice, ‘’’ WHERE hostID = ', hostID, ‘;’)FROM hosts;” > restore_hostdevice.sql

      and restore with
      root@fog:~# mysql -u root fog < restore_hostdevice.sql

    • N

      Update 1.5.9 RC2 to 1.5.10

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved FOG Problems
      1
      0 Votes
      1 Posts
      174 Views
      No one has replied
    • H

      FOG web interface tuning

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Feature Request
      2
      0 Votes
      2 Posts
      214 Views
      Tom ElliottT

      @heix75 No.

      Not because it’s not a QOL improvement (it is) but because what you see in 1.5.x.x is NOT what is the end goal.

      If you want to see what the UX is moving toward install the version of FOG on working-1.6.

      You’ll understand (I hope), then, why I’m saying this.

    • W

      Upgrading Server To SSD and Reinstall

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved FOG Problems
      1
      0 Votes
      1 Posts
      614 Views
      No one has replied
    • S

      HP Z2 G1i Workstation failing to PXE

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved FOG Problems
      2
      0 Votes
      2 Posts
      725 Views
      K

      I have the same HP Z2 G1i – it works for me with
      sanboot.PNG
      “SANBOOT”
      The BIOS also seems very finicky to me—I even disabled all NVMe devices and Windows and enabled only network boot—but Windows resets the setting. Setting a BIOS password didn’t change anything.

    • L

      Partition 3 (NTFS) skipped during deployment

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved FOG Problems
      1
      0 Votes
      1 Posts
      627 Views
      No one has replied
    • I

      Filters duplicating from table to others

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved FOG Problems
      2
      0 Votes
      2 Posts
      697 Views
      I

      @Infojoe I forgot an important information : version 1.5.10.1826

    • J

      Moved Win11 image to Separate FOG Host, Windows Won't Boot after Deployment

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved FOG Problems
      1
      0 Votes
      1 Posts
      692 Views
      No one has replied
    • L

      Deploying captured Windows 11 golden image using FOG results in Windows only being able to boot into recovery

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Windows Problems
      8
      0 Votes
      8 Posts
      587 Views
      M

      @lucamathuse No, I would not move the files manually yet.

      If the capture reports “Cloned successfully” but the task remains In-Progress, then the capture itself may have finished, but the post-capture process is not completing correctly. Under normal conditions, the host should finish the task and then reboot or shut down automatically based on your settings.

      So, before moving anything by hand, I would want to know whether the host is actually stuck there indefinitely or whether it is still finishing something in the background. If it never updates the task status, that could also explain why your image set ends up incomplete or inconsistent.

    • L

      Trying to deploy Windows 11 25H2 using FOG always leads to the Windows recovery screen

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Windows Problems
      6
      0 Votes
      6 Posts
      496 Views
      F

      @lucamathuse
      I don’t remember if it’s related to Win11 we have this in our postdownload script :

      if [ -n "$hd" ]; then if [ "$hd" = "/dev/nvme0n1" ] ; then partsys=$hd'p2' partdata=$hd'p3' else partsys=$hd'2' partdata=$hd'3' fi

      We use Virtualbox, install classic WIndows 11, disable Bitlocker, and capture with FOG with image set to “Multiple Partition Image - All Disks”
      My folder capture :

      d1.mbr d1p1.img d1p2.img d1p3.img d1p4.img d1.partitions d1.size

      Maybe try capture debug to see which partition FOG get during your capture

    • L

      Subject: Imaging and Domain Integration for 44 M4 MacBooks (FOG / Samba AD / LDAP)

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Mac Problems
      1
      0 Votes
      1 Posts
      81 Views
      No one has replied
    • L

      FOG PXE Boot Error – iPXE “Exec format error” / Chainloading failed

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved FOG Problems
      2
      0 Votes
      2 Posts
      929 Views
      Tom ElliottT

      @lucasgfaj have you turned off secure boot?

    • 1
    • 2
    • 3
    • 4
    • 5
    • 9
    • 10
    • 1 / 10