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

Boot File Testing for SR

Scheduled Pinned Locked Moved Solved
Bug Reports
6
59
18.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
    last edited by Psycholiquid Sep 13, 2017, 9:07 AM Sep 13, 2017, 3:06 PM

    EFI 01 Timer Test:

    0_1505315163733_952fd860-fd72-4937-83ba-2712f1222e8c-image.png

    0_1505315175093_df5afcb0-2f2d-4a41-87f9-a71420fba830-image.png

    0_1505315184266_5c933b3a-7131-4ce7-900b-9b3a1931f920-image.png

    0_1505315194063_02a09401-969f-423a-ba5b-fc721b2f827c-image.png

    0_1505315275515_3d7b15ac-1565-4a5c-89af-98f4030ca0d1-image.png

    but I have the hsa_usb_nic=1 still on

    P 1 Reply Last reply Sep 13, 2017, 3:08 PM Reply Quote 0
    • P
      Psycholiquid Testers @Psycholiquid
      last edited by Sep 13, 2017, 3:08 PM

      @psycholiquid and DHCP failed (This doesnt have the secondary NIC plugged in

      1 Reply Last reply Reply Quote 0
      • P
        Psycholiquid Testers
        last edited by Sep 13, 2017, 3:25 PM

        svn5835_ipxe: no hang on init.xz

        1 Reply Last reply Reply Quote 0
        • P
          Psycholiquid Testers
          last edited by Sep 13, 2017, 3:27 PM

          svn5836_ipxe: hang on init.xz

          1 Reply Last reply Reply Quote 0
          • P
            Psycholiquid Testers
            last edited by Sep 13, 2017, 3:29 PM

            svn5901_ipxe: hang on init.xz

            1 Reply Last reply Reply Quote 0
            • P
              Psycholiquid Testers
              last edited by Sep 13, 2017, 3:31 PM

              svn5902_ipxe: hang on init.xz

              1 Reply Last reply Reply Quote 0
              • P
                Psycholiquid Testers
                last edited by Sep 13, 2017, 3:33 PM

                svn5918_ipxe: hang on init.xz

                1 Reply Last reply Reply Quote 0
                • T
                  Tom Elliott
                  last edited by Sep 13, 2017, 3:33 PM

                  Not understanding what the bug is here.

                  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 Sep 13, 2017, 3:33 PM

                    He requested me to test them and put weather it hung or not.

                    @Sebastian-Roth

                    1 Reply Last reply Reply Quote 0
                    • P
                      Psycholiquid Testers
                      last edited by Sep 13, 2017, 3:34 PM

                      svn5938_ipxe: hang on init.xz

                      1 Reply Last reply Reply Quote 0
                      • T
                        Tom Elliott
                        last edited by Sep 13, 2017, 3:34 PM

                        Are you just trying to find out when Surface Pro booting became an issue? From the boot file you should post the ipxe version. It appears in the “ipxe (abcdef)” of the connection request. The parenthesis should show us the version when it worked.

                        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 Sep 13, 2017, 3:35 PM

                          Not sure exactly what SR is looking for, he just requested that I try each file and let him know the result as posted. Using his template.

                          We have about the same time frame work wise so I told him I would test them all for him today

                          1 Reply Last reply Reply Quote 0
                          • P
                            Psycholiquid Testers
                            last edited by Sep 13, 2017, 3:36 PM

                            This isn’t a resolvable post really. More of a testing platform post for him to see what his files are doing.

                            1 Reply Last reply Reply Quote 0
                            • S
                              Sebastian Roth Moderator
                              last edited by Sebastian Roth Sep 13, 2017, 3:14 PM Sep 13, 2017, 9:14 PM

                              @psycholiquid Thanks again for the testing. Looks good to me.

                              @Tom-Elliott This was intended to double check that this issue is not something we have caused (e.g. by some specific header config or what). So beside testing all the iPXE git commits I also grabbed our original binaries from SVN to see if the results match up. See the spread sheet called 00_iPXE svn commits here and you’ll understand what I am up to with this. The results are consistent with what you see in 00_iPXE git commits: Seems iPXE git commit 757ab983811ac8d3f65efb65b8309738bd33bea3 was the first to show this problem - hangs on init.xz.

                              So now we can get to the interesting part of finding out what exactly does cause the issue. So I compiled a debug enabled (DEBUG=efi_timer) version and it kind of seems like the issue went away with debug enabled.

                              @Psycholiquid Just to make I compiled a binary from the exact same source but without the debug - please test 02_efi_timer_ipxe_wo_debug.efi when you have time and see if that hangs or not.

                              PS: I moved most of the other testing posts here 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 1
                              • S
                                Sebastian Roth Moderator
                                last edited by Sep 14, 2017, 6:01 AM

                                @Psycholiquid And here I have another one for you to test as well. I won’t be around today. So I hope you can make it work and we get some more results from that. Take a USB key, format as FAT32 (!) and create the directories EFI\boot\ (or EFI/boot/ if doing this on linux) and copy the iPXE binaries to that directory. Now first rename 02_efi_timer_ipxe.efi to bootx64.efi, pop that into the surface and boot from the USB key. See what you get. Hang on init.xz or not. Then go back and rename bootx64.efi to 02_efi_timer_ipxe.efi and 02_efi_timer_ipxe_wo_debug.efi to bootx64.efi and try again.

                                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 Sep 14, 2017, 11:58 AM

                                  I am out today but will do this first thing tomorrow morning.

                                  1 Reply Last reply Reply Quote 0
                                  • P
                                    Psycholiquid Testers
                                    last edited by Sep 15, 2017, 10:54 AM

                                    02_efi_timer_ipxe.efi: No hang on init.xz

                                    Hating you right now and you must feel in my pain of how small the text is on these dang Surfaces. 4K FTL

                                    0_1505472859795_c54ca272-21e4-46d3-bc39-f5e73770e62b-image.png

                                    G 1 Reply Last reply Sep 15, 2017, 11:37 AM Reply Quote 0
                                    • P
                                      Psycholiquid Testers
                                      last edited by Sep 15, 2017, 10:56 AM

                                      02_efi_timer_ipxe_wo_debug: No hang on init.xz

                                      1 Reply Last reply Reply Quote 0
                                      • G
                                        george1421 Moderator @Psycholiquid
                                        last edited by george1421 Sep 15, 2017, 5:38 AM Sep 15, 2017, 11:37 AM

                                        @psycholiquid Pssst… to adjust the small font size try this FOS kernel parameter vga=792

                                        vga=792 should be 1024x768x24 video mode, and clean your monitor, please!!! 😛

                                        ref: https://unix.stackexchange.com/questions/71231/grub2-and-kernel-vga-parameter/114980

                                        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!

                                        P W 2 Replies Last reply Sep 15, 2017, 11:39 AM Reply Quote 2
                                        • P
                                          Psycholiquid Testers @george1421
                                          last edited by Sep 15, 2017, 11:39 AM

                                          @george1421 Stupid thing requires I constantly touch it. I hate these surfaces. in order to boot from anything other than Windows Boot I have to swipe the screen I need those white gloves jewelers use.

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

                                          148

                                          Online

                                          12.0k

                                          Users

                                          17.3k

                                          Topics

                                          155.2k

                                          Posts
                                          Copyright © 2012-2024 FOG Project