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

    IPXE Boot Menu 1.2.0

    Scheduled Pinned Locked Moved
    General
    4
    16
    5.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
      pives del t3
      last edited by

      [quote=“Junkhacker, post: 34821, member: 21583”]try replacing initrd [url]http://${fog-ip}/images/ISOs/HDD_Regenerator.iso[/url] with
      initrd [URL=‘http://%24%7Bfog-ip%7D/images/ISOs/HDD_Regenerator.iso’]http://${fog-ip}/images/ISOs/HDD_Regenerator.iso[/URL] || echo “iso failed to load” && prompt[/quote]

      Same error and not printing “iso failed to load”

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

        What is the location of the images/ISOs/HDD_Regenerator.iso?

        Is it /var/www/images/ISOs/HDD_Regenerator.iso
        or is it:
        /var/www/fog/images/ISOs/HDD_Regenerator.iso

        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
          pives del t3
          last edited by

          [quote=“Tom Elliott, post: 34829, member: 7271”]What is the location of the images/ISOs/HDD_Regenerator.iso?

          Is it /var/www/images/ISOs/HDD_Regenerator.iso
          or is it:
          /var/www/fog/images/ISOs/HDD_Regenerator.iso[/quote]

          I tried:
          [LIST]
          []/var/www/images/ISOs/HDD_Regenerator.iso
          [
          ]/var/www/fog/images/ISOs/HDD_Regenerator.iso
          [*]/images/ISOs/HDD_Regenerator.iso
          [/LIST]
          But nothing, could be a permissions problem?

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

            That still doesn’t answer my question.

            What is the current location of the ISOs?

            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
              pives del t3
              last edited by

              [quote=“Tom Elliott, post: 34833, member: 7271”]That still doesn’t answer my question.

              What is the current location of the ISOs?[/quote]

              I locate the ISOs in this three paths, i do a cp of HDD_Regenerator.iso to:
              [LIST]
              []/var/www/images/ISOs/
              [
              ]/var/www/fog/images/ISOs/
              [*]/images/ISOs/
              [/LIST]

              1 Reply Last reply Reply Quote 0
              • JunkhackerJ
                Junkhacker Developer
                last edited by

                if it’s not giving you the error “iso failed to load” then the iso is probably loading.
                the problem might be with using [I]chain memdisk iso raw || [/I]as that is not the appropriate method to boot all types of iso
                what kind of boot disk is it? linux? dos? windows based?

                signature:
                Junkhacker
                We are here to help you. If you are unresponsive to our questions, don't expect us to be responsive to yours.

                1 Reply Last reply Reply Quote 0
                • P
                  pives del t3
                  last edited by

                  [quote=“Junkhacker, post: 34837, member: 21583”]if it’s not giving you the error “iso failed to load” then the iso is probably loading.
                  the problem might be with using [I]chain memdisk iso raw || [/I]as that is not the appropriate method to boot all types of iso
                  what kind of boot disk is it? linux? dos? windows based?[/quote]

                  DOS Win98

                  1 Reply Last reply Reply Quote 0
                  • JunkhackerJ
                    Junkhacker Developer
                    last edited by

                    and what kind of method does the iso use to boot the iso? floppy emulation?

                    signature:
                    Junkhacker
                    We are here to help you. If you are unresponsive to our questions, don't expect us to be responsive to yours.

                    1 Reply Last reply Reply Quote 0
                    • P
                      pives del t3
                      last edited by

                      [quote=“Junkhacker, post: 34841, member: 21583”]and what kind of method does the iso use to boot the iso? floppy emulation?[/quote]

                      floppy emulation.

                      Thank for your answers Junkhacker, I also tried with a Debian image instead of HDD_Regenerator.iso.
                      I locate the debian.iso in:
                      [LIST]
                      []/var/www/images/ISOs/
                      [
                      ]/var/www/fog/images/ISOs/
                      [*]/images/ISOs/
                      [/LIST]
                      But still the same error

                      1 Reply Last reply Reply Quote 0
                      • JunkhackerJ
                        Junkhacker Developer
                        last edited by

                        can you post a video?

                        signature:
                        Junkhacker
                        We are here to help you. If you are unresponsive to our questions, don't expect us to be responsive to yours.

                        1 Reply Last reply Reply Quote 0
                        • N
                          need2 Moderator
                          last edited by

                          Have you checked permissions?

                          1 Reply Last reply Reply Quote 0
                          • P
                            pives del t3
                            last edited by

                            Hi,
                            Permissions are OK. I have some news:

                            If I select “shell” and I put by commands:

                            initrd /images/ISOs/debian.iso
                            chain memdisk raw iso

                            It works perfectly!

                            What could be happening?

                            1 Reply Last reply Reply Quote 0
                            • N
                              need2 Moderator
                              last edited by

                              Try replacing ${fog-ip} with ${boot-url} . That is what I use.

                              1 Reply Last reply Reply Quote 0
                              • JunkhackerJ
                                Junkhacker Developer
                                last edited by

                                [I][URL=‘http://%24%7Bfog-ip%7D/images/ISOs/HDD_Regenerator.iso’]http://${fog-ip}/images/ISOs/HDD_Regenerator.iso[/URL] [/I]is valid for
                                /var/www/images/ISOs/HDD_Regenerator.iso
                                [I][URL=‘http://%24%7Bfog-ip%7D/images/ISOs/HDD_Regenerator.iso’]http://${boot-url}/images/ISOs/HDD_Regenerator.iso[/URL] [/I]would be valid for
                                [SIZE=12px]/var/www/fog/images/ISOs/HDD_Regenerator.iso[/SIZE]
                                [I][/I]

                                signature:
                                Junkhacker
                                We are here to help you. If you are unresponsive to our questions, don't expect us to be responsive to yours.

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

                                175

                                Online

                                12.0k

                                Users

                                17.3k

                                Topics

                                155.2k

                                Posts
                                Copyright © 2012-2024 FOG Project