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

Lenovo N22 PXE boot issues

Scheduled Pinned Locked Moved
Hardware Compatibility
5
51
21.2k
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.
  • W
    Wayne Workman @george1421
    last edited by Jul 19, 2016, 3:26 PM

    @george1421 said in Lenovo N22 PXE boot issues:

    other than calls to urls like http://${web}service…

    If ARP is screwed like ours is, it would fail on a web call to a remote network. Remote being a different broadcast domain where a router must be traversed.

    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
    • G
      george1421 Moderator @blue_steel
      last edited by Jul 19, 2016, 3:47 PM

      @blue_steel For this specific model I want you to do this .

      1. Manually register this host
      2. Create a capture or deploy (depending on what your goal is). But when you create the capture/deploy task make sure you tick the check box to create a debug capture/deploy.
      3. Then PXE boot the target computer it should drop you to a linux command prompt on the target computer after a few presses of the enter key. (this is the debug console)
      4. From the linux command prompt see if you can ping the FOG server.

      If you can then I have a few more commands to run. But I want to see of the FOS engine can connect to the fog server with a ping.

      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!

      B 1 Reply Last reply Jul 19, 2016, 4:01 PM Reply Quote 0
      • B
        blue_steel @george1421
        last edited by Jul 19, 2016, 4:01 PM

        @george1421 pinging works

        ping

        T 1 Reply Last reply Jul 19, 2016, 4:04 PM Reply Quote 0
        • T
          Tom Elliott @blue_steel
          last edited by Jul 19, 2016, 4:04 PM

          @blue_steel Are you using the fog server with web setup as a DNS Name? For example, the storage node is defined with an IP of say blue_steel.blue_steels_domain.com? If so can you actually ping a system using a hostname itself?

          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

          B 1 Reply Last reply Jul 19, 2016, 4:16 PM Reply Quote 0
          • B
            blue_steel @Tom Elliott
            last edited by Jul 19, 2016, 4:16 PM

            @Tom-Elliott Ok, so no dns errors. I can ping fog.myschool.state.us and am getting responses same as when I tried the ip itself

            1 Reply Last reply Reply Quote 0
            • G
              george1421 Moderator
              last edited by Jul 19, 2016, 5:38 PM

              OK so dns and arp work as expected (nuts).

              this one has be a bit baffled. How many network adapters are in this device?

              If you run the following command in the FOS engine command window, can you post the output here?
              . / usr/share/fog/lib/funcs.sh

              You need that leading dot space then the full path to the script
              Then get a screen grab of set This will let us see what kernel parameters FOG is sending to the FOS engine.

              Just for your sanity there is an easier way to interact with the FOS engine. Please do the following.

              1. On the fos linux console give root a password with passwd
              2. Then pick up the IP address of the fos engine with ip addr show look for eth0 and note its IP address.
              3. From a windows computer running putty, you should be able to ssh into the fos engine and copy and paste commands using putty.

              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!

              B 1 Reply Last reply Jul 20, 2016, 1:14 PM Reply Quote 0
              • B
                blue_steel @george1421
                last edited by Jul 20, 2016, 1:14 PM

                @george1421 ok so after . / usr/share/fog/lib/funcs.sh, I see nothing. Tried it with output ( >output.txt) and it was blank as well. After typing set, this is what I see.

                fog

                1 Reply Last reply Reply Quote 0
                • S
                  Sebastian Roth Moderator
                  last edited by Jul 20, 2016, 6:34 PM

                  @blue_steel I think there is a typo. Shouldn’t it be . /usr/share/fog/lib/funcs.sh or source /usr/share/fog/lib/funcs.sh? So no space between the first slash and ‘usr’ I’d say.

                  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

                  G 1 Reply Last reply Jul 20, 2016, 6:49 PM Reply Quote 2
                  • G
                    george1421 Moderator @Sebastian Roth
                    last edited by george1421 Jul 20, 2016, 12:50 PM Jul 20, 2016, 6:49 PM

                    @Sebastian-Roth Ugh, you are right. Because it looks like the script didn’t run since there are no kernel parameters in the set output. When the script is run it won’t look like it does anything but it does update the environment variables with the current kernel parameters.

                    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 Jul 20, 2016, 6:54 PM Reply Quote 1
                    • T
                      Tom Elliott @george1421
                      last edited by Jul 20, 2016, 6:54 PM

                      @george1421 it won’t do much even after that. All funcs does is give functions. And set variables. There is no output as far as a script goes

                      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 1
                      • B
                        blue_steel
                        last edited by Jul 25, 2016, 3:41 PM

                        Any other scripts I an run or ideas to get some usable info towards troubleshooting?

                        1 Reply Last reply Reply Quote 0
                        • 1
                        • 2
                        • 3
                        • 3 / 3
                        3 / 3
                        • First post
                          47/51
                          Last post

                        137

                        Online

                        12.0k

                        Users

                        17.3k

                        Topics

                        155.2k

                        Posts
                        Copyright © 2012-2024 FOG Project