• Recent
  • Unsolved
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Register
  • Login
  • Recent
  • Unsolved
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Register
  • Login

iMac fail pxe

Scheduled Pinned Locked Moved Unsolved
Mac Problems
5
11
1.4k
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S
    Sebastian Roth Moderator
    last edited by Sep 10, 2018, 6:08 PM

    @Prupo Please tell us the exact model of Mac you have this issue on. To me this looks like an issue I have been trying to address with lots of effort but no success yet. See here: https://forums.fogproject.org/topic/10615/ipxe-booting-possibly-broken-on-os-x-sierra-update

    Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

    Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

    N 1 Reply Last reply Dec 18, 2018, 4:25 PM Reply Quote 0
    • P
      Prupo
      last edited by Sep 11, 2018, 9:44 AM

      hi @Sebastian-Roth thanks for the help

      0_1536658969640_IMG_0367 (1).jpg

      1 Reply Last reply Reply Quote 0
      • S
        Sebastian Roth Moderator
        last edited by Sep 11, 2018, 12:45 PM

        @Prupo Probably this one, right? Not one of the Macs I have been playing with but the issue sounds as if your machine has just the very same network card installed which is causing the issue after installing High Sierra (UEFI firmware updated).

        Please check the hardware list and post a picture (Apple Symbol -> About My Mac -> System Report), see here:
        alt text

        Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

        Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

        1 Reply Last reply Reply Quote 0
        • P
          Prupo
          last edited by Sep 11, 2018, 1:09 PM

          Yes it’s him @Sebastian-Roth

          0_1536671283431_Capture d’écran 2018-09-11 à 15.03.15.png

          1 Reply Last reply Reply Quote 0
          • S
            Sebastian Roth Moderator
            last edited by Sep 11, 2018, 2:17 PM

            @Prupo Yes, sadly it seems like this is exactly the same network card which we had issues on other Macs as well. So it is very much specific to this NIC. Please read through all the topics, especially the iPXE form thread. I have tested many things, dug through the code but could not fix the issue yet. Right now I don’t have the time to dive into this again. Would you be keen to get involved?

            Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

            Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

            1 Reply Last reply Reply Quote 0
            • P
              Prupo
              last edited by Sep 11, 2018, 6:08 PM

              @Sebastian-Roth thank you for the quick help !
              I will go through the topics and try to find something , see you soon 🙂

              1 Reply Last reply Reply Quote 0
              • O
                OmegaNull
                last edited by Nov 1, 2018, 5:09 AM

                I am new to Fog here but tell me if I am crazy. Is it possible to use a USB to Ethernet dongle to maybe get around this? This way you are bypassing the NIC all together and booting via USB.

                Maybe alternatively do the same using a thunderbolt to ethernet dongle as well. What are your thoughts?

                D 1 Reply Last reply Nov 1, 2018, 6:58 PM Reply Quote 0
                • D
                  drewklein22 @OmegaNull
                  last edited by Nov 1, 2018, 6:58 PM

                  @OmegaNull I haven’t had any luck using a usb to ethernet adapter but I have gotten the thunderbolt to ethernet adapter (made by apple) to work. Since this is included in the native drivers for mac OS, it works with iPXE.

                  1 Reply Last reply Reply Quote 1
                  • N
                    NeedLessMacs @Sebastian Roth
                    last edited by NeedLessMacs Dec 18, 2018, 10:26 AM Dec 18, 2018, 4:25 PM

                    @Sebastian-Roth
                    Im having the exact same issue as well, with the same NIC (14e4 1686). Im using a thunderbolt -> Ethernet. I have only tested with one macbook air so far (El Cap 10.11.5, early 2015 macbook), and I am getting the no DHCP on net0 on bootup. Running an isc-dhcp server and every aspect of it is working fine other than getting the mac to obtain an address (my one windows machine works perfectly, as usual). I am the network administrator for an exclusively mac environment and I have access to all hardware from a 2003 era Xserve (thats still in production) to brand new 2017/2018 iMacs and everything in between. Let me know how/if I can help and id be glad to. For reference I did select an SSID on bootup once and I was able to obtain DHCP from net1 (wifi card), but not only do I not want to image over wifi, I am currently running the fog server and its own DHCP server on an isolated network to rule out any firewalls/weirdness. My setup consists of exactly 3 cables, my secondary NIC on proxmox is configured to be an isolated 172 network, I have that patched directly into an 8 port switch on my desk, and I have a direct run from the firewall going into the same switch, with my mac client being the 3rd cable in the switch. Im pretty confident we can rule out any networking issues, though id be more than happy to run any tests you think could help.

                    Sebastian

                    1 Reply Last reply Reply Quote 0
                    • S
                      Sebastian Roth Moderator
                      last edited by Dec 18, 2018, 5:03 PM

                      @NeedLessMacs So far we only seemed to have this issue with Sierra and later versions. See here:

                      It seems as if the ones that came with Sierra (10.12) pre-installed will not work with iPXE while the ones that had El Capitan (10.11) are OK.

                      Possibly a Sierra update came out that also broke it. Or we are looking at a different issue here. So far I have only heard of onboard NICs having that issue but if it’s the exact same chip could also be a problem with the thunderbold adapter.

                      Please read the whole iPXE from above and start by compiling your own debug iPXE binary to test.

                      Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

                      Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

                      1 Reply Last reply Reply Quote 0
                      • 1 / 1
                      • First post
                        Last post

                      163

                      Online

                      12.0k

                      Users

                      17.3k

                      Topics

                      155.2k

                      Posts
                      Copyright © 2012-2024 FOG Project