• Recent
  • Unsolved
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Register
  • Login
  • 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 Aug 6, 2014, 1:54 AM

    Hi, I have fog 1.2.0

    I go to FOG Configuration —> PXE Boot Menu —> Advanced configuration options and I put:

    Imenu[/I]
    Iitem --gap – ---------------- iPXE boot menu ----------------[/I]
    Iitem HDD_REGNERATOR HDD Regenerator 1.7[/I]
    Iitem shell ipxe shell[/I]
    Iitem return return to previous menu[/I]
    Ichoose --default HDD_REGENERATOR --timeout 5000 target && goto ${target}[/I]

    Iinitrd [url]http://${fog-ip}/images/ISOs/HDD_Regenerator.iso[/url][/I]
    Ichain memdisk iso raw ||[/I]
    Igoto MENU[/I]
    I [/I]
    I:shell[/I]
    Ishell ||[/I]
    Igoto MENU[/I]

    Ichain [url]http://${fog-ip}/${fog-webroot}/service/ipxe/boot.php?mac=${net0/mac}[/url] ||[/I]
    Iprompt[/I]
    Igoto MENU[/I]

    Iautoboot[/I]

    But when I select “HDD Regenerator 1.7” didn’t work, the host says “Reboot and Select proper Boot device”

    The ISO is OK, the path is OK what could be happening?

    1 Reply Last reply Reply Quote 0
    • J
      Junkhacker Developer
      last edited by Aug 6, 2014, 1:44 PM

      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

      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 Aug 6, 2014, 2:17 PM

        [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
        • T
          Tom Elliott
          last edited by Aug 6, 2014, 2:19 PM

          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 Aug 6, 2014, 2:35 PM

            [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
            • T
              Tom Elliott
              last edited by Aug 6, 2014, 2:39 PM

              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 Aug 6, 2014, 2:46 PM

                [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
                • J
                  Junkhacker Developer
                  last edited by Aug 6, 2014, 2:54 PM

                  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 Aug 6, 2014, 2:59 PM

                    [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
                    • J
                      Junkhacker Developer
                      last edited by Aug 6, 2014, 3:03 PM

                      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 Aug 6, 2014, 3:07 PM

                        [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
                        • J
                          Junkhacker Developer
                          last edited by Aug 6, 2014, 3:19 PM

                          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 Aug 6, 2014, 3:24 PM

                            Have you checked permissions?

                            1 Reply Last reply Reply Quote 0
                            • P
                              pives del t3
                              last edited by Aug 7, 2014, 4:58 PM

                              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 Aug 8, 2014, 3:29 PM

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

                                1 Reply Last reply Reply Quote 0
                                • J
                                  Junkhacker Developer
                                  last edited by Aug 8, 2014, 3:51 PM

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

                                  226

                                  Online

                                  12.0k

                                  Users

                                  17.3k

                                  Topics

                                  155.2k

                                  Posts
                                  Copyright © 2012-2024 FOG Project