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

iPxe initialising devices... Sticking

Scheduled Pinned Locked Moved Unsolved
General
6
45
31.9k
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.
  • D
    Dragnous
    last edited by Jul 10, 2015, 5:03 PM

    Hello all.

    We have started to test a new option. We have purchased a ton of laptops (Stream 11 Pro Commercial Grade) from Hp and they have provided us with Pxe bootable USB to Ethernet adapters.

    So far it starts to work however when it gets to "iPxe Initialising Devices… " It just hangs there and doesnt go past.

    Any thoughts or advice.

    W 1 Reply Last reply Jul 17, 2015, 1:29 PM Reply Quote 1
    • C
      cml Moderator
      last edited by Jul 10, 2015, 5:07 PM

      What version of Fog and what pxe file are you booting?

      Booting off of undionly.kkpxe may resolve your issue.

      D 1 Reply Last reply Jul 10, 2015, 5:22 PM Reply Quote 0
      • D
        Dragnous
        last edited by Jul 10, 2015, 5:13 PM

        Latest Version: 1.2.0 fog
        not sure on the pxe file. Where do i check this?

        1 Reply Last reply Reply Quote 0
        • C
          cml Moderator
          last edited by Jul 10, 2015, 5:22 PM

          You are more than likely using undionly.kpxe, but if windows is handling your dhcp it would be option 67. You can also rename the old file and symlink the new one.

          cd /tftpboot
          mv undionly.kpxe undionly.kpxe.REAL
          ln -s undionly.kkpxe undionly.kpxe
          
          
          D 1 Reply Last reply Jul 13, 2015, 1:30 PM Reply Quote 0
          • D
            Dragnous @cml
            last edited by Jul 10, 2015, 5:22 PM

            @cml said:

            What version of Fog and what pxe file are you booting?

            Booting off of undionly.kkpxe may resolve your issue.

            I was talking with my network guy he said we set it up to undionly.kpxe in DHCP

            1 Reply Last reply Reply Quote 0
            • D
              Dragnous
              last edited by Jul 13, 2015, 12:42 PM

              Still looking for a solution anyone have any experience with this

              W 1 Reply Last reply Jul 13, 2015, 12:52 PM Reply Quote 0
              • W
                Wayne Workman @Dragnous
                last edited by Jul 13, 2015, 12:52 PM

                @Dragnous Ask your network guy to change the DHCP scope option 067 to this:

                undionly.kkpxe
                

                And let us know how it goes. This is the more simple way of doing what @cml was wanting you to try. I don’t think we can move forward until you’ve tried undionly.kkpxe. It’s the next step in troubleshooting.

                Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG!
                Daily Clean Installation Results:
                https://fogtesting.fogproject.us/
                FOG Reporting:
                https://fog-external-reporting-results.fogproject.us/

                D 1 Reply Last reply Jul 13, 2015, 12:54 PM Reply Quote 0
                • D
                  Dragnous @Wayne Workman
                  last edited by Dragnous Jul 13, 2015, 6:57 AM Jul 13, 2015, 12:54 PM

                  @Wayne-Workman said:

                  @Dragnous Ask your network guy to change the DHCP scope option 067 to this:

                  undionly.kkpxe
                  

                  And let us know how it goes. This is the more simple way of doing what @cml was wanting you to try. I don’t think we can move forward until you’ve tried undionly.kkpxe. It’s the next step in troubleshooting.

                  Oh maybe I misunderstood, what is difference between undionly.kpxe and undionly.kkpxe ?

                  Also note sure if this needs to be noted but using linux box as DHCP

                  W 1 Reply Last reply Jul 13, 2015, 12:56 PM Reply Quote 0
                  • W
                    Wayne Workman @Dragnous
                    last edited by Jul 13, 2015, 12:56 PM

                    @Dragnous https://wiki.fogproject.org/wiki/index.php/Filename_Information

                    and so you know, any computer that is compatible with undionly.kpxe is also compatible with undionly.kkpxe.

                    Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG!
                    Daily Clean Installation Results:
                    https://fogtesting.fogproject.us/
                    FOG Reporting:
                    https://fog-external-reporting-results.fogproject.us/

                    1 Reply Last reply Reply Quote 0
                    • D
                      Dragnous @cml
                      last edited by Dragnous Jul 13, 2015, 7:46 AM Jul 13, 2015, 1:30 PM

                      @cml said:

                      You are more than likely using undionly.kpxe, but if windows is handling your dhcp it would be option 67. You can also rename the old file and symlink the new one.

                      cd /tftpboot
                      mv undionly.kpxe undionly.kpxe.REAL
                      ln -s undionly.kkpxe undionly.kpxe
                      
                      

                      Ok now that I understand what you where stating… I tried this and it works

                      Edit: New issue! lol Now when performing full host registration its hanging there too

                      /bzImage… ok
                      /init.xz… ok
                      [] <— just hangs there

                      Edit: I noticed that the connectivity lights on the adapter just go dead…

                      W 1 Reply Last reply Jul 13, 2015, 1:54 PM Reply Quote 0
                      • W
                        Wayne Workman @Dragnous
                        last edited by Wayne Workman Jul 13, 2015, 7:55 AM Jul 13, 2015, 1:54 PM

                        @Dragnous Make sure Secure Boot is turned off, make sure Legacy BIOS and Legacy Option ROM support is turned on. and (u)EFI and UEFI is off.

                        I don’t know the exact names that HP will call these things, but it’ll be along those lines.

                        Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG!
                        Daily Clean Installation Results:
                        https://fogtesting.fogproject.us/
                        FOG Reporting:
                        https://fog-external-reporting-results.fogproject.us/

                        1 Reply Last reply Reply Quote 0
                        • D
                          Dragnous
                          last edited by Jul 13, 2015, 1:57 PM

                          Secure Boot <Disabled>
                          Legacy Support <Enabled>
                          Network Boot Protocol <IPv4 (Legacy)>

                          Those are my current Settings. Still same issue.

                          W 1 Reply Last reply Jul 13, 2015, 2:12 PM Reply Quote 0
                          • W
                            Wayne Workman @Dragnous
                            last edited by Jul 13, 2015, 2:12 PM

                            @Dragnous Do you get to the FOG boot menu at all now? Can you run the compatibility tests there?

                            Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG!
                            Daily Clean Installation Results:
                            https://fogtesting.fogproject.us/
                            FOG Reporting:
                            https://fog-external-reporting-results.fogproject.us/

                            D 1 Reply Last reply Jul 13, 2015, 2:13 PM Reply Quote 0
                            • D
                              Dragnous @Wayne Workman
                              last edited by Dragnous Jul 13, 2015, 8:18 AM Jul 13, 2015, 2:13 PM

                              @Wayne-Workman said:

                              @Dragnous Do you get to the FOG boot menu at all now? Can you run the compatibility tests there?

                              Yes I get the menu and anything I try to do fog hangs and the adapter goes dead… Think its driver related but unsure.
                              20150713_101517.jpg 20150713_101510.jpg

                              1 Reply Last reply Reply Quote 0
                              • D
                                Dragnous
                                last edited by Jul 14, 2015, 11:50 AM

                                Question: Once Kernel is loaded and init.xz is loaded what happens next… I am fearing that its because there is a lack of drivers for the USB Adapter. I do have the Drivers for the device however they would need to be build into the Kernel correct?
                                Any more help that could be provided would be helpful as I have 2k of these devices coming for the school year and Id like to use fog instead of clonezilla.

                                1 Reply Last reply Reply Quote 0
                                • T
                                  Tom Elliott
                                  last edited by Jul 14, 2015, 11:55 AM

                                  I’d be surprised if the drivers for this device were NOT already in the kernel.

                                  That said, have you tried?

                                  See there was a feature added to FOG a few months ago specifically to address the USB NIC issue you’re describing.

                                  Under the hosts that need the USB Nic, add the kernel argument has_usb_nic=1.

                                  While it doesn’t save any time, directly, it should allow the device to operate as intended.

                                  The way the argument works is by waiting for you to disconnect, then reconnect the device. This, for whatever reason, seems to work.

                                  Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG! Get in contact with me (chat bubble in the top right corner) if you want to join in.

                                  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

                                  D 1 Reply Last reply Jul 14, 2015, 12:04 PM Reply Quote 1
                                  • D
                                    Dragnous @Tom Elliott
                                    last edited by Jul 14, 2015, 12:04 PM

                                    @Tom-Elliott said:

                                    has_usb_nic=1

                                    Oh… question where do i add that exactly.

                                    C 1 Reply Last reply Jul 14, 2015, 12:17 PM Reply Quote 0
                                    • C
                                      cml Moderator @Dragnous
                                      last edited by Jul 14, 2015, 12:17 PM

                                      @Dragnous

                                      On the host management page

                                      upload-0154d872-982a-4306-8124-7d47af7b630a

                                      The same setting exists on the group management page, so you can apply it to a group of computers.

                                      upload-599e5fe9-b89f-4057-9347-4702d89d455b

                                      D 1 Reply Last reply Jul 14, 2015, 12:18 PM Reply Quote 0
                                      • D
                                        Dragnous @cml
                                        last edited by Jul 14, 2015, 12:18 PM

                                        @cml said:

                                        @Dragnous

                                        On the host management page

                                        upload-0154d872-982a-4306-8124-7d47af7b630a

                                        The same setting exists on the group management page, so you can apply it to a group of computers.

                                        upload-599e5fe9-b89f-4057-9347-4702d89d455b

                                        Ok so i take it I will have to manually register the host first, than add the argument

                                        1 Reply Last reply Reply Quote 0
                                        • T
                                          Tom Elliott
                                          last edited by Jul 14, 2015, 12:20 PM

                                          You can alter the args list for registration if you need to. Look at the FOG Configuration->iPXE Boot Menu Configuration->fog.reginput boot options add has_usb_nic=1.

                                          This option should be removed for non-usb nic hosts, but if you’re focused only on these for now, this should get you where you need to go at least.

                                          Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG! Get in contact with me (chat bubble in the top right corner) if you want to join in.

                                          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
                                          • 2
                                          • 3
                                          • 1 / 3
                                          1 / 3
                                          • First post
                                            13/45
                                            Last post

                                          147

                                          Online

                                          12.1k

                                          Users

                                          17.3k

                                          Topics

                                          155.3k

                                          Posts
                                          Copyright © 2012-2024 FOG Project