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

Microsoft Surface Pro 4 with Surface Docking Station - Unable to get boot file

Scheduled Pinned Locked Moved Unsolved
General
5
26
14.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.
  • K
    kwetiaw
    last edited by kwetiaw Sep 13, 2016, 11:57 PM Sep 14, 2016, 3:47 AM

    I have tried finding information on this forum but [so far I havent had any luck yet.

    My server is ubuntu 14 with fog 1.3.0 RC-8. Dnsmasq with proxydns mode
    The target machine is Microsoft Surface Pro 4 with official docking station ms store

    I have successfully boot UEFI via USB forum link and got the bootscreen. I have then manually created the host and the boot screen recognized it has been registered.

    I was like yay!

    But then when I assign a capture task i encountered this error

    0_1473824732598_2016-09-14 13_44_40-.png
    0_1473824741646_2016-09-14 13_44_56-.png

    And that’s it, it hang and not going anywhere. I have to hard power off the surface pro 4.

    Here’s my ltsp.conf settings

    # Sample configuration for dnsmasq to function as a proxyDHCP server,
    # enabling LTSP clients to boot when an external, unmodifiable DHCP
    # server is present.
    # The main dnsmasq configuration is in /etc/dnsmasq.conf;
    # the contents of this script are added to the main configuration.
    # You may modify the file to suit your needs.
    
    # Don't function as a DNS server:
    port=0
    
    # Log lots of extra information about DHCP transactions.
    log-dhcp
    
    # Dnsmasq can also function as a TFTP server. You may uninstall
    # tftpd-hpa if you like, and uncomment the next line:
    # enable-tftp
    
    # Set the root directory for files available via FTP.
    tftp-root=/tftpboot
    
    # The boot filename.
    dhcp-boot=undionly.kpxe,,10.3.24.15
    
    # rootpath option, for NFS
    dhcp-option=17,/images
    
    # kill multicast
    dhcp-option=vendor:PXEClient,6,2b
    
    # Disable re-use of the DHCP servername and filename fields as extra
    # option space. That's to avoid confusing some old or broken DHCP clients.
    dhcp-no-override
    
    # PXE menu.  The first part is the text displayed to the user.  The second is the timeout, in seconds.
    pxe-prompt="Press F8 for boot menu", 3
    
    # The known types are x86PC, PC98, IA64_EFI, Alpha, Arc_x86,
    # Intel_Lean_Client, IA32_EFI, BC_EFI, Xscale_EFI and X86-64_EFI
    # This option is first and will be the default if there is no input from the user.
    pxe-service=X86PC, "Boot from network", undionly
    
    # A boot service type of 0 is special, and will abort the
    # net boot procedure and continue booting from local media.
    pxe-service=X86PC, "Boot from local hard disk", 0
    
    # If an integer boot service type, rather than a basename is given, then the
    # PXE client will search for a suitable boot service for that type on the
    # network. This search may be done by multicast or broadcast, or direct to a
    # server if its IP address is provided.
    # pxe-service=x86PC, "Install windows from RIS server", 1
    
    # This range(s) is for the public interface, where dnsmasq functions
    # as a proxy DHCP server providing boot information but no IP leases.
    # Any ip in the subnet will do, so you may just put your server NIC ip here.
    # Since dnsmasq is not providing true DHCP services, you do not want it
    # handing out IP addresses.  Just put your servers IP address for the interface
    # that is connected to the network on which the FOG clients exist.
    # If this setting is incorrect, the dnsmasq may not start, rendering
    # your proxyDHCP ineffective.
    dhcp-range=10.3.24.15,proxy
    
    # This range(s) is for the private network on 2-NIC servers,
    # where dnsmasq functions as a normal DHCP server, providing IP leases.
    # dhcp-range=192.168.0.20,192.168.0.250,8h
    
    # For static client IPs, and only for the private subnets,
    # you may put entries like this:
    # dhcp-host=00:20:e0:3b:13:af,10.160.31.111,client111,infinite
    

    what am I doing wrong? please help!

    1 Reply Last reply Reply Quote 0
    • G
      george1421 Moderator
      last edited by Sep 14, 2016, 10:05 AM

      Please search the FOG Project forums. There are several threads on this pxe booting surface pro 4. You can pxe boot these guys but you need to send the uefi kernel to them not the bios (legacy) pxe boot kernel. I think there was also a thread about the keyboard not working with the current FOG kernel, but if you use an external usb keyboard you can move past this issue.

      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!

      K 1 Reply Last reply Sep 14, 2016, 11:53 AM Reply Quote 1
      • T
        Tom Elliott
        last edited by Sep 14, 2016, 11:30 AM

        I’d also recommend updating to RC 10. The message you are showing is not an error. It will only present that message if the host it’s registered at has has_usb_nic=1 in the host kernel args or the global kernel args have 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 1
        • K
          kwetiaw @george1421
          last edited by Sep 14, 2016, 11:53 AM

          @george1421 Hi george,

          I did search the forum and yes you are right, there are plenty topics about surface pro 4. but I still cant make sense some of it. some require to add has_usb_nic=1 which I have added on the host i created manually. I managed to get a copy of the factory image by using clonezilla and with external USB keyboard.

          so should I still need to boot from USB?

          @Tom-Elliott I will try upgrading to RC 10 tomorrow. So, that information sd 0:0:0:0 [sda] No Caching mode page found
          . will it eventually proceed? I did follow an instruction to add has_usb_nic=1 from one of the forum post.

          T 1 Reply Last reply Sep 14, 2016, 1:12 PM Reply Quote 0
          • T
            Tom Elliott @kwetiaw
            last edited by Sep 14, 2016, 1:12 PM

            @kwetiaw it never failed. You just need to hit the enter key on the keyboard.

            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
            • W
              Wayne Workman
              last edited by Sep 14, 2016, 4:01 PM

              It’s possible to configure the very latest version of dnsmasq to work with UEFI in proxy mode, but the very latest isn’t available in mainstream repositories yet, you’d have to get it and install it manually. I’ve not messed with the configuration for this yet, but others have and it’s here on the forums.

              The file /tftpboot/ipxe7156.efi works with Surface pros. You could configure the very latest dnsmasq to serve this to UEFI machines. Or, you could properly setup your DHCP server to serve all the needed files to all the needed architectures via this article:
              https://wiki.fogproject.org/wiki/index.php?title=BIOS_and_UEFI_Co-Existence

              And others have said, there are a lot of threads on the Surface Pro here on the forums. Just search for them. Try to read through one of the more recent ones. Follow posted links, 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!
              Daily Clean Installation Results:
              https://fogtesting.fogproject.us/
              FOG Reporting:
              https://fog-external-reporting-results.fogproject.us/

              G 1 Reply Last reply Sep 14, 2016, 4:39 PM Reply Quote 0
              • G
                george1421 Moderator @Wayne Workman
                last edited by Sep 14, 2016, 4:39 PM

                @Wayne-Workman Do you think we have enough discrete bits of information to make a wiki page on the surface pro 4? As these devices become more popular I can see the volume of quesitons increase. Having one location (you look here->) would add real value from a support perspective.

                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!

                W 2 Replies Last reply Sep 14, 2016, 4:45 PM Reply Quote 1
                • T
                  Tom Elliott
                  last edited by Sep 14, 2016, 4:40 PM

                  Also keep in mind kernel support for the keyboards is very new but appears to be functional. I pushed up 4.7.3 last night fully patched as well.

                  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
                  • W
                    Wayne Workman @george1421
                    last edited by Sep 14, 2016, 4:45 PM

                    @george1421 It’s a good idea. I just wish I had one of these things to test with. They are just so expensive…

                    #wiki worthy

                    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/

                    G 1 Reply Last reply Sep 14, 2016, 4:50 PM Reply Quote 0
                    • G
                      george1421 Moderator @Wayne Workman
                      last edited by george1421 Sep 14, 2016, 10:50 AM Sep 14, 2016, 4:50 PM

                      @Wayne-Workman said in Microsoft Surface Pro 4 with Surface Docking Station - Unable to get boot file:

                      I just wish I had one of these things to test with. They are just so expensive…

                      Just remember that the FOG Project team is always willing to accept donations of a surface pro 4, if getting FOG 1.3.0 fully compatible with a surface pro 4 is mandatory for the posters environment.

                      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 2
                      • P
                        Psycholiquid Testers
                        last edited by Sep 14, 2016, 7:20 PM

                        I have a SP3 just laying here but I am not sure if it is on the lease or not (Owners kid dropped it off) but I don’t think the 3 is good to work with, You would also need the dock which to say the least is a very weird dock.

                        W 1 Reply Last reply Sep 14, 2016, 7:24 PM Reply Quote 0
                        • W
                          Wayne Workman @Psycholiquid
                          last edited by Wayne Workman Sep 14, 2016, 1:24 PM Sep 14, 2016, 7:24 PM

                          @Psycholiquid We could certainly return a borrowed device, or accept it as a donation. We need a surface pro 4 to work with eventually though. Do you have a dock for the 3?

                          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/

                          P 1 Reply Last reply Sep 14, 2016, 7:25 PM Reply Quote 0
                          • P
                            Psycholiquid Testers @Wayne Workman
                            last edited by Sep 14, 2016, 7:25 PM

                            @Wayne-Workman Yeah I hear ya. I cant make any promises but I may have a spare one I can loan out, I do see these being the new laptop. We have 35 in house now that I am dealing with

                            1 Reply Last reply Reply Quote 0
                            • K
                              kwetiaw
                              last edited by Sep 14, 2016, 11:42 PM

                              Right, now the issue was i didnt have USB keyboard connected. I connected it now.
                              I have unplug and plug as it requested, didnt seem to getting any IP address. I can confirm the previous screen (first screenshot on my original post) that it found the Fog server 10.3.24.15.

                              0_1473896314444_20160915_093518.jpg

                              I tried another USB docking station by Lenovo USB3.0 USB, this one fails miserably.

                              What is the next step do you think? I havent updated to the latest RC 10 and was booting up using the USB with ipxe.efi (latest one from here)

                              what should i do next?

                              W 1 Reply Last reply Sep 15, 2016, 1:52 AM Reply Quote 0
                              • W
                                Wayne Workman @kwetiaw
                                last edited by Wayne Workman Sep 14, 2016, 7:53 PM Sep 15, 2016, 1:52 AM

                                @kwetiaw Rebuild your USB stick with the latest FOG kernel, Tom has made adjustments to better support newer style keyboards (like built in touch keyboard for surface and others) in the latest kernel.

                                You don’t have to go to RC-10, but I would recommend it. To simply get the latest kernel, you can just use the kernel update feature. Details are here:
                                https://wiki.fogproject.org/wiki/index.php?title=Kernel_Update

                                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/

                                K 1 Reply Last reply Sep 15, 2016, 4:26 AM Reply Quote 0
                                • K
                                  kwetiaw @Wayne Workman
                                  last edited by Sep 15, 2016, 4:26 AM

                                  @Wayne-Workman Hi Wayne
                                  I have upgraded to the latest RC 10 but im still stuck at pretty much the same screen

                                  with argument has_usb_nic=1
                                  0_1473913357546_20160915_140358.jpg

                                  without argument
                                  0_1473913381411_20160915_142019.jpg

                                  W 1 Reply Last reply Sep 15, 2016, 4:55 AM Reply Quote 0
                                  • W
                                    Wayne Workman @kwetiaw
                                    last edited by Sep 15, 2016, 4:55 AM

                                    @kwetiaw I’m linking threads that deal with the Surface Pro 4 here for you to read through. All of the below threads are marked as solved. As George already said, I’d like to compile all of this information into a single #wiki article, but I don’t have a SP4 to test with. I will be out for several days after tonight.

                                    https://forums.fogproject.org/topic/6515/surface-pro-4-won-t-get-to-registration-menu

                                    https://forums.fogproject.org/topic/8181/surface-pro-4-image-capture

                                    https://forums.fogproject.org/topic/7660/surface-pro-4-on-7977

                                    https://forums.fogproject.org/topic/7353/surface-pro-4-unable-to-image

                                    https://forums.fogproject.org/topic/8323/several-problems-with-surface-pro-4

                                    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 1
                                    • K
                                      kwetiaw
                                      last edited by kwetiaw Sep 15, 2016, 12:41 AM Sep 15, 2016, 6:17 AM

                                      I managed to get it working with a USB2.0 to Ethernet Dongle by Lenovo here

                                      It deploys the image successfully but it boot looped because i dont have efi image (surface pro 4 cant do legacy boot anymore)

                                      Anyway, thanks a lot for your help and I wish I could lend/give you a microsoft surface pro 4 for your testing. This is the first one and many to come in the near future in our company here.

                                      It seems that the issue here is the official microsoft docking station not re-acquiring network connection

                                      Cheers

                                      W 1 Reply Last reply Sep 16, 2016, 6:09 AM Reply Quote 0
                                      • W
                                        Wayne Workman @kwetiaw
                                        last edited by Sep 16, 2016, 6:09 AM

                                        @kwetiaw if you would please be so kind, we want some more information about that adapter.

                                        idk if that USB boot stick you have can do debug or not - but if it can or you can get to the CLI somehow, please run this command and give us the output:
                                        lspci

                                        That will tell us what exact chipset that adapter is using and will be extremely helpful to us and others.

                                        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/

                                        K 2 Replies Last reply Sep 17, 2016, 9:34 AM Reply Quote 1
                                        • K
                                          kwetiaw @Wayne Workman
                                          last edited by Sep 17, 2016, 9:34 AM

                                          @Wayne-Workman Hi Wayne

                                          I will definitely do this for you next week Monday or Tuesday.

                                          Cheers

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

                                          151

                                          Online

                                          12.0k

                                          Users

                                          17.3k

                                          Topics

                                          155.2k

                                          Posts
                                          Copyright © 2012-2024 FOG Project