• postinit script changing kernel parameter "fdrive"

    5
    0 Votes
    5 Posts
    837 Views
    S

    @george1421 said in postinit script changing kernel parameter "fdrive":

    AFAK you can’t edit the kernel invocation line.

    @WT_101 While I think George is right on this part I can still see how you might achieve what you want to do by overwriting the fdrive variable within a postinit script. The postinit script is being sourced (ref) instead of called (subshell).

    This is just from brain to keyboard and I have not done any testing. Give it a try and see…

  • PXE boot hanging at bzImage and Init.xz during capture task

    Solved
    5
    0 Votes
    5 Posts
    1k Views
    Y

    @sebastian-roth I appreciate the response. Unfortunately none of those options resolved the issue.

    I spent some time reading through those articles you linked, and I saw a lot of suggestions for disabling DMA protection. I tried it out, and that fixed it for me!

  • /bin/fog.upload doesn't exist

    7
    0 Votes
    7 Posts
    3k Views
    T

    @sebastian-roth said in /bin/fog.upload doesn't exist:

    mkdir /fogserver/images/dev
    chmod 777 /fogserver/images/dev/
    touch /fogserver/images/dev/.mntcheck
    exportfs -r -v

    Thanks for the help on this @Sebastian-Roth this was the fix. I also 777 .mntcheck but not sure if this is/was necessary.

  • 0 Votes
    1 Posts
    125 Views
    No one has replied
  • iPXE-menu for a second linux on the Hd

    3
    0 Votes
    3 Posts
    365 Views
    R

    @sebastian-roth
    ok, add another menuentry to /tftpboot/boot/grub/grub.cfg
    and add an timeout worked. But there will be a second menu to select one of the two menuentry. Not so nice, but it works.
    I could not find a working chain-syntax for the grub.exe.
    Embedding a grub.cfg into your core.0 binary I didnt test yet.

  • 0 Votes
    8 Posts
    1k Views
    george1421G

    @fog_newb said in Strange formatting when selecting host. Dev Branch1.5.9.207 Ubuntu 22.04.1 LTS:

    I saw Partclone 3.20

    Yes that is the version that contains the updated code for apfs support. So it should clone apple based computers beyond getting access for the T2 chip.

  • Removing MACs from multicast task without starting over

    22
    0 Votes
    22 Posts
    6k Views
    S

    Transferred to github to we don’t loose track of it: https://github.com/FOGProject/fos/issues/48

    @danboid said in Removing MACs from multicast task without starting over:

    I also seem to be having an issue with machines not changing their hostname to match what they’re known as to the FOG server. We’re using Windows 10 on the clients. I’ve installed the FOG client, set the address of the FOG server for the client and it has worked for most of the machines but not all. They’re all on the same network / switch but there are two types of PC with different network adapters if that could make a difference?

    Just figured this part of your request is still open. Not a great idea to ask for several different things in one topic. As Wayne said early on we need the fog-client log (usually in C:\fog.log) to be able to help. Probably best if you open a new topic if this is still an issue for you - and post fog-client logs as well.

  • 0 Votes
    3 Posts
    644 Views
    S

    Cross linking the GitHub issue: https://github.com/FOGProject/fog-client/issues/72

  • Can't create host with API

    3
    0 Votes
    3 Posts
    239 Views
    F

    @sebastian-roth Ok i test again with [] for mac but yesterday i probably write mac nots mac. Thx for help it’s working

  • FOG restarts when selecting OS to install

    2
    0 Votes
    2 Posts
    275 Views
    S

    @YaidenCR Which version of FOG do you use (lower right corner on the FOG web UI when being logged in)?

  • Network booting on Proxmox Vm with OVMF Bios (Windows 11)

    3
    0 Votes
    3 Posts
    2k Views
    D

    @george1421 Really appreciate the help, so turns out it was secure boot, after turning it off everything worked great.

  • Set up LDAP for FOG, but FOG activites aren't tracking AD users

    2
    0 Votes
    2 Posts
    334 Views
    D

    In case anyone else has this question, the Reports tab serves this purpose. Once an AD user logs into FOG and starts doing things, the history report will log it.

  • Is there a way to identify the task failed?

    2
    0 Votes
    2 Posts
    273 Views
    S

    @WT_101 Currently FOG does neither store the error message nor does it stop the task in case of a failure. Probably a nice feature to add if you are keen to get into it.

    You wanna start by looking at the FOS script code. Pretty much all errors cause a single function to be called: handleError() in /usr/share/fog/lib/funcs.sh (code reference). This function could be extended to report back to the FOG server and even cancel the task.

  • Joining hosts to domain?

    25
    0 Votes
    25 Posts
    7k Views
    D

    @kureebow in windows, once the fog client is installed AND you have the correct AD settings in fog:
    d308c21c-4d1f-4814-9db8-d0d82b071ccf-image.png

    it should work without issues. Correct settings are make sure “join domain after deploy” as well as "name change(ad join forced reboot) are selected,as well as a domain username credentials with privilege to join the domain. You may have to “reset encryption data” for fog to get the correct token, that is if you keep getting the below errors over and over:
    9/27/2022 10:48:41 AM Middleware::Authentication ERROR: Could not get security token
    9/27/2022 10:48:41 AM Middleware::Authentication ERROR: Could not find file ‘C:\Program Files (x86)\FOG\token.dat’.

  • Fog Client not auto registering hosts

    3
    0 Votes
    3 Posts
    629 Views
    S

    @Greg-Plamondon Sorry for the really long delay. Hope you got this solved!

    Just for the record, fog-client auto registration currently works (FOG 1.5.9.200 - fog-client 0.12.2) and I don’t think it was broken in the versions you have.

  • Remove validation on MAC address to allow for wildcards as well

    7
    0 Votes
    7 Posts
    928 Views
    S

    Found a bit of time to look into this. Just in case anyone comes across the Middleware::Response Invalid MAC address format on unregistered clients again. This happens when a MAC address filter (FOG Configuration -> FOG Settings -> FOG Client - Host Register -> QUICKREG PENDING MAC FILTER) is defined so that a newly registering client’s MAC matches the filter.

    Just for the record, fog-client auto registration currently works (FOG 1.5.9.200 - fog-client 0.12.2).

  • Unable to UEFI boot

    7
    0 Votes
    7 Posts
    1k Views
    george1421G

    @sniffski OK that bit looks good.

    So since you are comfortable with wireshark that will make the next bit easier. Since the FOG server and target computers are on the same subnet, lets use tcpdump from the FOG server perspective. (or wireshark on the fog server if that is where you are currently doing the capture from). Using wireshark on a witness computer will pick up the broadcast dhcp messages but it won’t the unicast messages. After the dhcp process the target computer reaches out to the fog server (dhcp option 66) and requests the file (dhcp option 67) and then transfers the boot loader (ipxe.efi) to the target computer over tftp. This is done over uicast messaging. So the witness computer won’t see it.

    I have a tutorial here how to do this with tcpdump: https://forums.fogproject.org/topic/9673/when-dhcp-pxe-booting-process-goes-bad-and-you-have-no-clue

    If you want to use wireshark on the fog server then use this capture filter port 67 or port 68 or port 69 or port 4011 Right after the DHCP DORA process it should ask the FOG server twice for the file defined in dhcp option 67, the first will be to check the size of the file the second to request the file.

    Also be aware for uefi that safeboot needs to be disabled on the target computer or it won’t boot the nbf (network boot file) if it does transfer it OK.

    If you can’t get a solution then post the pcap to a file transfer site and either post the link here or use FOG DM to chat the URL to me and I’ll take a look at it.

  • Chainloading Failed when using EXIT method for drive boot

    13
    0 Votes
    13 Posts
    2k Views
    S

    Just figured this has been added already thanks to @Piotr86PL’s pull request in August (which I had obviously forgotten about, nevermind).

  • Can't create working api request for multicast sessions

    6
    0 Votes
    6 Posts
    421 Views
    S

    @mn_19105 said in Can't create working api request for multicast sessions:

    So if you want i can write a wiki with a bit of examples and clarification about the API.

    Great! The documentation is managed on github. Syntax is pretty simple. Please let me know your github username (e.g. via a private message here in the forums) so I can arrange access for you to push to that repo.

  • iPXE - No Configuration Methods Succeeded - Lenovo IdeaPad Gaming 3

    7
    0 Votes
    7 Posts
    1k Views
    M

    @george1421 I was able to rebuild iPXE with the latest version and re-run the Fog installer. Worked like a charm! The new laptops now get to the Fog menu. Your help was fantastic! Couldn’t have done it without you! Thanks a ton!

136

Online

12.3k

Users

17.4k

Topics

155.8k

Posts