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

FOG 1.0.1 and older NICs

Scheduled Pinned Locked Moved
FOG Problems
4
32
10.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.
  • T
    Tom Elliott
    last edited by May 30, 2014, 8:48 PM

    Yay AD

    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
    • S
      Scott B
      last edited by May 30, 2014, 8:48 PM

      [quote=“Jaymes Driver, post: 28760, member: 3582”]I don’t have that luxury I am stuck on 6.5 😞

      We are looking to move to AD.[/quote]

      Long live NetWare, still my fav server OS. You can still keep eDirectory and not deal with AD. Actually I think, even eDirecotry will now run on a Windows host OS.

      1 Reply Last reply Reply Quote 0
      • J
        Jaymes Driver Developer
        last edited by May 30, 2014, 8:54 PM

        [quote=“Scott B, post: 28762, member: 15315”]Long live NetWare, still my fav server OS. You can still keep eDirectory and not deal with AD. Actually I think, even eDirecotry will now run on a Windows host OS.[/quote]

        Thanks for the heads up, My bosses only concern is keeping Groupwise at the moment -.-

        You may want to check the read and write permissions on that boot file.

        Try to grab the file from another machine on the network.

        If it’s windows you need to enable the tftp client in the add/remove settings for the command to complete.
        [code]
        tftp x.x.x.x get undionly.kpxe[/code] where x.x.x.x is your fog server, you may want to change the undionly.kpxe part to your respective file at the moment.

        If you want to try it from linux use Junkhackers command above.

        WARNING TO USERS: My comments are written completely devoid of emotion, do not mistake my concise to the point manner as a personal insult or attack.

        1 Reply Last reply Reply Quote 0
        • S
          Scott B
          last edited by May 30, 2014, 8:56 PM

          [quote=“Junkhacker, post: 28753, member: 21583”]what type of DHCP server are you using?
          can you retrieve the file with this command?
          [FONT=Consolas]tftp -i <server IP> get default.ipxe[/FONT][/quote]

          “Transfer successful: 167 bytes in 1 second(s), 167 bytes/s”

          1 Reply Last reply Reply Quote 0
          • S
            Scott B
            last edited by Jun 2, 2014, 12:15 PM

            [quote=“Tom Elliott, post: 28701, member: 7271”]
            Weird that you’re having issues with HP DC6000’s as I’ve got about 250 of them and they all, from what I’ve found, work fine with 1.x.x.[/quote]

            Which pxe boot file are you using?

            1 Reply Last reply Reply Quote 0
            • S
              Scott B
              last edited by Jun 2, 2014, 7:02 PM

              Right now I am using undionly.kkpxe from [url]https://mastacontrola.com/ipxe/latest-DEFAULT-TEST[/url] dated June 1, 2014 and it works with the PCs below. Its not working on a HP d530, endless boot loop.

              [LIST]
              []HP dc4000
              [
              ]HP dc5700
              []HP dc5800
              [
              ]HP dc6000
              []HP dc7700
              [
              ]DakTek Discovery 61
              [*]DakTek Discovery 81
              [/LIST]

              1 Reply Last reply Reply Quote 0
              • J
                Junkhacker Developer
                last edited by Jun 2, 2014, 7:10 PM

                please update to the latest version in the svn trunk. we believe we may have the issue finally fixed.
                details: [url]http://fogproject.org/forum/threads/040ee119-error-on-boot.10493/page-3#post-28887[/url]

                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
                • S
                  Scott B
                  last edited by Jun 3, 2014, 12:21 PM

                  [quote=“Junkhacker, post: 28914, member: 21583”]please update to the latest version in the svn trunk. we believe we may have the issue finally fixed.
                  details: [url]http://fogproject.org/forum/threads/040ee119-error-on-boot.10493/page-3#post-28887[/url][/quote]

                  Doing so gives me an error about failed connecting to ipxe.com.

                  1 Reply Last reply Reply Quote 0
                  • J
                    Junkhacker Developer
                    last edited by Jun 3, 2014, 1:30 PM

                    what is the exact error code? that file makes no attempt to connect to ipxe.com

                    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
                    • S
                      Scott B
                      last edited by Jun 3, 2014, 2:47 PM

                      Attached. Did this using both undionly.kpxe.INTEL and undionly.kpxe from code - Revision 1774.

                      [url=“/_imported_xf_attachments/0/880_error1 (800x534).jpg?:”]error1 (800x534).jpg[/url]

                      1 Reply Last reply Reply Quote 0
                      • T
                        Tom Elliott
                        last edited by Jun 3, 2014, 2:49 PM

                        okay,

                        I’ll be willing to be you have a folder called:

                        [code]/var/lib/tftpboot[/code] and for whatever reason a fix for this would be:
                        [code]ln -s /tftpboot/default.ipxe /var/lib/tftpboot/default.ipxe[/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
                        • S
                          Scott B
                          last edited by Jun 3, 2014, 2:54 PM

                          [quote=“Tom Elliott, post: 29025, member: 7271”]okay,

                          I’ll be willing to be you have a folder called:

                          [code]/var/lib/tftpboot[/code] and for whatever reason a fix for this would be:
                          [code]ln -s /tftpboot/default.ipxe /var/lib/tftpboot/default.ipxe[/code][/quote]

                          You were correct, but I still see the issue after performing the step listed. Same error.

                          1 Reply Last reply Reply Quote 0
                          • S
                            Scott B
                            last edited by Jun 4, 2014, 2:19 PM

                            [quote=“Scott B, post: 29026, member: 15315”]You were correct, but I still see the issue after performing the step listed. Same error.[/quote]

                            I’m seeing it on other machines now as well.

                            1 Reply Last reply Reply Quote 0
                            • J
                              Junkhacker Developer
                              last edited by Jun 4, 2014, 2:35 PM

                              if you run
                              [FONT=Consolas]tftp x.x.x.x get default.ipxe[/FONT]
                              does it download the file?

                              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
                              • S
                                Scott B
                                last edited by Jun 4, 2014, 2:53 PM

                                [quote=“Junkhacker, post: 29161, member: 21583”]if you run
                                [FONT=Consolas]tftp x.x.x.x get default.ipxe[/FONT]
                                does it download the file?[/quote]

                                I see what I did. When updating the tftboot files I accidentally moved default.ipxe. Thanks!

                                1 Reply Last reply Reply Quote 0
                                • 1
                                • 2
                                • 2 / 2
                                2 / 2
                                • First post
                                  27/32
                                  Last post

                                209

                                Online

                                12.0k

                                Users

                                17.3k

                                Topics

                                155.2k

                                Posts
                                Copyright © 2012-2024 FOG Project