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

      Wiping Drive via PXE menu

      Watching Ignoring Scheduled Pinned Locked Moved General
      12
      0 Votes
      12 Posts
      649 Views
      V

      @Tom-Elliott said in Wiping Drive via PXE menu:

      @vanfifty1 Sweet so it is functional and seems to be much more verbose about the actions it’s performing, thank you!

      Thank you!

      With the experimental init.xz when it said the following in my case: “Erasing /dev/nvme0n1 with an NVMe sanitize block erase (sanact 2)” does this mean the following command was run?: nvme sanitize /dev/nvme0n1 -a 2

      Does this mean the bug is patched? Should I use the experimental init.xz file on the production FOG server? What ramifications will this have? Is it better to wait until this is released in an official version down the road?

    • D

      Unable to capture image on NVME systems since 1.5.10

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

      @DiegoP I believe mdadm will still be allowed to work, but I think you’re supossed to use “mdraid=true” for a kernel argument. If this is not set, FOG won’t know to build the array. This would help explain why the disk couldn’t find a partition layout as well since it’s expecting to be part of an array (which then looks/acts as the disk you’re truly working with.

      As for “partclone to partimage” I’m not sure I understand.

      Fog moved FROM partimage -> partclone way back in the 1.0.0 days as partimage has been obsolete for quite some time now.

    • T

      Partition Error

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved FOG Problems
      5
      0 Votes
      5 Posts
      459 Views
      V

      To check the BitLocker status, open an elevated Command Prompt and run:

      manage-bde -status

      If the C drive shows as encrypted, disable BitLocker and allow the drive to fully decrypt before attempting another capture:

      manage-bde -off C: manage-bde -off D:

      Have you tried setting the image type to “Multiple Partition Image - All Disks (Not Resizable)” instead of “Single disk - resizable”?

      In “Single disk - resizable” mode, you will save an image of only one of the two disks. In the host settings, you can set the primary disk.

      Try disable Windows Fast Boot or restart computer from cmd

      shutdown /r /t 0
    • J

      From /images/dev to /images issue

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved FOG Problems
      4
      0 Votes
      4 Posts
      128 Views
      J

      @Tom-Elliott

      Thanks for your quick response. We’ll be using Fog heavily over the next few days, so we won’t be able to update the version right away.
      We’ve found a workaround while we wait for the update by setting the setgid bit on the directory:

      chown fog:fog /images/dev
      chmod 2775 /images/dev

      Best.

      Jérôme

    • N

      Stuck on "running post init scripts

      Watching Ignoring Scheduled Pinned Locked Moved Solved Linux Problems
      13
      0 Votes
      13 Posts
      4k Views
      C

      @Numa09
      I had the same problem with a TP-Link switch. The model was a TL-SG2428P, and the FOG client would get stuck at:

      “Running post init scripts…”

      There were no error messages on the server, and the server firewall was disabled.

      After seeing your comment, I disabled the DoS protection feature on the switch, and FOG started working normally.

      Thank you, man!

    • A

      FOG: 1.5.4 -> How to setup NAS - Synology DiskStation as Master Node

      Watching Ignoring Scheduled Pinned Locked Moved Tutorials
      52
      1 Votes
      52 Posts
      41k Views
      V
      UPDATE 07/17/2026

      After some experimentation and examining the fogftp.class.php file, I found that FOG calls ftp_rename to move files from the /image/dev/<mac_host> folder to the /image/<image_name> folder.

      Finally, it helped me to connect with a regular ftp client (WinSCP) and try to move the folders manually. This is how I found out that the problem was in the permissions set on the folders.

      So I found out that from my original version 1.5.10.10 to the current 1.5.10.1903 there was a change in the file

      /lib/reg-task/taskqueue.class.php

      in the private function _moveUpload() method it was previously

      ->chmod(0777, $dest) and now it is ->chmod(0775, $dest)

      That (maybe) could be the reason why it stopped working for me. Thanks to this post https://forums.fogproject.org/post/156271

      chown -R fog:users /volume1/images/ #set inheritance to the dev folder chmod g+s /volume1/images/dev/

      I connected to the NAS with ssh and fixed the permissions over the folders. Now it’s working fine again.

    • V

      How to hide some items in the Advanced menu?

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