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

boot pxe issue

Scheduled Pinned Locked Moved
General
4
17
5.4k
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.
  • B
    Bigredcherokee
    last edited by Jun 7, 2016, 3:51 PM

    I’m missing something.

    History:
    Move the server to a different IP range and decided to setup DCHP on ubuntu 12.04. instead of windows handling DHCP. I was on 1.2.0 but screwed up and reloaded the old 1.0.1 then re processed the 1.2.0 installer after I found my screwup.

    I have it assigning address fine but pc will not pxe boot correctly.

    alt text
    alt text

    Here is a album if the above links do not work. https://goo.gl/photos/axkUSy87vjZetbT28

    Current:
    I know it need to boot the new Undionly.kxpe, but the tftp server had the old settings. I tried to change those but its still not working correctly.

    Thanks,
    Chris

    A 1 Reply Last reply Jun 7, 2016, 5:36 PM Reply Quote 0
    • T
      Tom Elliott
      last edited by Jun 7, 2016, 4:03 PM

      Did you restart the dhcp service after making the change?

      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
      • B
        Bigredcherokee
        last edited by Jun 7, 2016, 4:20 PM

        Yes same issue.

        1 Reply Last reply Reply Quote 0
        • T
          Tom Elliott
          last edited by Jun 7, 2016, 4:25 PM

          Does the OS have tftp server running?

          sudo service tftpd-hpa status

          Does the OS have a firewall blocking access potentially?

          sudo ufw status

          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
          • B
            Bigredcherokee
            last edited by Jun 7, 2016, 5:29 PM

            chris@FOGSRVR:~$ sudo service tftpd-hpa status
            [sudo] password for chris:
            tftpd-hpa start/running, process 1078
            chris@FOGSRVR:~$

            chris@FOGSRVR:~$ sudo ufw status
            Status: inactive
            chris@FOGSRVR:~$

            1 Reply Last reply Reply Quote 0
            • A
              Andy Abplanalp Developer @Bigredcherokee
              last edited by Jun 7, 2016, 5:36 PM

              @Bigredcherokee your boot file is “ipe.pxe”?

              A 1 Reply Last reply Jun 7, 2016, 5:40 PM Reply Quote 1
              • A
                Andy Abplanalp Developer @Andy Abplanalp
                last edited by Jun 7, 2016, 5:40 PM

                @Andy-Abplanalp not only that - your dhcpd.conf file has “undionly.kxpe” listed instead of “undionly.kpxe”

                W B 2 Replies Last reply Jun 7, 2016, 6:29 PM Reply Quote 1
                • W
                  Wayne Workman @Andy Abplanalp
                  last edited by Wayne Workman Jun 7, 2016, 12:47 PM Jun 7, 2016, 6:29 PM

                  @Andy-Abplanalp undionly.kkpxe is the new default, because it works on more systems than undionly.kpxe does.

                  @Bigredcherokee the DHCP configuration is suspect to me, the subnet you are serving is defined as 192.168.3.32 255.255.255.224 while the subnet mask you’re handing out to leases is 255.255.255.0

                  With the actual interface subnet being 192.168.3.32 and mask being 255.255.255.224, your broadcast address would be 192.168.3.63, but you have this defined as a router address.

                  Also, you would have a maximum of 30 hosts.

                  Also - the biggest problem is you have no next-server defined in the configuration.

                  Maybe look at this as an example? https://wiki.fogproject.org/wiki/index.php?title=BIOS_and_UEFI_Co-Existence Also, why not let fog generate the configuration?

                  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/

                  A B 2 Replies Last reply Jun 7, 2016, 6:53 PM Reply Quote 0
                  • A
                    Andy Abplanalp Developer @Wayne Workman
                    last edited by Jun 7, 2016, 6:53 PM

                    @Wayne-Workman yes, but also his settings in FOG (that he has pictured) should be pointing to a kernel and the init file. Basically…it appears to have both incorrect configuration settings AND the typo in the dhcpd.conf

                    B 1 Reply Last reply Jun 7, 2016, 7:37 PM Reply Quote 0
                    • W
                      Wayne Workman
                      last edited by Jun 7, 2016, 7:05 PM

                      also @Andy-Abplanalp is right, you do have a typo in the boot file as well, in addition to the other problems pointed out.

                      It’s undionly.kpxe, not undionly.kxpe

                      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 1
                      • B
                        Bigredcherokee @Wayne Workman
                        last edited by Jun 7, 2016, 7:32 PM

                        @Wayne-Workman said in boot pxe issue:

                        https://wiki.fogproject.org/wiki/index.php?title=BIOS_and_UEFI_Co-Existence

                        Thanks Wayne I made the changes.

                        1 Reply Last reply Reply Quote 1
                        • B
                          Bigredcherokee @Andy Abplanalp
                          last edited by Jun 7, 2016, 7:35 PM

                          @Andy-Abplanalp thanks for catching that typo.

                          1 Reply Last reply Reply Quote 0
                          • B
                            Bigredcherokee @Andy Abplanalp
                            last edited by Jun 7, 2016, 7:37 PM

                            @Andy-Abplanalp Andy yes What should those feild be since I’m using the undionly.kpxe. I gotten pass the first problem now it boots the ipe. I know thats wrong what does it need to be.

                            Thanks,
                            Chris

                            1 Reply Last reply Reply Quote 0
                            • B
                              Bigredcherokee
                              last edited by Jun 7, 2016, 7:56 PM

                              FOG_TFTP_PXE_KERNEL_DIR —> /var/www/fog/service/ipxe
                              FOG_TFTP_PXE_KERNEL ----> bzimage
                              FOG_PXE_BOOT_IMAGE ----> ipe.pxe

                              FOG_TFTP_PXE_KERNEL_32 —> bzimage32
                              FOG_PXE_BOOT_IMAGE_32 —> init_32.xz

                              With undionly.kpxe set as the boot file are the above settings correct?

                              W A 2 Replies Last reply Jun 7, 2016, 7:59 PM Reply Quote 0
                              • W
                                Wayne Workman @Bigredcherokee
                                last edited by Jun 7, 2016, 7:59 PM

                                @Bigredcherokee the FOG_PXE_BOOT_IMAGE field doesn’t actually do anything at all. It’s more a place holder to remind you what is actually set.

                                If you have a different problem now, please make a new thread with those details.

                                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
                                • A
                                  Andy Abplanalp Developer @Bigredcherokee
                                  last edited by Jun 7, 2016, 8:03 PM

                                  @Bigredcherokee said in boot pxe issue:

                                  FOG_PXE_BOOT_IMAGE

                                  my FOG_PXE_BOOT_IMAGE is set for init.xz

                                  W 1 Reply Last reply Jun 7, 2016, 9:07 PM Reply Quote 0
                                  • W
                                    Wayne Workman @Andy Abplanalp
                                    last edited by Wayne Workman Jun 7, 2016, 3:08 PM Jun 7, 2016, 9:07 PM

                                    @Andy-Abplanalp I get it mixed up, it’s the one that has a boot rom in it normally. It’s description says its just a place holder.

                                    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
                                    • 1 / 1
                                    1 / 1
                                    • First post
                                      8/17
                                      Last post

                                    162

                                    Online

                                    12.0k

                                    Users

                                    17.3k

                                    Topics

                                    155.2k

                                    Posts
                                    Copyright © 2012-2024 FOG Project