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

    Lenovo Thinkpad Yoga 260 w/Lenovo ThinkPad USB 3.0 Ethernet Adapter FRU:03x6903

    Scheduled Pinned Locked Moved
    Hardware Compatibility
    5
    44
    25.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.
    • george1421G
      george1421 Moderator @sudburr
      last edited by

      @sudburr Well it was worth a shot on checking the build number. The version if iPXE you are using is only 2 commits old. So the point is its fairly new. So upgrading iPXE probably will not resolve the issue.

      Your other option is to find a usb network adapter that IS supported by iPXE and the Thinkpad.

      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!

      1 Reply Last reply Reply Quote 1
      • S
        Sebastian Roth Moderator @sudburr
        last edited by Sebastian Roth

        @sudburr said:

        Okay, setting to UEFI boot and snp.efi . It works.

        But only if you switch to UEFI in “BIOS” I suppose! Well then, UEFI is not too bad after all… Just wondering of you need to reinstall your client OS. Have you tried ipxe.efi as well?

        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
        • sudburrS
          sudburr
          last edited by

          Not yet. I’m pulling an image from it right now.

          But I did try snponly.efi and it was unhappy.

          [ Standing in between extinction in the cold and explosive radiating growth ]

          1 Reply Last reply Reply Quote 0
          • sudburrS
            sudburr
            last edited by

            ipxe.efi also works.

            [ Standing in between extinction in the cold and explosive radiating growth ]

            1 Reply Last reply Reply Quote 0
            • sudburrS
              sudburr
              last edited by

              I’m hoping to acquire a ThinkPad OneLink+ to RJ45 Adapter ( pn: 4X90K06975 ) which should leverage the Yoga’s onboard ‘Intel® Ethernet Connection I219-V’ through the OneLink+ connector to see how that pans out.

              [ Standing in between extinction in the cold and explosive radiating growth ]

              1 Reply Last reply Reply Quote 0
              • S
                Sebastian Roth Moderator
                last edited by Sebastian Roth

                @sudburr Please let us know when you succed using this adapter! As well it would be great to know which NIC chip is in that adapter… so I can add it to the wiki.

                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
                • sudburrS
                  sudburr
                  last edited by

                  I finally got my hands on a Lenovo ThinkPad OneLink+ to RJ45 Adapter ( model SC10J34224 ).

                  Using FOG RC10, kernel 4.7.3, it connects and fogs quite happily in UEFI mode using ipxe.efi and Legacy mode using undionly.kpxe.

                  Tested on a Lenovo ThinkPad Yoga 260 and a Lenovo ThinkPad 13.

                  [ Standing in between extinction in the cold and explosive radiating growth ]

                  george1421G 1 Reply Last reply Reply Quote 2
                  • george1421G
                    george1421 Moderator @sudburr
                    last edited by

                    @sudburr Thank you for posting back there is another FOG user that is having a problem with similar hardware. Your insights may be valuable with his issue too.

                    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!

                    1 Reply Last reply Reply Quote 0
                    • sudburrS
                      sudburr
                      last edited by sudburr

                      Revisiting this using the newly released 1.51 BIOS and these settings:

                      UEFI/Legacy Boot = BOTH
                      UEFI/Legacy Boot Priority = Legacy First
                      CSM Support = YES
                      Secure Boot = disabled
                      

                      I am able to undionly.kpxe boot via the Lenovo ThinkPad OneLink+ to RJ45 Adapter ( model SC10J34224 ).

                      Atttempts to undionly.kpxe boot the Lenovo ThinkPad USB 3.0 Ethernet Adapter ( Realtek RTL8153 USB Ethernet Controller (xHCI) v2.00 (05/20/15) ) results in detection and iPXE loading, but hanging at:

                      iPXE initialising devices...
                      

                      Strangely this same setup now works happily on the Lenovo ThinkPad 13 with BIOS 1.15, so there is something odd about the Yoga 260.

                      Booting instead with a UEFI USB with ipxe.efi or snp.efi at least, works if I change the BIOS setting:

                      UEFI/Legacy Boot Priority = UEFI First
                      

                      My intent then is to USB boot, but I can only find instructions for UEFI for USB booting. I’d like to test .*pxe booting by USB. Is this possible and how?

                      [ Standing in between extinction in the cold and explosive radiating growth ]

                      Wayne WorkmanW 1 Reply Last reply Reply Quote 0
                      • sudburrS
                        sudburr
                        last edited by

                        It looks like finding a way to .KPXE USB boot is moot since playing directly with the DHCP results in:

                        undionly.pxe
                        = fails through to hdd

                        undionly.kpxe
                        = hangs at iPXE initialising devices …

                        undionly.kkpxe
                        = hangs at bg.png 25%

                        ipxe.pxe , ipxe.kpxe , ipxe.kkpxe
                        = only looks for link up on net0 (the onboard nic) twice

                        ipxe.krn
                        = hangs after loading

                        realtek.pxe , realtek.kpxe , realtek.kkpxe
                        = exits after loading

                        [ Standing in between extinction in the cold and explosive radiating growth ]

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

                          @sudburr said in Lenovo Thinkpad Yoga 260 w/Lenovo ThinkPad USB 3.0 Ethernet Adapter FRU:03x6903:

                          I’d like to test .*pxe booting by USB. Is this possible and how?

                          It’s possible. ipxe’s website has a quickstart area that has an image you can burn to cd or USB, and you can boot from that. Of course, in the chainloading area you could replace that with the file on your fog server /tftpboot/default.ipxe and I’m also sure you could replace the actual file they are using with one from the FOG server too so that it just looks for default.ipxe on it’s own.
                          http://ipxe.org/

                          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/

                          sudburrS 1 Reply Last reply Reply Quote 0
                          • sudburrS
                            sudburr
                            last edited by

                            More interesting news.

                            Booting Legacy by Network

                            undionly.pxe
                            = fails through to hdd

                            undionly.kpxe
                            = hangs at iPXE initialising devices …

                            undionly.kkpxe
                            = bg.png 25%

                            ipxe.pxe , ipxe.kpxe , ipxe.kkpxe
                            = only looks for link up on net0 (the onboard nic) twice

                            ipxe.krn
                            = hangs after loading

                            realtek.pxe , realtek.kpxe , realtek.kkpxe
                            = exits after loading

                            Booting UEFI by Network

                            ipxe.efi , ipxe7156.efi
                            = good

                            realtek.efi , realtek7156.efi , snp.efi , snp7156.efi , snponly.efi , snponly7156.efi
                            = hangs after gateway ip display

                            =-=-=-=-=-

                            Booting UEFI by USB

                            ipxe.efi , ipxe7156.efi , snp.efi , snp7156.efi
                            = good

                            realtek.efi , realtek7156.efi , snponly.efi , snponly7156.efi
                            = doesn’t detect nic; dhcp fails

                            =-=-=-=-=-

                            It’s interesting to see the very different behavior of USB launching vs network.

                            [ Standing in between extinction in the cold and explosive radiating growth ]

                            1 Reply Last reply Reply Quote 0
                            • sudburrS
                              sudburr @Wayne Workman
                              last edited by

                              @Wayne-Workman But what I’m really looking for is a FOG-specific answer to building a Legacy Boot USB.

                              To build a UEFI USB it’s a simple matter of formatting a key to FAT32, active, then copy your .efi of choice to /efi/boot/bootx64.efi.

                              Is there an equally simple solution for a .*pxe and what is it?

                              [ Standing in between extinction in the cold and explosive radiating growth ]

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

                                @sudburr said in Lenovo Thinkpad Yoga 260 w/Lenovo ThinkPad USB 3.0 Ethernet Adapter FRU:03x6903:

                                Is there an equally simple solution for a .*pxe and what is it?

                                I can’t say I’m an expert on this, and @george1421 probably knows how to do this already. But I would think you’d create a partition on a usb drive that is marked as bootable using fdisk and then format that partition fat32, and then take those for files from ipxe’s image and put them there, and just modify them as needed. Like changing out the kernel file with the desired rom file, and replacing the script with the stuff from default.ipxe.

                                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
                                • sudburrS
                                  sudburr
                                  last edited by

                                  Alrighty… Murphy just showed for work.

                                  All four good USB-based .efi solutions now hang .

                                  bzimage... ok
                                  init.xz... ok
                                  then nothing
                                  

                                  grrr … argh

                                  [ Standing in between extinction in the cold and explosive radiating growth ]

                                  Tom ElliottT george1421G 2 Replies Last reply Reply Quote 0
                                  • Tom ElliottT
                                    Tom Elliott @sudburr
                                    last edited by

                                    @sudburr And if you use the 7156 labelled file?

                                    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

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

                                      I suppose you could also try working-RC-26 files. I updated ipxe files yesterday I believe.

                                      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
                                      • george1421G
                                        george1421 Moderator @sudburr
                                        last edited by george1421

                                        @sudburr I guess I would have to ask the question, how many of these weird systems that will not pxe boot do you have to deal with? The answer may be to just dig a hole and fill it with these devices.

                                        For efi devices building a boot drive is pretty simple. It would also be interesting to see if you can skip iPXE entirely by using grub to boot into FOS via https://forums.fogproject.org/topic/7727/building-usb-booting-fos-image

                                        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!

                                        sudburrS 1 Reply Last reply Reply Quote 1
                                        • sudburrS
                                          sudburr @george1421
                                          last edited by

                                          @george1421 More than you can shake a several dead cats at.

                                          [ Standing in between extinction in the cold and explosive radiating growth ]

                                          george1421G 1 Reply Last reply Reply Quote 0
                                          • george1421G
                                            george1421 Moderator @sudburr
                                            last edited by

                                            @sudburr Have you tried the magical 7156 version that Tom talked about? That actually is a legacy iPXE kernel that seems to work well with the surface pros.

                                            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!

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

                                            157

                                            Online

                                            12.0k

                                            Users

                                            17.3k

                                            Topics

                                            155.2k

                                            Posts
                                            Copyright © 2012-2024 FOG Project