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

    IPXE Boot Issue with Realtek RTL8153

    Scheduled Pinned Locked Moved Unsolved
    FOG Problems
    14
    31
    23.3k
    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.
    • Tom ElliottT
      Tom Elliott
      last edited by

      While I didn’t realize it at the time,

      I figured out what the issue is/was with the dhcp problem.

      It’s now fixed and should work properly for you in 2417.

      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
      • N
        Nate Baker
        last edited by

        Tom,

        Any chance you could elaborate on what the issue is that you found? We’re still on a customized FOG 0.32, and while we will probably upgrade at some point, it’s going to take us a while. I was going to see if I could apply whatever you changed to our older version to see if we can image some of these Yoga tablets.

        Like stark325, if we add “iface eth0 inet dhcp” to /etc/networking/interfaces and then run “ifup eth0” it works (in debug mode), but if nothing else I’ll have to try and modify the imaging or boot script to check for Yoga models and do this.

        Thanks!

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

          [url]http://mastacontrola.com/init.gz[/url]

          This file is redesigned for what fix I did for the USB NIC’s.

          Replace your current init.gz with that of this one here.

          [code]sudo mv /tftpboot/fog/images/init.gz /tftpboot/fog/images/init_orig.gz[/code]
          sudo wget [url]http://mastacontrola.com/init.gz[/url] -O /tftpboot/fog/images/init.gz[/code]

          Words of Caution:

          1. I haven’t tested if this will even work, but from what I can tell it will. You’ll likely need one of my kernel’s to ensure support of the drivers needed are already loaded in the kernel: bzImage32
            [code]sudo mv /tftpboot/fog/kernel/bzImage /tftpboot/fog/kernel/bzImage_orig
            sudo wget https://svn.code.sf.net/p/freeghost/code/trunk/packages/web/service/ipxe/bzImage32 -O /tftpboot/fog/kernel/bzImage[/code]

          2. if you have customized the files in your init, you will need to port those in.

          For your yoga’s, the kernel arguments for the host you’re working with needs has_usb_nic=1. That should do it.

          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
          • S
            Sam Wennerlund
            last edited by

            struggling with this a bit, probably party because I’m more used to where things are in fog 0.32, am running a 1.2.0 now on Ubuntu.

            Ive tryed different kernels from the FOG management website, official and latest unofficial.

            Also have tried adding the host to FOG first and it still is stuck at “iPXE initialising devices”

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

              [quote=“Sam Wennerlund, post: 39423, member: 20713”]

              Also have tried adding the host to FOG first and it still is stuck at “iPXE initialising devices”[/quote]

              Have you tried the undionly.kkpxe
              Have you tried the ipxe.kpxe
              Have you tried the undionly.kpx.INTEL

              I would recommend giving one of these a shot.

              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
              • Boyan BiandovB
                Boyan Biandov
                last edited by

                FYI: undionly.kkpxe worked for me on HP Pro Book 4520s part WH333UT#ABA. I was getting the iPXE initializing stuck message with undionly.kpxe

                1 Reply Last reply Reply Quote 0
                • W
                  Wolfbane8653 Developer
                  last edited by

                  [url]http://fogproject.org/wiki/index.php/WorkingDevices#Computers[/url]: Updated adding HP Probook 4520s as a working device with Fog 1.x.x and the undionly.kkpxe ipxe file.

                  1 Reply Last reply Reply Quote 0
                  • J
                    Jonathan Hamill
                    last edited by

                    Hey guys, I’m glad I found this thread. I just wanted to add here that changing the ipxe file to undionly.kkpxe works on HP Mini 2102 netbooks which run this chipset (FOG on CentOS 6.6 and FOG 1.2.0).

                    1 Reply Last reply Reply Quote 0
                    • Boyan BiandovB
                      Boyan Biandov
                      last edited by

                      Good reminder; I also need to report that HP Pro Book 440 G2 requires the boot file changed to undionly.kkpxe

                      1 Reply Last reply Reply Quote 0
                      • N
                        nweakland
                        last edited by

                        Hello everyone.
                        I think I may have the same problem here with the new Lenovo Yogo 12 and the realtek 8153 USB-Ethernet NIC.
                        I get to
                        iPXE initialising devices…
                        and it hags there.
                        In reading this post, it seems that I need to update my undionly.kpxe to undionly.kkpxe.
                        My problem is I don’t even know what that means.
                        I am VERY VERY green to linux command line manipulation.
                        In fact, I was only able to get this working last year in the first place thanks to the wonderful patience and support from this community and Tom Elliott.
                        But I have been using this server flawlessly for that entire year.
                        I was able to update from 1.0.1 to 1.2.0 and then go do subversion to the newest. All of that seemed to go fine.
                        Can anyone please help with directions on how to change the .kpxe to .kkpxe?
                        Thanks in advance.

                        Oh, I have Ubuntu 14.04 LTS 64 bit OS
                        FOG 1.2
                        FOG web gui reads 3735

                        Wayne WorkmanW 1 Reply Last reply Reply Quote 0
                        • Wayne WorkmanW
                          Wayne Workman @nweakland
                          last edited by

                          @nweakland

                          If Windows Server handles your DHCP, then likely, all you need to do is modify your DHCP IPv4 Scope option 067 to 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
                          • N
                            nweakland
                            last edited by nweakland

                            Thank you Wayne, but my DHCP is handled by the FOG server.
                            It’s all one unit.
                            Would the same theory work?
                            Modify the local DHCP server? How would I do that?
                            Thanks

                            Wayne WorkmanW 1 Reply Last reply Reply Quote 0
                            • Wayne WorkmanW
                              Wayne Workman @nweakland
                              last edited by

                              @nweakland It depends on the distribution. Normally it’s just a conf file you’d change. You’ll see where it says undionly.kpxe and you’d just add the extra k.

                              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
                              • Tom ElliottT
                                Tom Elliott
                                last edited by

                                Edit the file /etc/dhcpd.conf and change the next-server to the IP address of your fog server.

                                Change the filename to the boot file you want loaded.

                                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
                                • N
                                  nweakland
                                  last edited by

                                  Ok, After some more googling, I was able to find how to change to .kkpxe.
                                  I did this:
                                  sudo gedit /etc/dhcp/dhcp.conf
                                  and changed it in there
                                  after that I stopped and started the dhcp service.
                                  That certainly helped becuase now I get past the “initialising devices” hang-up.
                                  However, now it goes just a little farther and reboots.
                                  the last thing in the screen I see is
                                  init.xz…<OK>
                                  then it reboots.
                                  Can anyone point where to go next?
                                  any key words I can google/search?
                                  Thanks

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

                                  195

                                  Online

                                  12.0k

                                  Users

                                  17.3k

                                  Topics

                                  155.2k

                                  Posts
                                  Copyright © 2012-2024 FOG Project