• Error at beginning of capture--Could not fix partition layout (runFixparts)

    Unsolved
    8
    0 Votes
    8 Posts
    1k Views
    B

    Side note, it appears that the KEA DHCP server in pfSense 2.7.2 does not properly support serving the correct boot file to BIOS vs EFI systems. It all works fine with Windows DHCP. This had nothing to do with my original issue.

  • Deploy image right after registration without a reboot

    Unsolved
    8
    0 Votes
    8 Posts
    1k Views
    J

    The purpose of me using Capone for me is because we use all hps so I already have Capone configured to serve the golden image based off of the system-manufacturer matching HP

  • Multicast stuck

    Solved
    6
    0 Votes
    6 Posts
    1k Views
    EazisE

    @george1421 said in Multicast stuck:

    [09-18-24 9:36:35 am] Interface not ready, waiting for it to come up: 10.54.68.101
    [09-18-24 9:36:45 am] Interface not ready, waiting for it to come up: 10.54.68.101
    [09-18-24 9:36:55 am] Interface not ready, waiting for it to come up: 10.54.68.101

    If you disable the storage node then you will get this message inside the log.

    I found out that it wasn’t a FOG problem but i mixed up some vlans together.
    Multicast works now. Problem solved.

  • dnsmasq issue

    Unsolved
    4
    0 Votes
    4 Posts
    558 Views
    F

    @george1421 Thanks its working

  • Active Directory Defaults

    Solved
    4
    0 Votes
    4 Posts
    413 Views
    jfernandzJ

    Not sure why setting the LDAP plugin manually I couldn’t get it working … but I exported the plugin config from an old FOG instance and imported it in the new one and it worked, so I think you can mark this as solved 😉

  • Fog v1.5.10.1615 - Proxmox Win11 VM - Cannot capture image with current devel kernel(s)

    Unsolved
    1
    0 Votes
    1 Posts
    239 Views
    No one has replied
  • FOG 1.5.10 images dir is weird

    Unsolved
    3
    0 Votes
    3 Posts
    309 Views
    G

    @Tom-Elliott thank you very much!
    I didn’t consider it to be a MAC address where I absolutely should have 🤦🏻.

    So the copying process doesn’t happen but the image is fully useable, I will sort this out manually and consider re-installing the server so it will start doing this automatically…

    Thanks again!

  • fog 1.5.10 post pxe boot problem

    Unsolved
    5
    0 Votes
    5 Posts
    622 Views
    C

    @Tom-Elliott said in fog 1.5.10 post pxe boot problem:

    d in almost a decade, so I think you’re FOG version is MUCH newer than that considering the bzImage version is 6.6.44 and the one you " updated " to is 4.1.2

    please attempt updating your latest fog version?

    i have rolled back to the 6.6.44 bzImage files. im not sure where to get current init.xz files however

    ok when you say to update the latest fog version, can you please give me a link or something here?

    am i updating a specific part or am i updating the whole fog installation?

    the fog wiki says to use these links:

    https://wiki.fogproject.org/wiki/index.php?title=Download_Current_Init's_and_Kernels_Command_Line

  • 0 Votes
    11 Posts
    2k Views
    J

    Sorry everyone I haven’t updated on this post, my organization wanted our fog server migrated to our data center on to a vm so my time was reverted to doing that and building an additional one at one of our new hospitals we recently finished construction on. But I plan to get back to working on it this week on my test server I have set up. Once I have it set up I am going to implement it on our production servers, I think I’m very close to implementing this concept and once I have it cracked I will make sure to share this with everyone because I think the option of being able to do this will be valuable to many others. @george1421 @Wayne-Workman

  • "Boot from hard disk" does not proceed

    Unsolved
    1
    0 Votes
    1 Posts
    174 Views
    No one has replied
  • FOG "Reattempting to update database...Failed", broken after update

    Unsolved
    2
    0 Votes
    2 Posts
    336 Views
    george1421G

    @Sab First I would have to say both fog server and fog storage node have to be on the same version. The fog storage node doesn’t have its own database, it uses the fog server’s database. There could be schema changes in the database between 1.5.10 and 1.5.9.

    Unless you change the storage group around, its not possible to capture to a storage node (in the default configuration). Only the master node in a storage group captures the image, then it replicates the captured image to all storage nodes. Both the master node and storage node can deploy images.

    If I had to guess, I would think that in the storage group the nas fog server is not defined as the master node. If I think I understand what you did to configure this setup.

    On the fog error screen it should print out the kernel parameters sent to the FOS imaging engine. There should be a filed marked storage or storage_ip, that will point to the fog server it will try to get the image from. Make sure that is correct for your configuration.

  • Restore a deleted image form console Fog 1.59

    Unsolved
    1
    0 Votes
    1 Posts
    142 Views
    No one has replied
  • Restrict Host Group from User Groups via Access Controls

    Unsolved
    1
    0 Votes
    1 Posts
    219 Views
    No one has replied
  • FOG Groups & Memberships

    Unsolved
    3
    0 Votes
    3 Posts
    328 Views
    H

    @HorizonG
    Solution :
    I deleted all my groups and renamed them.
    I think there’s still a bug in the DATABASE

  • Unable to join domain after deployement

    Unsolved
    2
    0 Votes
    2 Posts
    266 Views
    T

    Hello again,

    After some tests its appears that le pc join the domain if somebody was logged before ( and the dot red became a green windows logo). Is there a solution to do the same thing without a first loging ?

  • Track activity for unregistered hosts

    Unsolved
    4
    0 Votes
    4 Posts
    446 Views
    george1421G

    @DBCountMan In the post init or post install scripts the $mac variable contains the mac address of the target computer

    To get the ip address this script will work

    myip=`ip route get 8.8.8.8 | awk 'NR==1 {print $NF}' | cut -d "." -f1-2`;

    Getting the user id of who did it will be a bit harder since they never log into the web ui. The user ID and password they key in during the deploy image stays in ipxe and is not sent onto FOS Linux. I’d like to say that the username field can be trapped from iPXE and then pass that variable as a kernel parameter onto fos linux. Once that is done then the $username variable should exist in your fog scripts. Getting that info into the fog database is another challenge. In the post install script the /ntfs directory is mapped over to the fog servers /images/dev where you could append an echo statement into a text file.

    Understand I’m taking in programming pseudo code. But I see an path here and it should work.

  • Failure to complete pull on large Windows 10 Image

    Unsolved
    1
    0 Votes
    1 Posts
    134 Views
    No one has replied
  • Images won't show up

    Unsolved
    2
    0 Votes
    2 Posts
    247 Views
    Tom ElliottT

    @TimBr Did you migrate this from an older server?

    The getPrimaryGroup/getStorageGroup’s are the indicator of the problem here.

    Basically, you would likely see the same type of problem if you were to goto snapins:

    Effectively the issue is the Image (in this instance) is associated to a StorageGroup that simply doesn’t exist or that storage group has no storage nodes associated to it.

  • Getting a boot error. Kernel panic for block (0,0)

    Unsolved
    16
    0 Votes
    16 Posts
    2k Views
    G

    Biggest thing I found from this for future searches of answers…

    F*CK UEFI. Legacy FTW.

  • Snapin question

    Unsolved
    4
    0 Votes
    4 Posts
    570 Views
    Tom ElliottT

    @alexamore90 said in Snapin question:

    @Tom-Elliott
    yes sure, I would be interested in running a batch file after the fog has restarted because the deployment on the client has finished. I think I can’t use the snapin because of the host registration that we don’t do. but is the postinit done with fog?

    You still haven’t answered the question.

    I already stated that postinit scripts run in FOS (fog adjacent if you will) but you haven’t answered the question of “where or when” you’re expecting the script to run.

    Please provide details of what you’re doing, when you’re expecting things to happen (explicitly as possible) and we can try to give guidance and direction.

    Otherwise we’re talking in circles.

173

Online

12.4k

Users

17.4k

Topics

155.9k

Posts