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

Surface 4 Network boot and Image

Scheduled Pinned Locked Moved Solved
Hardware Compatibility
6
68
30.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.
  • P
    Psycholiquid Testers @Tom Elliott
    last edited by Feb 23, 2016, 3:19 PM

    @Tom-Elliott Sorry had to hit publish, got pulled into a meeting

    Users are the worst.

    1 Reply Last reply Reply Quote 0
    • P
      Psycholiquid Testers
      last edited by Feb 23, 2016, 4:08 PM

      Probably need to add I am using the ipxe.efi form the server to boot.

      T 1 Reply Last reply Feb 23, 2016, 4:21 PM Reply Quote 0
      • T
        Tom Elliott @Psycholiquid
        last edited by Feb 23, 2016, 4:21 PM

        @Psycholiquid I don’t think it’s got anything to do with the ipxe.efi, or even your network interface.

        Can you add (isdebug=yes) to the full registration menu item?

        From there, it will drop you into the debug of the init. THis will allow us to perform more checks/balances.

        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

        P 1 Reply Last reply Feb 23, 2016, 4:22 PM Reply Quote 0
        • P
          Psycholiquid Testers @Tom Elliott
          last edited by Feb 23, 2016, 4:22 PM

          @Tom-Elliott said:

          isdebug=yes

          How do I do that?

          I have a snapshot of the FOG server so we cant mess it up. We can test whatever we need

          1 Reply Last reply Reply Quote 0
          • P
            Psycholiquid Testers
            last edited by Psycholiquid Feb 23, 2016, 10:54 AM Feb 23, 2016, 4:43 PM

            As a test I did try making a Windows 10 bootable USB drive and it is working so I know EFI is working from all the ports be it docking for on-board.

            Now to figure out a way to get the FOG bzimage on there to talk to the server? I am not sure what I am thinking here, a little over my head.!!!

            0_1456246470904_IMG_0559.JPG

            1 Reply Last reply Reply Quote 0
            • S
              Sebastian Roth Moderator
              last edited by Feb 23, 2016, 6:00 PM

              @Psycholiquid @Tom-Elliott From what I see in the video it seams like the FOG client system (FOS) is not able to get an IP via DHCP. Tries eth0 and eth1 (two NICs??) and does not show the version number (which should be displayed just below the FOG banner) because it cannot request it from the server…

              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

              P T 2 Replies Last reply Feb 23, 2016, 6:17 PM Reply Quote 0
              • P
                Psycholiquid Testers @Sebastian Roth
                last edited by Feb 23, 2016, 6:17 PM

                @Sebastian-Roth I have two NICs in the device at the time of testing (1 is the docking station and 1 is the USB dongle. They are both working one is not network connected.

                After I get past that it does bring up the FOG menu so it is talking to the server and getting an address. What I am having a problem with it would seem is the error while trying to register. I am attempting now to just put in the MAC manually and upload an image to see what it does.

                I have looked at the partitions and there are 4 on a surface 1 is the EFI partition, one is the boot partition, the last two are OS and Restore (So basically the restore partition in case something goes wrong you can put it back to factory. I am of the opinion to keep all 4 so when it comes time there is no need to reimage we can just restore and boom.

                1 Reply Last reply Reply Quote 0
                • T
                  Tom Elliott @Sebastian Roth
                  last edited by Feb 23, 2016, 6:17 PM

                  @Sebastian-Roth Right, but I suspect the nic’s are recognized by the system, they just can’t pick up an IP address. I see this, often times, with USB nic’s. I just need a way to confirm this is the case. If it is, add has_usb_nic=1 to the host args (boot menu args too), and it should pause and tell the user to unplug the nic, and replug it back in.

                  This should, hopefully, get the system a 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
                  • P
                    Psycholiquid Testers
                    last edited by Psycholiquid Feb 23, 2016, 12:21 PM Feb 23, 2016, 6:20 PM

                    Sorry @Sebastian-Roth I wasn’t quite understanding what you were saying, you are right at the last step it does look like it isn’t going anywhere.

                    Also a heads up in the latest trunk my users were being ask to enter TFTP address when booting to netwokr after they rebooted, so I had to roll it back until that is resolved.

                    This was on the undionly.kpxe boot file.

                    1 Reply Last reply Reply Quote 0
                    • S
                      Sebastian Roth Moderator
                      last edited by Feb 23, 2016, 6:27 PM

                      @Psycholiquid Yes, iPXE is fine with your NIC and getting an IP. Then it loads the kernel and this kernel does not seam to play nice with your NIC. Try adding ‘has_usb_nic=1’ as Tom suggested.

                      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

                      P 1 Reply Last reply Feb 23, 2016, 6:41 PM Reply Quote 0
                      • S
                        Scott Adams
                        last edited by Feb 23, 2016, 6:40 PM

                        I can say that I added the kernel argument in my environment just now, and I am now able to image Surface Pro 4s. It would be nice if this was a built-in argument, as I had to manually create the host first, add the argument, then was able to get it to work.

                        T 1 Reply Last reply Feb 23, 2016, 6:50 PM Reply Quote 0
                        • P
                          Psycholiquid Testers @Sebastian Roth
                          last edited by Feb 23, 2016, 6:41 PM

                          @Sebastian-Roth I’m still not sure what you guys mean by that, were am I adding this?

                          “Try adding ‘has_usb_nic=1’ as Tom suggested.”

                          T 1 Reply Last reply Feb 23, 2016, 6:42 PM Reply Quote 0
                          • T
                            Tom Elliott @Psycholiquid
                            last edited by Feb 23, 2016, 6:42 PM

                            @Psycholiquid Edit the Full registration menu item. Look for fog.reginput, in the params field add has_usb_nic=1 to the params field and save the item.

                            Then boot the system.

                            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

                            P 2 Replies Last reply Feb 23, 2016, 6:42 PM Reply Quote 0
                            • P
                              Psycholiquid Testers @Tom Elliott
                              last edited by Feb 23, 2016, 6:42 PM

                              @Tom-Elliott OK I’ll give that a try.

                              1 Reply Last reply Reply Quote 0
                              • T
                                Tom Elliott @Scott Adams
                                last edited by Feb 23, 2016, 6:50 PM

                                @Scott-Adams This isn’t a built_in argument because most people running FOG are using it for desktops. USB Nic’s are becoming popular but not enough so that I think it would entail everybody having to press enter on their systems.

                                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
                                • P
                                  Psycholiquid Testers @Tom Elliott
                                  last edited by Feb 23, 2016, 7:01 PM

                                  @Tom-Elliott OK Params set this is the result.

                                  https://youtu.be/UmitRjIjm0Y

                                  I tried using just the USB NIC but it will just loop boot on it. I am having to use the SP4 docking station in order to get to the FOG menu. So basically the USB NIC is the secondary NIC.

                                  Why cant they ever make this a bit easier.

                                  1 Reply Last reply Reply Quote 0
                                  • P
                                    Psycholiquid Testers
                                    last edited by Feb 23, 2016, 7:03 PM

                                    This is the menu change I made:

                                    0_1456254230426_upload-fed87745-021f-4640-baef-09c00f2b3bf8

                                    1 Reply Last reply Reply Quote 0
                                    • P
                                      Psycholiquid Testers
                                      last edited by Feb 23, 2016, 7:07 PM

                                      When I take that option out and boot from network to the docking station I am getting this:

                                      0_1456254406049_IMG_0562.JPG

                                      So I am getting somewhere. I am thinking the ipxe.efi file is good with the the docking station and it gets through to the menu but maybe its the kernel that cant see the drive?

                                      1 Reply Last reply Reply Quote 0
                                      • T
                                        Tom Elliott
                                        last edited by Feb 23, 2016, 7:09 PM

                                        When I said params, I was just saying for the boot arguments. I’m sorry. Can you please replace the parameters (I believe they’re blank). ANd add the has_usb_nic=1 to the boot options.

                                        So your reginput boot options will become:

                                        mode=manreg has_usb_nic=1

                                        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

                                        P T 3 Replies Last reply Feb 23, 2016, 7:13 PM Reply Quote 0
                                        • P
                                          Psycholiquid Testers @Tom Elliott
                                          last edited by Feb 23, 2016, 7:13 PM

                                          @Tom-Elliott said:

                                          mode=manreg has_usb_nic=1

                                          OK running the test again. I am gonna setup a live feed so I dont have to keep uploading LOL. Twitch FOG setup Screening

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

                                          201

                                          Online

                                          12.0k

                                          Users

                                          17.3k

                                          Topics

                                          155.2k

                                          Posts
                                          Copyright © 2012-2024 FOG Project