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

    ipxe https

    Scheduled Pinned Locked Moved
    General
    4
    12
    646
    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.
    • F
      filisdiez
      last edited by

      I try to start loading of files through https, but to me gives permission denied error message, tell that it is necessary to register in default.ipxe normally to be loaded? DOWNLOAD_PROTO_HTTPS and IMAGE_TRUST_CMD are included. To the FAQ it is it is unclear written I cannot understand, somebody can tried, tell in more detail as it becomes?

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

        @filisdiez Do you manually build iPXE? Have you tried using the provided script in fogproject/utils/FOGiPXE/buildipxe.sh (ref).

        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

        F 1 Reply Last reply Reply Quote 0
        • F
          filisdiez @Sebastian Roth
          last edited by

          @Sebastian-Roth said in ipxe https:

          @filisdiez Do you manually build iPXE? Have you tried using the provided script in fogproject/utils/FOGiPXE/buildipxe.sh (ref).

          No, tried to generate it on https://rom-o-matic.eu. Generated through your script and what to do next not flood plain.

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

            @filisdiez After the compile (script) has finished you find the new binaries in fogproject/packages/tftp. Now you can either re-run the installer to populate those or just manually copy all the files from fogproject/packages/tftp to /tftpboot.

            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

            F 1 Reply Last reply Reply Quote 0
            • F
              filisdiez @Sebastian Roth
              last edited by

              @Sebastian-Roth said in ipxe https:

              @filisdiez After the compile (script) has finished you find the new binaries in fogproject/packages/tftp. Now you can either re-run the installer to populate those or just manually copy all the files from fogproject/packages/tftp to /tftpboot.

              It is clear, and what my actions are farther? Whether it is necessary to add additional options to iPXE Menu Customization?

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

                @filisdiez Do you still get an error when PXE booting the client?? Please take a picture of that and post here!

                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

                F 1 Reply Last reply Reply Quote 0
                • F
                  filisdiez @Sebastian Roth
                  last edited by

                  @Sebastian-Roth said in ipxe https:

                  @filisdiez Do you still get an error when PXE booting the client?? Please take a picture of that and post here!

                  VirtualBox_pxetest_08_08_2019_12_22_00.png

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

                    @filisdiez What exactly is share.cgi?? Can you open the URL https://hiddenurl.ddns.net:7443/share.cgi in your browser? If yes, what do you see?

                    Not exactly sure but the “Booting failed, dropping to shell” does not seem to be part of our official embedded iPXE script. While we still try to help you it would be helpful if you provide more information on what exactly you used to compile this iPXE binary. It seems highly customized and we need more information to be able to help!

                    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

                    F 1 Reply Last reply Reply Quote 0
                    • F
                      filisdiez @Sebastian Roth
                      last edited by

                      @Sebastian-Roth said in ipxe https:

                      @filisdiez What exactly is share.cgi?? Can you open the URL https://hiddenurl.ddns.net:7443/share.cgi in your browser? If yes, what do you see?

                      Not exactly sure but the “Booting failed, dropping to shell” does not seem to be part of our official embedded iPXE script. While we still try to help you it would be helpful if you provide more information on what exactly you used to compile this iPXE binary. It seems highly customized and we need more information to be able to help!

                      Changed for the simplified way. But the error all the same arises. For compilation I used your script.VirtualBox_pxetest_08_08_2019_15_33_22.png

                      george1421G 2 Replies Last reply Reply Quote 0
                      • george1421G
                        george1421 Moderator @filisdiez
                        last edited by george1421

                        @filisdiez First I have to say this isn’t a FOG Project related issue. I just have to say that so that we are looking through the proper lens here. If others find this thread in the future it will confuse the heck out of them thinking that they might have found a solution related to FOG imaging.

                        While I haven’t worked with fog and https yet, it would say that your certificate embedded into the iPXE image doesn’t match the one configured into your web server (apache or nginx). Have you confirmed that you can access the page via a web browser? Right now its not clear if the issue is with the iPXE client or the web server.

                        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
                        • george1421G
                          george1421 Moderator @filisdiez
                          last edited by

                          @filisdiez Since you are building iPXE from the rom-o-matic site you might want to review the FOG configs from the github site. I’ve used the rom-o-matic before I and referenced the config settings in console.h, general.h, settings.h to know what rom-o-matic settings that need to be set. You can review the FOG Project related settings here: https://github.com/FOGProject/fogproject/tree/master/src/ipxe

                          You might also want to refer to the script that Sebastian mentioned in the first post you can review it here: https://github.com/FOGProject/fogproject/tree/master/utils/FOGiPXE

                          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 0
                          • Q
                            Quazz Moderator
                            last edited by Quazz

                            You’re trying to pull something from the images folder over https, but https isn’t configured to serve that location.

                            Think more along the lines of /var/www/fog

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

                            173

                            Online

                            12.0k

                            Users

                            17.3k

                            Topics

                            155.2k

                            Posts
                            Copyright © 2012-2024 FOG Project