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

    pxe boot, advanced menu with login isn't working

    Scheduled Pinned Locked Moved Solved
    FOG Problems
    advanced menu login pxe pxe menu
    3
    18
    8.1k
    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.
    • Scott BS
      Scott B @Tom Elliott
      last edited by

      @Tom-Elliott said:

      @Scott-B where are the \r\n lines doing? Or was this file edited/opened by Windows?

      They show up in place of spaces after making a change and then going back into the menu item. I get the thing in the host description when doing an inventory extract as well. What I put into each of my added it menu items should show up below. Each one is their own menu choice item.

      :sysrescue
      initrd http://${fog-ip}/${fog-webroot}/isos/systemrescuecd.iso
      chain memdisk iso raw ||
      boot
      
      
      :ultimate
      initrd http://${fog-ip}/${fog-webroot}/isos/ubcd535.iso
      chain memdisk iso raw ||
      boot
      
      :DBAN
      kernel ${boot_url}/fog/isos/dban/dban.bzi nuke="dwipe --autonuke" silent vga=785
      boot
      
      :Hirens
      initrd http://${fog-ip}/${fog-webroot}/isos/hirens.iso
      chain memdisk iso raw ||
      boot
      
      1 Reply Last reply Reply Quote 0
      • Tom ElliottT
        Tom Elliott
        last edited by

        I saw it and fixed in in the current trunk.

        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

        Scott BS 1 Reply Last reply Reply Quote 0
        • Scott BS
          Scott B @Tom Elliott
          last edited by

          @Tom-Elliott said:

          I saw it and fixed in in the current trunk.

          SVN: 5441

          I get the login under the advanced menu, but it still just boots the first drive. Is my advanced login setup wrong somehow (I thought it was default)? Looks different to the one posted by @CLAUDE GIRARD in the link he posted.

          login
          params
          param mac0 ${net0/mac}
          param arch ${arch}
          param username ${username}
          param password ${password}
          param advLog 1
          isset ${net1/mac} && param mac1 ${net1/mac} || goto bootme
          isset ${net2/mac} && param mac2 ${net2/mac} || goto bootme
          
          Tom ElliottT 1 Reply Last reply Reply Quote 0
          • Tom ElliottT
            Tom Elliott @Scott B
            last edited by

            @Scott-B Advanced login requires you to login first. Try unchecking the advanced login checkbox and save, and see if that helps you out.

            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

            Scott BS 1 Reply Last reply Reply Quote 0
            • Scott BS
              Scott B @Tom Elliott
              last edited by

              @Tom-Elliott said:

              @Scott-B Advanced login requires you to login first. Try unchecking the advanced login checkbox and save, and see if that helps you out.

              The advanced checkbox here? If so, still there.

              0_1447942953678_checkbox.PNG

              0_1447942957745_checkbox2.PNG

              Tom ElliottT 2 Replies Last reply Reply Quote 0
              • Tom ElliottT
                Tom Elliott @Scott B
                last edited by

                @Scott-B Did you create your own advanced login custom meny?

                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

                Scott BS 1 Reply Last reply Reply Quote 0
                • Scott BS
                  Scott B @Tom Elliott
                  last edited by Scott B

                  @Tom-Elliott

                  I did not (knowingly) make a custome advanced menu login. I did make an entry for each ISO.

                  0_1447943264900_checkbox3.PNG

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

                    @Scott-B It’s becasue the link is set to All hosts for the “show with”.

                    Please change this back to “Advanced Login Required” and you should see the proper advanced menu 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! 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

                    Scott BS 1 Reply Last reply Reply Quote 0
                    • Scott BS
                      Scott B @Tom Elliott
                      last edited by

                      @Tom-Elliott said:

                      @Scott-B It’s becasue the link is set to All hosts for the “show with”.

                      Please change this back to “Advanced Login Required” and you should see the proper advanced menu work.

                      Same result.

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

                        @Scott-B What is the same result?

                        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

                        Scott BS 1 Reply Last reply Reply Quote 0
                        • Scott BS
                          Scott B @Tom Elliott
                          last edited by Scott B

                          @Tom-Elliott said:

                          @Scott-B What is the same result?

                          After checking box for “Advanced Login Required” > saving > booting > choosing advanced menu with login > entering login > loads default.php and advanced.php > then just moves on to the local hard disk. If there is an error between loading advanced.php and booting the loca disk, I can’t see it.

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

                            @Scott-B right but you don’t have anything in the advanced items. There is the login and it is working fine. But the advanced menu is its own configuration setting that you put your needs in.

                            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

                            Scott BS 1 Reply Last reply Reply Quote 1
                            • Scott BS
                              Scott B @Tom Elliott
                              last edited by

                              @Tom-Elliott said:

                              @Scott-B right but you don’t have anything in the advanced items. There is the login and it is working fine. But the advanced menu is its own configuration setting that you put your needs in.

                              Ah… okay. I thought that was just called from fog.advancedlogin.

                              1 Reply Last reply Reply Quote 0
                              • 1 / 1
                              • First post
                                Last post

                              137

                              Online

                              12.1k

                              Users

                              17.3k

                              Topics

                              155.3k

                              Posts
                              Copyright © 2012-2024 FOG Project