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

    Realtek 8111\8168 & undionly.kpxe -> hangs on Initialising Devices...

    Scheduled Pinned Locked Moved
    Hardware Compatibility
    14
    69
    46.0k
    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.
    • A
      Andy Abplanalp Developer
      last edited by

      I’m trying to get more familiar with iPXE. Am I OK to assume that I can (attempt to) build an all-drivers ipxe.kpxe file and use it with FOG as long as the script to chainload to default.ipxe happens? I’m trying to figure out why undionly.kpxe is being used by default in FOG. Thanks for any feedback.

      Andy

      1 Reply Last reply Reply Quote 0
      • JunkhackerJ
        Junkhacker Developer
        last edited by

        undionly.kpxe is used by fog because it is compatible with more network cards. .pxe versions dump the UNDI and require recompiling with additional drivers to support new cards

        signature:
        Junkhacker
        We are here to help you. If you are unresponsive to our questions, don't expect us to be responsive to yours.

        1 Reply Last reply Reply Quote 0
        • A
          Andy Abplanalp Developer
          last edited by

          This dirty hack in my default.ipxe file seemed to do the trick:

          #!ipxe
          cpuid --ext 29 && set arch x86_64 || set arch i386
          isset ${net1/mac} && chain [url]http://10.0.0.50/fog/service/ipxe/boot.php?mac=${net1/mac}[/url] ||
          params
          param mac ${net0/mac}
          param arch ${arch}
          chain [url]http://10.0.0.50/fog/service/ipxe/boot.php##params[/url]

          1 Reply Last reply Reply Quote 0
          • Tom ElliottT
            Tom Elliott
            last edited by

            Why are you sending net1 instead of net0, are you booting from another nic, or is ipxe booting from another nic?

            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
            • A
              Andy Abplanalp Developer
              last edited by

              ipxe.kpxe (and undionly.kpxe for that matter) is identifying the wireless NIC as net0. I had to get to net1 somehow.

              1 Reply Last reply Reply Quote 0
              • JunkhackerJ
                Junkhacker Developer
                last edited by

                fyi, you can associate more then one MAC address with a host.
                add additional MACs to a host on the host management page for that host.

                signature:
                Junkhacker
                We are here to help you. If you are unresponsive to our questions, don't expect us to be responsive to yours.

                1 Reply Last reply Reply Quote 0
                • A
                  Andy Abplanalp Developer
                  last edited by

                  Thanks. All these years using FOG and I’d completely forgotten about that feature.

                  1 Reply Last reply Reply Quote 0
                  • B
                    Baite
                    last edited by

                    [quote=“tamatech, post: 26861, member: 24111”]Tom,

                    I recompiled a new undionly.kpxe using this site: rom-o-matic.eu and with help from these forums on chainloading default.ipxe, I was able to upload an image into FOG 1.0.0.

                    Is there a way to remove (or reduce) the 60 second wait time on the “i2c-parport-light adapter type unspecified” message before the kernel is finally loaded?

                    Embedded script:#!ipxe
                    dhcp
                    chain default.ipxe

                    Thanks again,

                    Andy[/quote]
                    Tamatech:

                    Could you please be gentle enough to show how you did it (or share your working undionly.pxe)?

                    1 Reply Last reply Reply Quote 0
                    • A
                      Andy Abplanalp Developer
                      last edited by

                      Baite:

                      Here’s my ipxe.kpxe.

                      Andy

                      [url=“/_imported_xf_attachments/0/843_ipxe.zip?:”]ipxe.zip[/url]

                      1 Reply Last reply Reply Quote 0
                      • Tom ElliottT
                        Tom Elliott
                        last edited by

                        [quote=“Baite, post: 28277, member: 24308”]Tamatech:

                        Could you please be gentle enough to show how you did it (or share your working undionly.pxe)?[/quote]

                        You can also use any of the ipxe.*pxe files in trunk and this should work for you as well as it’s basically the same.

                        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
                        • B
                          Baite
                          last edited by

                          [quote=“tamatech, post: 28445, member: 24111”]Baite:

                          Here’s my ipxe.kpxe.

                          Andy[/quote]
                          Thank you, Tamatech

                          1 Reply Last reply Reply Quote 0
                          • B
                            Baite
                            last edited by

                            [quote=“Tom Elliott, post: 28446, member: 7271”]You can also use any of the ipxe.*pxe files in trunk and this should work for you as well as it’s basically the same.[/quote]
                            Thank you, Tom.

                            1 Reply Last reply Reply Quote 0
                            • B
                              Baite
                              last edited by

                              [quote=“Tom Elliott, post: 28446, member: 7271”]You can also use any of the ipxe.*pxe files in trunk and this should work for you as well as it’s basically the same.[/quote]
                              For me to use any of those files, I just need to replace the undionly.kpxe file with that one, right?

                              1 Reply Last reply Reply Quote 0
                              • Tom ElliottT
                                Tom Elliott
                                last edited by

                                Yes, and replace it AS the undionly.kpxe

                                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
                                • A
                                  andjjru
                                  last edited by

                                  After much trial and error, this one is working well for me.
                                  [url]http://mastacontrola.com/ipxe/f3d42-QUOTA_20-GOOD/undionly.kkpxe[/url]

                                  1 Reply Last reply Reply Quote 0
                                  • Jaymes DriverJ
                                    Jaymes Driver Developer
                                    last edited by

                                    [quote=“andjjru, post: 28706, member: 575”]After much trial and error, this one is working well for me.
                                    [url]http://mastacontrola.com/ipxe/f3d42-QUOTA_20-GOOD/undionly.kkpxe[/url][/quote]

                                    Ohh yes that does seem to be a good file, my machines like that and so do my virtual machines as long as the exit method is set to “exit” and not sanboot.

                                    WARNING TO USERS: My comments are written completely devoid of emotion, do not mistake my concise to the point manner as a personal insult or attack.

                                    1 Reply Last reply Reply Quote 0
                                    • A
                                      andjjru
                                      last edited by

                                      I’m in the unfortunate situation of having a lot of important computers out there that require sanboot to continue to boot to hard drive, as well as a lot of important Dell laptops with IRRT enabled that need the opposite.

                                      Rock, hard place, etc.

                                      1 Reply Last reply Reply Quote 0
                                      • A
                                        andjjru
                                        last edited by

                                        This post is deleted!
                                        1 Reply Last reply Reply Quote 0
                                        • Tom ElliottT
                                          Tom Elliott
                                          last edited by

                                          [quote=“andjjru, post: 28728, member: 575”]I’m in the unfortunate situation of having a lot of important computers out there that require sanboot to continue to boot to hard drive, as well as a lot of important Dell laptops with IRRT enabled that need the opposite.

                                          Rock, hard place, etc.[/quote]

                                          If I had a solid knowledge of exactly which systems like (and/or) dislike a specific type, I could programmatically make this a non-issue. In your particular case, is there a specific model that requires certain types?

                                          Maybe we can get a listing of Systems and their preferred method of exiting to the hard drive?

                                          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
                                          • A
                                            andjjru
                                            last edited by

                                            [quote=“Tom Elliott, post: 28793, member: 7271”]If I had a solid knowledge of exactly which systems like (and/or) dislike a specific type, I could programmatically make this a non-issue. In your particular case, is there a specific model that requires certain types?

                                            Maybe we can get a listing of Systems and their preferred method of exiting to the hard drive?[/quote]

                                            I know for sure that the Dell Optiplex 390 prefers sanboot, and a bunch of Dell Latitudes (E5540, E5520, E6510, probably more) that have IRRT turned on by default prefer exit-style. Those Latitude models are fine with sanboot if their SATA type had been switched to AHCI or ATA prior to imaging, but not all of our techs had been doing that.

                                            1 Reply Last reply Reply Quote 0
                                            • 1
                                            • 2
                                            • 3
                                            • 4
                                            • 1 / 4
                                            • First post
                                              Last post

                                            194

                                            Online

                                            12.0k

                                            Users

                                            17.3k

                                            Topics

                                            155.2k

                                            Posts
                                            Copyright © 2012-2024 FOG Project