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

PXE boot issue <video included>

Scheduled Pinned Locked Moved Solved
FOG Problems
4
15
3.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.
  • C
    Chris Shipley
    last edited by Jun 22, 2016, 9:46 PM

    Hey so now that I have my shiny new trunk install of FOG running, I ran into a chainloading issue. I have a video link for the system booting PXE: https://drive.google.com/open?id=0Bykgcf4jRmVeaFNnMDJwLVZYNFU

    Here is a screenshot of the final error message (after I set the pause to 10 seconds over 3, heh): https://drive.google.com/file/d/0Bykgcf4jRmVeQjB5eXFBYkt3dm8/view?usp=sharing

    The error message reads:
    tftp://10.10.2.18/default.ipxe… ok
    http://10.10.2.18service/ipxe/boot.php… Error 0x3e11613b (http://ipxe.org/3e11613b)
    Could not boot: Error 0x3e11613b (http://ipxe.org/3e11613b)
    Chainloading failed, hit ‘s’ for the iPXE shell; reboot in 10 seconds

    1 Reply Last reply Reply Quote 0
    • C
      Chris Shipley
      last edited by Jun 22, 2016, 9:54 PM

      If I go to the iPXE shell and run:
      chain http://ip.fog.server/fog/service/ipxe/boot.php
      it will continue and load normally. So i think the path is wrong, where can I change that? In FOG config?

      G 1 Reply Last reply Jun 22, 2016, 9:57 PM Reply Quote 0
      • G
        george1421 Moderator
        last edited by Jun 22, 2016, 9:55 PM

        I can’t seem to access the google docs, but if your error message is accurage you have an issue with your fog server settings

        http://10.10.2.18service/ipxe/boot.php is wrong
        it should be
        http://10.10.2.18/fog/service/ipxe/boot.php

        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
        • G
          george1421 Moderator @Chris Shipley
          last edited by Jun 22, 2016, 9:57 PM

          @Chris-Shipley Look at the storage settings for your fog master node. There should be a web path there.

          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!

          C 1 Reply Last reply Jun 22, 2016, 10:03 PM Reply Quote 1
          • C
            Chris Shipley @george1421
            last edited by Jun 22, 2016, 10:03 PM

            @george1421 I’m pretty sure that’s a result of the URL being too long for the amount of characters available and it didn’t put it in right. I could be wrong, though. In any event, the storage area didn’t have any folders for iPXE. the TFTP server settings area has a location /var/www/html/fog/service/ipxe/ for PXE kernel location, but when i changed it to just fog/service/ipxe/ there was no difference in behavior.

            1 Reply Last reply Reply Quote 0
            • W
              Wayne Workman
              last edited by Wayne Workman Jun 22, 2016, 4:12 PM Jun 22, 2016, 10:10 PM

              http://10.10.2.18service/ipxe/boot.php

              That is literally missing the web root, as George said.

              Storage node settings probably missing it.

              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!
              Daily Clean Installation Results:
              https://fogtesting.fogproject.us/
              FOG Reporting:
              https://fog-external-reporting-results.fogproject.us/

              1 Reply Last reply Reply Quote 0
              • C
                Chris Shipley
                last edited by Jun 22, 2016, 10:14 PM

                OK, so if someone can tell me where the PXE subsystem system chooses how to run “chain http://10.10.2.18/fog/service/ipxe/boot.php” then I can update the installation so I don’t have to do this manually.

                W G 2 Replies Last reply Jun 22, 2016, 10:16 PM Reply Quote 0
                • W
                  Wayne Workman @Chris Shipley
                  last edited by Wayne Workman Jun 22, 2016, 4:18 PM Jun 22, 2016, 10:16 PM

                  @Chris-Shipley web interface -> storage management -> [click node] -> web root

                  And also:

                  web interface -> fog configuration -> fog settings -> web server -> web root

                  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!
                  Daily Clean Installation Results:
                  https://fogtesting.fogproject.us/
                  FOG Reporting:
                  https://fog-external-reporting-results.fogproject.us/

                  C 1 Reply Last reply Jun 23, 2016, 4:12 PM Reply Quote 0
                  • G
                    george1421 Moderator @Chris Shipley
                    last edited by Jun 22, 2016, 10:23 PM

                    @Chris-Shipley said in PXE boot issue <video included>:

                    OK, so if someone can tell me where the PXE subsystem system chooses how to run “chain http://10.10.2.18/fog/service/ipxe/boot.php” then I can update the installation so I don’t have to do this manually.

                    OK, my intuition is telling me something else is going on here. Why do you keep mentioning the chain command?

                    Fog has two places where you set the web path in the management gui as Wayne pointed 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!

                    T 1 Reply Last reply Jun 22, 2016, 10:24 PM Reply Quote 0
                    • T
                      Tom Elliott @george1421
                      last edited by Jun 22, 2016, 10:24 PM

                      @george1421 I think he’s referring to it pointing at a bad address?

                      The IP Address used to build the default.ipxe file is located in /opt/fog/.fogsettings under ipaddress=#.#.#.#

                      Change this and rerun the installer, and it should correct the default.ipxe file for you.

                      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

                      C 1 Reply Last reply Jun 23, 2016, 4:07 PM Reply Quote 1
                      • C
                        Chris Shipley
                        last edited by Jun 23, 2016, 3:07 PM

                        I’ll take a look there, but it appears that the IP address is fine, but the path might not be.

                        1 Reply Last reply Reply Quote 0
                        • C
                          Chris Shipley @Tom Elliott
                          last edited by Jun 23, 2016, 4:07 PM

                          @Tom-Elliott The IP address is fine. Its when the system gets to the chain command in PXE that it breaks. It isn’t loading the chain command correctly. This is a vanilla fresh git trunk install on Centos 7.

                          T 1 Reply Last reply Jun 23, 2016, 4:10 PM Reply Quote 0
                          • T
                            Tom Elliott @Chris Shipley
                            last edited by Jun 23, 2016, 4:10 PM

                            @Chris-Shipley Do me a favor and edit your “/opt/fog/.fogsettings” file. Look for the webroot.

                            Set it to: webroot="/fog/"

                            Rerun the installer please.

                            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

                            C 1 Reply Last reply Jun 23, 2016, 4:16 PM Reply Quote 0
                            • C
                              Chris Shipley @Wayne Workman
                              last edited by Jun 23, 2016, 4:12 PM

                              @Wayne-Workman Apologies, I’m new to this forum and didn’t realize I’d had other replies below the ones I was responding to. Both of these settings are correct, but thank you for alerting me.

                              1 Reply Last reply Reply Quote 0
                              • C
                                Chris Shipley @Tom Elliott
                                last edited by Jun 23, 2016, 4:16 PM

                                @Tom-Elliott That did the trick, thank you.

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

                                195

                                Online

                                12.0k

                                Users

                                17.3k

                                Topics

                                155.2k

                                Posts
                                Copyright © 2012-2024 FOG Project