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

    ipxe login loop after upgrading to latest trunk

    Scheduled Pinned Locked Moved Solved
    Bug Reports
    4
    18
    4.6k
    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.
    • Wayne WorkmanW
      Wayne Workman
      last edited by Wayne Workman

      This is a bug. Cross linking topics: https://forums.fogproject.org/topic/7719/git-8038-the-hide-menu-button-works-like-no-menu

      In the mean time, if you disable “hide menu” it should work.

      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
      • ?
        A Former User @Wayne Workman
        last edited by

        @Wayne-Workman
        Just updated to 8060 and have the same login loop except I never have and still don’t have “hide menu” enabled. I have toggled it on and off and the loop remains. Any help here is greatly appreciated.

        Wayne WorkmanW 1 Reply Last reply Reply Quote 0
        • Wayne WorkmanW
          Wayne Workman @A Former User
          last edited by Wayne Workman

          @Cavender i guess the scope of the bug is bigger than what was initially reported.

          Anything special about your boot menu? Is this all hosts? What boot ROM are you using for dhcp option 067?

          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
          • ?
            A Former User @Wayne Workman
            last edited by

            @Wayne-Workman said in ipxe login loop after upgrading to latest trunk:

            Anything special about your boot menu

            The main boot menu is unmodified. Yes on all hosts. The fog server is on an isolated network and it serves hdcp.

            Tom ElliottT 1 Reply Last reply Reply Quote 0
            • Tom ElliottT
              Tom Elliott @A Former User
              last edited by

              @Cavender please update. I don’t know if it will fix the issue for you, but I did fix the “hide menu” issue. I found another issue as well that should be well corrected for now.

              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
              • ?
                A Former User @Tom Elliott
                last edited by

                @Tom-Elliott 8062 fixes the loop, thank you! The menu still prompts for login with “hide menu” disabled. Just to verify, the “hide menu” is the “menu_hidden” toggle in “boot settings” right? Another thing I noticed is that with 8060 and 8062 “install/update your database schema” did not happen when opening the web interface for the first time after each update.

                Tom ElliottT 1 Reply Last reply Reply Quote 0
                • Tom ElliottT
                  Tom Elliott @A Former User
                  last edited by

                  @Cavender schema updates don’t have to occur every update, so this is ok.

                  Can you show me the browser output of http://ipoffog/fog/service/ipxe/boot.php

                  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
                  • ?
                    A Former User @Tom Elliott
                    last edited by

                    @Tom-Elliott
                    #!ipxe
                    set fog-ip ipoffog
                    set fog-webroot fog
                    set boot-url http://${fog-ip}/${fog-webroot}
                    cpuid --ext 29 && set arch x86_64 || set arch i386
                    iseq ${platform} efi && set key 0x1b || set key 0x1b
                    iseq ${platform} efi && set keyName ESC || set keyName Escape
                    prompt --key ${key} --timeout 30000 Booting… (Press ${keyName} to access the menu) && goto menuAccess || sanboot --no-describe --drive 0x80
                    :menuAccess
                    login
                    params
                    param mac0 ${net0/mac}
                    param arch ${arch}
                    param platform ${platform}
                    param username ${username}
                    param password ${password}
                    param menuaccess 1
                    param debug 1
                    isset ${net1/mac} && param mac1 ${net1/mac} || goto bootme
                    isset ${net2/mac} && param mac2 ${net2/mac} || goto bootme
                    :bootme
                    chain -ar http://ipoffog/fog/service/ipxe/boot.php##params

                    Tom ElliottT 1 Reply Last reply Reply Quote 0
                    • Tom ElliottT
                      Tom Elliott @A Former User
                      last edited by

                      @Cavender this appears, to me, to indicate hidden menu is enabled.

                      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
                      • ?
                        A Former User @Tom Elliott
                        last edited by

                        @Tom-Elliott To verify, the “hide menu” is the “menu_hidden” toggle in “boot settings” in the web management?

                        Tom ElliottT 1 Reply Last reply Reply Quote 0
                        • Tom ElliottT
                          Tom Elliott @A Former User
                          last edited by

                          @Cavender yes.

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

                            I find it also under:

                            FOG Configuration Page->iPXE Boot Menu->Hide Menu

                            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

                            ? 2 Replies Last reply Reply Quote 0
                            • ?
                              A Former User @Tom Elliott
                              last edited by

                              @Tom-Elliott Strange, then.
                              0_1465521445585_menu_hidden.png
                              0_1465521518119_menu_hidden.2.png

                              1 Reply Last reply Reply Quote 0
                              • ?
                                A Former User @Tom Elliott
                                last edited by

                                @Tom-Elliott I must leave the office until tomorrow morning. I really appreciate your help Tom and I’ll be digging back into this first thing in the morning. Thank You!

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

                                  I imagine this is now fixed, but please let us know and feel free to mark this as unsolved in the case it is not fixed for you after you 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! 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
                                  • ?
                                    A Former User @Tom Elliott
                                    last edited by

                                    @Tom-Elliott said in ipxe login loop after upgrading to latest trunk:

                                    agine this is now fixed, but please let us know and feel free to mark this as unsolved in the case it is not fixed for you after you update.

                                    The main menu still prompts for login. This install has been updated many times since an early 1.2 so I decided to start fresh. The main menu still prompts for login and the quick registration and imaging says “no such file or directory”. The advanced menu side works great. Is this problem in my database at that point? What info / logs can I get to you to diagnose?

                                    Tom ElliottT 1 Reply Last reply Reply Quote 0
                                    • Tom ElliottT
                                      Tom Elliott @A Former User
                                      last edited by

                                      @Cavender I need to see the db to try to understand why it thinks there’s a hidden menu.

                                      That said, the “login loop” issue (itself) should be fixed. I’m solving this thread. Would you mind opening a new one in regards to the fact that it thinks it’s in hidden menu when it’s not?

                                      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
                                      • 1 / 1
                                      • First post
                                        Last post

                                      220

                                      Online

                                      12.0k

                                      Users

                                      17.3k

                                      Topics

                                      155.2k

                                      Posts
                                      Copyright © 2012-2024 FOG Project