• 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
    • K

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

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved FOG Problems
      3
      0 Votes
      3 Posts
      193 Views
      Tom ElliottT

      @kratkale You can do the same thing with “Hard Drive” paramater of the Host in question.

      If you know the wwn, serial, or block size of the disk you intend, it should figure out which drive you intend. Of course this is specific to the machine you’re attempting ot image, but this same functionality is possible in FOG.

    • N

      Determine version installed after update

      Watching Ignoring Scheduled Pinned Locked Moved Solved Linux Problems
      2
      0 Votes
      2 Posts
      29 Views
      R

      @Nono Without going through the web interface you can check the file in /var/www/fog/lib/fog/system.class.php.
      Toward the bottom of the file there is a line that start with define('FOG_VERSION'

    • B

      Unable to Capture an image: ERROR: Could not adjust the bad sector list

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved FOG Problems
      13
      0 Votes
      13 Posts
      3k Views
      R

      @bond007fink A new version of ntfs-3g, which is the parent package for ntfsresize, has finally been released last week. That’s after 4 years of no updates. If all goes well, I will be doing an experimental release this weekend with the newer package.

      As @Tom-Elliott stated, this is not an issue with FOG itself, instead FOG relies on tools like ntfs-3g and partclone to handle all the NTFS filesystem changes. Hopefully this updated version fixes your issue.
      I will update the thread once the experimental release is available.

    • S

      HP Z2 G1i Workstation failing to PXE

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved FOG Problems
      2
      0 Votes
      2 Posts
      646 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.

    • H

      Debian Trixie Dependancy Errors

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Linux Problems
      2
      0 Votes
      2 Posts
      373 Views
      T

      @hammerc807

      This is what I had to do, was in the same boat.

      Go to /opt/fog/.fogsettings

      Remove the sysv-rc-conf entry from the packages line from there. (Reference: https://github.com/FOGProject/fogproject/issues/797)

      Lower down in the same file, set “php_ver=‘8.2’” to “php_ver=‘8.4’”

      Exit and save.

      Then I had to remove symlinks in Apache that were using the old php modules:

      sudo unlink /etc/apache2/mods-enabled/php8.2.conf
      sudo unlink /etc/apache2/mods-enabled/php8.2.load

      Then add the new links:

      sudo ln -s /etc/apache2/mods-available/php8.4.conf /etc/apache2/mods-enabled/php8.4.conf
      sudo ln -s /etc/apache2/mods-available/php8.4.load /etc/apache2/mods-enabled/php8.4.load

    • 1 / 1