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

    chainloading failed advanced menu

    Scheduled Pinned Locked Moved Solved
    FOG Problems
    3
    34
    4.5k
    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 @Sebastian Roth
      last edited by

      @Sebastian-Roth said in chainloading failed advanced menu:

      I made the change to /var/www/html/fog/service/ipxe/advanced.php as suggested. The menu still isn’t working but does a few extra errors about Exec format as seen in the image below.

      chainloaderror2

      1 Reply Last reply Reply Quote 0
      • S
        Sebastian Roth Moderator
        last edited by

        @Scott-B What have you set in the “Advanced Menu Command” field?

        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 @Sebastian Roth
          last edited by

          @Sebastian-Roth said in chainloading failed advanced menu:

          @Scott-B What have you set in the “Advanced Menu Command” field?

          It’s blank and uneditable.

          AdvancedMenu

          1 Reply Last reply Reply Quote 0
          • S
            Sebastian Roth Moderator
            last edited by

            @Scott-B As mentioned yesterday you need to disable Firefox Add-in AdBlock Plus to see the field. Not sure why that is but I figured that was blocking the field for me. Pretty sure it’s the same for you.

            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 @Sebastian Roth
              last edited by Scott B

              @Sebastian-Roth said in chainloading failed advanced menu:

              @Scott-B As mentioned yesterday you need to disable Firefox Add-in AdBlock Plus to see the field. Not sure why that is but I figured that

              Doh! I must have only allowed it temporarily. The field is there now. It’s blank.

              1 Reply Last reply Reply Quote 0
              • S
                Sebastian Roth Moderator
                last edited by

                @Scott-B Well then start adding your advanced menu code here:

                #!ipxe
                ...
                

                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 @Sebastian Roth
                  last edited by

                  @Sebastian-Roth said in chainloading failed advanced menu:

                  @Scott-B Well then start adding your advanced menu code here:

                  #!ipxe
                  ...
                  

                  That get’s me past the chainload error and drops me off at a blinking cursor.

                  1 Reply Last reply Reply Quote 0
                  • S
                    Sebastian Roth Moderator
                    last edited by

                    @Scott-B You need to define a proper menu code yourself. The ... is not enough. Who designed your advanced menu last time?

                    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 @Sebastian Roth
                      last edited by

                      @Sebastian-Roth said in chainloading failed advanced menu:

                      @Scott-B You need to define a proper menu code yourself. The ... is not enough. Who designed your advanced menu last time?

                      I think we are good. I was able to add DBAN back to the menu list.

                      Scott BS 1 Reply Last reply Reply Quote 0
                      • george1421G
                        george1421 Moderator
                        last edited by george1421

                        @Scott-B said in chainloading failed advanced menu:

                        Doh! I must have only allowed it temporarily. The field is there now. It’s blank.

                        OK great this is what we were seeing in the database with our sql query. Somewhere along the way this field must have been reset. You will need to hand code this menu entry for it to work correctly. I can tell you that by using the boot.php url I provided below which was displayed in your browser, you can see the structure of what you need to include in your advanced menu design.

                        @Sebastian-Roth what kind of shady stuff are you doing to have that field blocked by the ad blocker?? <just kidding> I wonder why this field still exists? If you look in the ipxe menu configuration there is a field Menu show on, some options are Advanced menu and Advanced menu with password. Were these options never implemented? I had the idea to make just a checkbox in the ipxe menu configuration to be advanced menu but it looks like someone already thought of that??

                        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 1
                        • S
                          Sebastian Roth Moderator
                          last edited by

                          @george1421 said in chainloading failed advanced menu:

                          If you look in the ipxe menu configuration there is a field Menu show on, some options are Advanced menu and Advanced menu with password.

                          Yeah I was mislead by that as well. Those two are just the entry points for the Advanced Menu. Without login -> no ipxe code needed -> will lead you straight to Advanced Menu Command definition. With Login -> do the Login (defined in the menu entry) -> then on successful login run same Advanced Menu Command. Might be a bit confusing at first.

                          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
                          • S
                            Sebastian Roth Moderator
                            last edited by

                            Marking this solved now as I have just pushed a fix to the dev-branch…

                            Seems like not very many people use this stuff at all. The issue has been in the code for a long time - even in 1.5.0 and probably earlier (didn’t look back further). But possibly this issue came up with an update of iPXE. Anyway, should be fixed now.

                            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
                            • Scott BS
                              Scott B @Scott B
                              last edited by

                              @Scott-B said in chainloading failed advanced menu:

                              I think we are good. I was able to add DBAN back to the menu list.

                              For anyone who may find this thread down the road below is the quick advanced menu I wrote for this thread.

                              #!ipxe
                              menu
                              item --gap – ---------------- iPXE boot menu ----------------
                              item DBAN Boot and Nuke
                              item DBANAUTO Boot and Nuke Autowipe
                              item HIRENSCD Hirens Boot CD (Most Features Outdated)
                              item GPARTED GParted Partition Editor 
                              item SRCD System Rescue CD
                              item SHELL iPXE Shell
                              item RETURN Return to previous menu
                              choose --default RETURN --timeout 10000 target && goto ${target}
                              
                              :DBAN
                              kernel ${boot_url}/dban/dban.bzi nuke="dwipe" silent vga=785
                              boot
                              goto MENU
                              
                              :DBANAUTO
                              kernel ${boot_url}/dban/dban.bzi nuke="dwipe --autonuke" silent nousb vga=785
                              boot
                              goto MENU
                              
                              :HIRENSCD
                              sanboot http://${fog-ip}/hirenscd/HirensBootCD152.iso
                              chain memdisk iso raw ||
                              goto MENU
                              
                              :GPARTED
                              kernel http://${fog-ip}/gparted/live/vmlinuz vmlinuz boot=live config components union=overlay username=user noswap noeject ip= vga=788 fetch=${fog-ip}/gparted/live/filesystem.squashfs
                              initrd http://${fog-ip}/gparted/live/initrd.img
                              boot
                              
                              :SRCD
                              kernel http://${fog-ip}/srcd/rescue64 netboot=http://${fog-ip}/srcd/sysrcd.dat
                              initrd http://${fog-ip}/srcd/initram.igz
                              boot
                              boot
                              
                              :SHELL
                              shell ||
                              goto MENU
                              
                              :RETURN
                              chain http://${fog-ip}/${fog-webroot}/service/ipxe/boot.php?mac=${net0/mac} ||
                              prompt
                              goto MENU
                              
                              autoboot```
                              1 Reply Last reply Reply Quote 1
                              • S
                                Sebastian Roth Moderator
                                last edited by

                                @Scott-B Be aware that I just re-added the #!ipxe stuff as other users told us the advanced menu is broken for them now: https://forums.fogproject.org/topic/13230/advanced-menu-bug

                                This is only in the current development version but it will also be in the next release 1.5.7. Just so you know in case you update to that or a later version at some point in time.

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

                                212

                                Online

                                12.0k

                                Users

                                17.3k

                                Topics

                                155.2k

                                Posts
                                Copyright © 2012-2024 FOG Project