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

    Fog wont load past kernal_thread_helper+0x6/0x10

    Scheduled Pinned Locked Moved
    FOG Problems
    5
    62
    28.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.
    • Tom ElliottT
      Tom Elliott
      last edited by

      Okay,

      So we’ve established that Option 66 is the IP of the FOG Server.
      Option 67 is set as undionly.kpxe.

      There is no DHCP Router address set in FOG, but that shouldn’t matter right now.

      There is no DNS address set in FOG, but that shouldn’t matter right now.

      Have you been able to successfully download the file via a command prompt window?
      NOTE: YOU MAY HAVE TO INSTALL TFTP CLIENT IN WINDOWS Programs and Features.
      [code]tftp -i <FOGSERVERIP> get undionly.kpxe[/code]

      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
      • V
        viper02
        last edited by

        My fog is on my ubuntu 12.04 why am I installing the tftp client on Windows?
        I have the file in the ipxe folder

        1 Reply Last reply Reply Quote 0
        • V
          viper02
          last edited by

          Fog installed through script using the wget method from mastacontrola

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

            You’re only installing tftp client on one of the systems you want to try to image.

            This will let us know if the file’s even accessible.

            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
            • V
              viper02
              last edited by

              Ok

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

                the tftp client being installed on windows is just so you can test the tftp server on the linux box

                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
                • JunkhackerJ
                  Junkhacker Developer
                  last edited by

                  have you tested if the file on the tftp server is accessible ?

                  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
                  • Tom ElliottT
                    Tom Elliott
                    last edited by

                    [SIZE=4][B][COLOR=#000000][FONT=helvetica]Errors After Obtaining IP Address (Issue 3)[/FONT][/COLOR][/B][/SIZE]

                    [SIZE=4][FONT=Times New Roman][COLOR=#000000]During a PXE boot installation, the following errors appear after obtaining the IP address:[/COLOR][/FONT][/SIZE]
                    [SIZE=4][FONT=Times New Roman][COLOR=#000000]PXE-T01: File not found

                    PXE-E3B: TFTP Error - File Not found

                    PXE-M0F: Exiting Broadcom PXE ROM.[/COLOR][/FONT][/SIZE]
                    [B][FONT=Times New Roman][COLOR=#000000]Cause[/COLOR][/FONT][/B]

                    [SIZE=4][FONT=Times New Roman][COLOR=#000000]The boot file name does not exist on the PXE server.[/COLOR][/FONT][/SIZE]
                    [B][FONT=Times New Roman][COLOR=#000000]Solution[/COLOR][/FONT][/B]

                    [SIZE=4][FONT=Times New Roman][COLOR=#000000]In the [FONT=courier]/etc/xinetd.d/tftp[/FONT] file on the PXE server:[/COLOR][/FONT][/SIZE]
                    [LIST]
                    [LIST]
                    [*]Check that the correct arguments are used.
                    [/LIST]
                    [/LIST]

                    [SIZE=4][FONT=Times New Roman][COLOR=#000000]It is recommended that you use -s /tftp, and ensure that the TFTP service uses [FONT=courier]chroot(1)[/FONT] to change its top level directory to [FONT=courier]/tftp[/FONT]. This means that the [FONT=courier]dhcp filename[/FONT] argument is relative to the top level directory (and does not include the section [FONT=courier]/tftp[/FONT]).[/COLOR][/FONT][/SIZE]
                    [LIST]
                    [LIST]
                    [*]Check that the [FONT=courier]filename[/FONT] argument has been spelled correctly.
                    [/LIST]
                    [/LIST]

                    [LIST]
                    [LIST]
                    [*]Check that the [FONT=courier]next-server[/FONT] IP number has been specified correctly.
                    [/LIST]
                    [/LIST]

                    [SIZE=4][FONT=Times New Roman][COLOR=#000000]To test the TFTP service, try installing a TFTP client on a different machine and attempt to download a file:[/COLOR][/FONT][/SIZE]
                    [SIZE=4][FONT=Times New Roman][COLOR=#000000]# cd /tmp

                    tftp PXE-server

                    tftp> get /as-2.1/sun/pxelinux.bin

                    Received 10960 bytes in 0.1 seconds

                    tftp> quit[/COLOR][/FONT][/SIZE]

                    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
                    • V
                      viper02
                      last edited by

                      i ran the tftp and it gave me the following…
                      timeout occurred
                      connect request failed

                      1 Reply Last reply Reply Quote 0
                      • V
                        viper02
                        last edited by

                        i checked the folder [SIZE=4][FONT=Times New Roman][COLOR=#000000][FONT=courier]/etc/xinetd.d/tftp[/FONT] and there isn’t a tftp file only chargen, daytime, discard echo and time[/COLOR][/FONT][/SIZE]

                        1 Reply Last reply Reply Quote 0
                        • V
                          viper02
                          last edited by

                          What is different between the .032 and 0.33 it seems that the tftp only works when going to pxelinx.0

                          1 Reply Last reply Reply Quote 0
                          • V
                            viper02
                            last edited by

                            what is your value for [FONT=Ubuntu][COLOR=#555555]FOG_TFTP_PXE_CONFIG_DIR under fog settings tftp server?[/COLOR][/FONT]

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

                              viper, there is nothing for FOG_TFTP_PXE_CONFIG_DIR set for 0.33b because it’s not needed or used in any way.

                              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
                              • N
                                need2 Moderator
                                last edited by

                                I about caved my keyboard in with my face yesterday when I made the jump to 0.33 and couldn’t get TFTP transactions to work either. I checked everything, and even did a sudo clean install, but to no avail. Finally I double checked my DHCP settings, and I swear some documentation somewhere told me to use undionly.pxe, when it should be undionly.kpxe . Once I fixed that Option 67 on my DHCP, magically everything worked.

                                I blame reading the wrong thing somewhere but I know it was likely my own internal processing error.

                                1 Reply Last reply Reply Quote 0
                                • V
                                  viper02
                                  last edited by

                                  So i decided to go back a recheck everything including my bosses changes to the DHCP. It appears that it was only changed under server options and not scope options. So yea i’m ready to do the same to my keyboard… After making sure that it was changed on both i was able to successfully pxe boot and i am currently uploading my image to the server… Thank you all so much!! couldn’t have done it with out everyone.
                                  One final question it gives me the choice for part clone or part image, i selected part image but in noticed that during the imaging part clone is running , and its moving along quite slowly.
                                  Either way progress none the less.

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

                                    Partclone is the new method. Partimage is the old one. No research to back this up but it appears that partclone handles compression more efficiently. You should only have Partimage selected for legacy images from 0.32, and ideally you should replace those eventually with new images from 0.33 .

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

                                      we have moved to partclone for compatibility reasons. you do not want to use partimage for new images.

                                      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
                                      • 2
                                      • 3
                                      • 4
                                      • 3 / 4
                                      • First post
                                        Last post

                                      152

                                      Online

                                      12.0k

                                      Users

                                      17.3k

                                      Topics

                                      155.2k

                                      Posts
                                      Copyright © 2012-2024 FOG Project