• kernel panic - not syncing: VFS: Unable to mount root fs when booting EFI

    Unsolved
    4
    0 Votes
    4 Posts
    919 Views
    S

    @DBCountMan I suggest to verify the checksum (sha256 file on github). If the checksum is wrong, then re-download init.xz. But if it’s right then try another init.xz version, e.g. https://github.com/FOGProject/fos/releases/download/1.5.10/init.xz

  • FOG speed problem

    Unsolved
    4
    0 Votes
    4 Posts
    819 Views
    george1421G

    @DBCountMan Yes if you are using the location plugin. Using the location plugin you assign the storage node to a location and then when you register the target computer with FOG you assign the target computer to a location. Then when the computer pxe boots it learns who it needs to communicate with. So a storage node would work in this case to spread the load.

    One caveat with storage nodes is that they can’t capture images. Only the master node can capture images. Then all storage nodes (including the master node) in the same storage group can deploy the image.

  • invalid integer value and chainloading failed

    Solved
    9
    0 Votes
    9 Posts
    1k Views
    krokodeilakiasK

    @george1421
    Finally the problem lies within the next lines of the script:

    choose --timeout ${menu-timeout} --default ${menu-default} selected
    set menu-timeout 0

    Or to be more precise, the problem is their order. ${menu-timeout} is used before it is defined and therefore, the choose command fails since it received an empty string instead of an integer.
    Thanks a lot @george1421 for your support, I really appreciate it.

  • Failed to add external storage via NFS

    Unsolved
    3
    0 Votes
    3 Posts
    659 Views
    A

    @george1421 Thank you for the guide link. The FOG is able to mount the external NFS as a storage node. However, there were errors that appeared after the end of the cloning. It doesn’t seem stable to me. Also, understand that the storage node might break if the FOG version is upgraded to the next version.
    Therefore, at this moment, I have set up a physical machine instead of a VM to eliminate the issues.

  • Read ERROR: No Such File or Directory

    Solved
    7
    0 Votes
    7 Posts
    1k Views
    D

    @Tom-Elliott Yeah, that’s about the only other thing I can think of too. It’s a brand new Dell PowerEdge Server with a new HD though, but maybe the HD is just a lemon. I’ll swap out the HD and reinstall FOG and see if that works.

    Thanks again for all your input!

  • A power operation is pending

    Solved
    8
    0 Votes
    8 Posts
    2k Views
    P

    @george1421
    Hello, it seems that the problem came from the configuration left over on the workstation, which still contained snappins that were no longer needed and no longer applicable.
    .

  • List OUs under hosts and move computers (object) in AD from one OU to another OU

    Unsolved
    3
    0 Votes
    3 Posts
    478 Views
    2

    @george1421

    I can create the OUs under the Active Directory Settings. From there I get the drop down like I want. I am also running the FOG client to add to domain.

    I just need to figure out the changing of devices from one OU to another. Anyway I could use the name? Computers are named after the OU essentially.

  • Help-could not verify mount point

    Solved
    9
    0 Votes
    9 Posts
    4k Views
    T

    For anyone with this issue in 2023 and beyond, the user is now “fogproject”
    So the final command should be:

    chown -R fogproject:root /images
  • ipxe chain boot.php permission denied on pxe but not autoboot

    Solved
    15
    0 Votes
    15 Posts
    3k Views
    D

    @george1421 That would be the next step. When I said “replicate” I meant that I have a cron sync from primary to secondary every night, not instantly. So lets say I set up both servers to accept ipxe req’s and a field tech loads a new image on the primary at 10am and wants to deploy them to 20 PCs in the field. Primary FOG server takes a dump. The secondary FOG server won’t have the image until midnight. So there’s one issue. Unless I set cron to sync every hour or 30min. Another issue I found with rsync as much as I love it, is that if the primary server goes offline, the secondary, which has the /images nfs share from FOG1 mounted, will appear empty, and rsync will sync an empty dir to its own /images, thus wiping out that folder. I read that rsync can be tuned to not sync if a directory is empty but I have to research and test.

  • PXE Boot - File not found

    Solved
    3
    0 Votes
    3 Posts
    816 Views
    george1421G

    @greichelt said in PXE Boot - File not found:

    dnsmasq is undionly,kpxe.0

    You need to update dnsmasq to version 2.75 or later. Most modern linux OS already are past this version wit dnsmasq. I have a tutorial on compiling a supported version of dnsmasq if you need it. But my suspicion is that you have an old version of a linux OS that will cause you pain in the future.

  • Deploy windows 11 fog

    Unsolved
    5
    0 Votes
    5 Posts
    2k Views
    george1421G

    @User_wds So I have to question if sysprep is working correctly because it should prepare the system for cloning and resetting of SSID.

    This is the command I use to sysprep my image.
    c:\windows\system32\sysprep\sysprep.exe /quiet /generalize /oobe /shutdown /unattend:C:\Windows\Panther\Unattend.xml

    The unattend.xml file must be in the Panther directory and it should contain all of the settings you need to lite touch your image during automated imaging process.

    Understand your issue is not a FOG imaging issue but a windows imaging preparation issue.

  • Snapin issue - using powershell to copy items

    Unsolved
    14
    0 Votes
    14 Posts
    2k Views
    Tom ElliottT

    @dellborg82 What was the issue? This way somebody else who may be having a similar issue can also be helped?

  • FOG 1.5.0 active directory domain password auto-encryption not working

    Solved
    9
    0 Votes
    9 Posts
    2k Views
    K

    @Tom-Elliott Good afternoon,

    What type of encryption is used in AD Active Directory?
    She is strong ?

  • PXE boot failing at DHCP

    Solved
    6
    0 Votes
    6 Posts
    2k Views
    T

    @george1421 Thanks again for this. I’ll tuck this away for later if I need it.

  • permission denied when trying to pxe boot

    Unsolved
    4
    0 Votes
    4 Posts
    558 Views
    A

    @Tom-Elliott no, on the client we are getting the permission denied. so we are going to replace the hard drive and then try again.

  • PostDownloadScripts not running on Win11

    Unsolved
    1
    0 Votes
    1 Posts
    218 Views
    No one has replied
  • Odd performance issue

    Solved
    14
    0 Votes
    14 Posts
    3k Views
    E

    TL;DR,

    If you’re seeing performance issues scaling with high bandwidth FOG servers that should have the hardware horsepower to make it work, check your NIC settings, especially when virtualized. txqueuelen parameter in Linux can make a huge difference. If it’s virtualized, look into the settings on both the host and the guest.

    You should be able to get >10Gbit from your FOG server if you have hardware that will support it. We hit ours with 20 devices this afternoon all pulling 47gb images and the whole shebang was over in 7 minutes.

    Solved!

  • issues with deploying on UEFI computers

    Unsolved
    13
    0 Votes
    13 Posts
    3k Views
    george1421G

    @anwoke8204 If your computer is uefi based, lets try the easy method first. https://forums.fogproject.org/topic/6350/usb-boot-uefi-client-into-fog-menu-easy-way

    By using the easy method above, you can retain all of the features of the FOG preboot environment. If that method doesn’t work we can build FOS Linux on a usb flash drive and boot that way. Its a little more complicated to setup but I have an image already created you can use. https://forums.fogproject.org/topic/7727/building-usb-booting-fos-image the previous link is the instructions to build it yourself. Make sure you read through the caveats if you go this route.

  • Update to FOG 1.5.10

    Unsolved
    1
    0 Votes
    1 Posts
    266 Views
    No one has replied
  • Isolated Network Setup (Stuck in Start PXE over IPv4)

    Unsolved
    24
    0 Votes
    24 Posts
    9k Views
    E

    @george1421 Hello any ideas?

132

Online

12.4k

Users

17.5k

Topics

156.0k

Posts