• Specification pc before deploy

    9
    0 Votes
    9 Posts
    2k Views
    george1421G

    @alexamore90 said in Specification pc before deploy:

    in which folder should it be replaced

    The answer is difficult to explain in just a few words.

    The fog.download file is actually in the FOS Linux image that gets transferred to the target computer before imaging begins.

    The fog developers provided two call out functions where the fog admin can do things before imaging starts and just after imaging stops but before the target computer reboots. You will use the first call out that the developers give you called a post init script. This call out script is called just after FOS Linux (the OS that runs on the target computer boots). My idea is to use this first call out to copy the patched fog.download script from the fog server to FOS linux, then when imaging starts it will use your patched file with the data you need to see. I would place the file to copy in the same directory as where the post init scripts are called from.

    NOW Sebastian mentioned an easier way to go about this without patching the fog.download file. In that you will again use the post init script call out script to simply print the info you need then pause waiting for a key press before continuing. There is nothing to patch, you will simply create a bash script in the post init directory and then call it from the post init callout script.

    Thinking outside the box, actually you have the power of php engine on the fog server. If one stretches their imagination a bit, this same script that displays your information on the screen, you should use php mail and send the contents of the fields in an email to you. This is a little harder to setup, but its not that hard to do.

  • Kernel Argument host vs global

    Unsolved
    3
    0 Votes
    3 Posts
    750 Views
    W

    @Sebastian-Roth May i know which part of the PHP will passing these argument into kernel ?

  • Issue booting PXE on clients

    Unsolved
    7
    0 Votes
    7 Posts
    3k Views
    K

    @george1421 said in Issue booting PXE on clients:

    https://forums.fogproject.org/topic/12796/installing-dnsmasq-on-your-fog-server?_=1681250221198

    Ok, let me check with my boss and give me a few days to see if I can fix it. Because we have some work to do. Thank you very much for the help and I hope it works because I’ve been trying to get this implementation out for about a month.

    Practically, they let me do it all and no device information or anything hahaha.

  • 180 (or 190) seconds wait for iPXE DHCP configuration

    Unsolved
    6
    0 Votes
    6 Posts
    3k Views
    Z

    @zbe So from your picture it appears the wait time is coming from iPXE getting an IP address?

    Yes.

    What version of FOG are you using?

    1.5.10

    Could you grab a new pcap of the failing pxe boot sequence

    Well, technically it’s not failing, it just takes 180 seconds for yet unknown reason.

    I PM-ed you 6 captures. 3 are done booting UEFI and other 3 BIOS.

    I used 3 different network devices:

    VirtIO paravirtualized Intel E1000 Realtek RTL8139

    As you’ll see almost every configuration behaves somewhat unique. It makes no sense to me. 😛

    I can do captures of physical PCs sometime next week, hopefully.

  • Post download install script

    Unsolved
    13
    0 Votes
    13 Posts
    7k Views
    george1421G

    @alexamore90 said in Post download install script:

    it start ms-settings:activation

    I don’t know that command. I have not used it before.

    I;ve used the command line scripts

    cscript //nologo c:\windows\system32\slmgr.vbs /ipk <activation_key> cscript //nologo c:\windows\system32\slmgr.vbs /ato

    The setupcomplete.cmd will only run if you use sysprep. Do you sysprep your images before you capture with FOG?

  • Update to last dev (1.6.0-alpha.1182)

    Solved
    4
    0 Votes
    4 Posts
    1k Views
    J

    @Sebastian-Roth
    I think to know what is blocking.
    I have to change vlan and fog IP adress to make updates but it use IP parameter in the updateDB() function :

    wget --no-check-certificate -qO - --post-data="confirm&fogverified" --no-proxy ${httpproto}://${ipaddress}${webroot}management/index.php?node=schema >>$error_log 2>&1

    I think -X with help to finish install.

  • Is there a way to restrict FOG menu access to specific users?

    Solved
    4
    1 Votes
    4 Posts
    780 Views
    S

    @jblomquist said in Is there a way to restrict FOG menu access to specific users?:

    I’d like to allow a particular user to be able to deploy an image, but not quick delete a host through the PXE menu.

    Which version of FOG do you use?

    The quick delete option is secured in the iPXE menu in FOG 1.5.10 (github commit).

  • Snapin Communication ERROR: The path is not of a legal form

    Solved
    4
    0 Votes
    4 Posts
    1k Views
    S

    @AlexPDX said:

    i see u did not find the time to fix the M.2 NVMe problem 😐 …and the Storage Nodes being Unauthorized 😐

    No, we haven’t yet. You are very welcome to get involved and help fix this stuff.

  • Suggestion for install.sh script

    Unsolved
    3
    0 Votes
    3 Posts
    778 Views
    D

    @Sebastian-Roth Challenge accepted!😁

  • Capture not the entire disk but more than one partition

    Unsolved
    3
    0 Votes
    3 Posts
    782 Views
    JJ FullmerJ

    As a side note:
    The image type description in the wiki (I got there from the balloon help: https://wiki.fogproject.org/wiki/index.php?title=Managing_FOG#Images) points to a non-existing page (404): https://docs.fogproject.org/en/latest/management/image-management.html

    Thanks! @JJ-Fullmer would you find the time to fix that quickly?

    Fixed!
    @medchemii thanks for letting us know. We changed the structure of the new docs page a bit and it affected the links. We’re working on getting redirection working for old links still

  • Moving to FOG 1.5.10

    Solved
    25
    0 Votes
    25 Posts
    10k Views
    K

    @Sebastian-Roth We are up and going again. Thank you so much for your help I really appreciate it.

  • Dual boot (2 disks) unable to boot grub

    Solved
    16
    0 Votes
    16 Posts
    6k Views
    F

    @george1421 Great stuff. Thanks!

  • Image deployed from incorrect storage node

    Solved
    6
    0 Votes
    6 Posts
    2k Views
    B

    @Sebastian-Roth Sorry for the late response. I ended up re-installing everything and its good now. I also changed the permission of the images to executables on the storage nodes, not sure if that helps but its all working now.

    Thank you for your help.

  • FOG 1.5.10 HTTPS WOL restart indefinitely in menu

    Solved
    8
    0 Votes
    8 Posts
    1k Views
    C

    @Sebastian-Roth
    Capture.PNG
    Yes with EFI exit type = REFIND_EFI
    it works perfectly
    Thxs

  • ipxe boot slow after changing to HTTPS

    Unsolved
    38
    0 Votes
    38 Posts
    12k Views
    S

    @brakcounty said in ipxe boot slow after changing to HTTPS:

    Even when using the Paravirtualized Network Adapter in VBox?

    Learning something new every day! Wow, didn’t know this and never tried it before. Thanks!!!

  • Problem with INIT.xz @ 74%

    Unsolved
    3
    0 Votes
    3 Posts
    1k Views
    S

    @dashwell said in Problem with INIT.xz @ 74%:

    new series of laptops

    Beside the excellent hints George already gave I might ask which make and model exactly are we talking about?

  • Clean Up

    Unsolved
    3
    0 Votes
    3 Posts
    736 Views
    S

    @sgoodman Reviving this topic as I think this would be good to get done for the next 1.5.x release.

  • Image fails to capture 30% through

    Unsolved
    4
    0 Votes
    4 Posts
    1k Views
    george1421G

    @TBCS OK Just so I understand. Now the error printed on the screen no longer appears. It was fixed by the kernel update to 5.15.x.

    Now when you capture the image capture just freezes at 30% and no visible error is displayed.

    Do you have another one of this model you can try to capture? So the question is, is the problem related to this specific computer or this computer model. I’m suspecting there is something strange with the source computer’s storage media. As of now there is no difference in disk structure between windows 10 and 11. So selecting win 11 in the fog ui should work well.

  • Unraid Docker MOUNTING ON /IMAGES FAILED CONNECTION REFUSED

    Unsolved
    8
    0 Votes
    8 Posts
    3k Views
    george1421G

    @norbo80 this post looks interesting. What seems to be important is the port groups being forwarded to the container: https://forums.fogproject.org/topic/5546/installing-fog-in-a-docker-container

  • Host name changer & Host product key

    Unsolved
    5
    0 Votes
    5 Posts
    2k Views
    F

    There is a free utility called ShowKeyPlus, which is in the Microsoft Store. This will show you your product key. It will show you the original Win 7/8 key you used to upgrade if you went that route as well.

    Once installed via the store you can dig around and locate the ShowKeyPlus.exe file in the hidden folder for Appx apps. It will run on its own as a standalone utility. I put it on the desktop of my golden image so I can easily check.

    Of course you want to run ShowKeyPlus BEFORE you image, and save the key to add to the Fog database when you register the host (you must add manually).

79

Online

12.7k

Users

17.6k

Topics

156.9k

Posts