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

    PXE issue no configuration methods succeeded

    FOG Problems
    3
    9
    1249
    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.
    • F
      fairoozfarhan last edited by

      Hi
      I’m facing IPXE issue while the network boot in Lenovo 11th gen laptop but it’s working on an 8 gen HP laptop. (HP ProBook 440 G2).

      also, I configured Windows DHCP server policies 066 and 067 (string value: ipxe.efi) however still I’m getting an issue

      Fog Project version: 1.5.9 stable
      Latop Module: lenovo V15 G2 ITL

      DINGTALK_IM_3193951804.JPG.JPG

      G-Drive link for move image
      https://drive.google.com/drive/folders/140sEiDu5CsnbMcop8qNppSeXjU28mtkm?usp=sharing

      george1421 1 Reply Last reply Reply Quote 0
      • george1421
        george1421 Moderator @mikmatcr last edited by

        @mikmatcr Try placing a dumb/unmanaged/cheapie switch between the pxe booting computer and building switch. See if that gets you past the no configuration methods succeeded.

        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
        • M
          mikmatcr @george1421 last edited by mikmatcr

          @george1421 I already did all the steps, I updated ipxe to 1.21.1 and the Lenovo computer still won’t boot. FOG 1.5.9

          george1421 1 Reply Last reply Reply Quote 0
          • M
            mikmatcr @george1421 last edited by

            @george1421 I am going to proceed to carry out everything indicated, as soon as I can I will indicate how it went.

            Thanks

            1 Reply Last reply Reply Quote 1
            • george1421
              george1421 Moderator @mikmatcr last edited by

              @mikmatcr Ok so there isn’t a technical reason, just a procedural reason.

              If you are willing to follow the git process we can make installing and updating FOG a little easier. If you run into a problem deploying windows 10 20H2 or later images you will need FOG 1.5.9.110 or later which is only available via GIT. Your fog server will need internet access to complete the process.

              You will not lose anything following this process except the updated kernel which you should reset anyway.

              You need to be root to do this either sudo -i or su - to become root. Install git, clone the repository then reinstall fog. Your previous settings will be remembered from the tarball install. No worries.

              I should ask/tell you that you must be on FOG 1.5.9 already to follow this without risk

              sudo -i
              apt-get -y install git
              
              cd /root
              git clone https://github.com/FOGProject/fogproject.git
              cd fogproject/bin
              ./installfog.sh
              

              It should present you with all of your previous questioned answered already. If not then stop because something is not right.

              Make sure that FOG 1.5.9 still works as expected. The git method will help you get the files you need to update iPXE.

              You can also update to 1.5.9.110 or later if you need it. This is the process.

              sudo -i
              cd /root/fogproject
              
              git pull
              git checkout dev-branch
              git pull
              cd bin
              ./installfog.sh
              

              Now when 1.5.10 is release in a few weeks to reset to the main branch

              sudo -i
              cd /root/fogproject
              
              git pull
              git checkout master
              git pull
              cd bin
              ./installfog.sh
              

              One last bit is if you just stay at 1.5.9 and wait for 1.5.10 then this is the process to update to 1.5.10 using git (assuming you stay on the master branch)

              sudo -i
              cd /root/fogproject
              
              git pull
              cd bin
              ./installfog.sh
              

              Now with either of the 1.5.9 releases you will need to update the FOS Linux kernel to 5.15.x using the fog web ui FOG Configuration->Kernel update to get support for the latest hardware. Reinstalling FOG will reset the kernel back to 4.19.65. So that is the only downside.

              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!

              M 2 Replies Last reply Reply Quote 0
              • M
                mikmatcr @george1421 last edited by

                @george1421 I didn’t do it with git because since I first installed FOG I did it by downloading the zip and running install.sh in the terminal, so I’ve followed the same process ever since.

                george1421 1 Reply Last reply Reply Quote 0
                • george1421
                  george1421 Moderator @mikmatcr last edited by george1421

                  @mikmatcr Is there a particular reason why you didn’t use the git method?

                  As long as its the same exact issue then keep the same thread, if we dive off onto another topic then we should fork the thread.

                  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!

                  M 1 Reply Last reply Reply Quote 0
                  • M
                    mikmatcr @george1421 last edited by

                    @george1421 Consult, I have the same problem with a Lenovo, I checked the url that was recommended to the creator of the post but I see that it clarifies that the update works only if FOG was installed with git, but I did not use git.

                    What can I do to solve the problem?

                    PS: tell me if I should open a new post but I thought that this one can talk about the same thing.

                    Thanks

                    george1421 1 Reply Last reply Reply Quote 0
                    • george1421
                      george1421 Moderator @fairoozfarhan last edited by

                      @fairoozfarhan Lets have you run through this and update ipxe to the latest version: https://forums.fogproject.org/topic/15826/updating-compiling-the-latest-version-of-ipxe

                      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!

                      M 1 Reply Last reply Reply Quote 0
                      • 1 / 1
                      • First post
                        Last post

                      82
                      Online

                      10.4k
                      Users

                      16.4k
                      Topics

                      150.5k
                      Posts

                      Copyright © 2012-2023 FOG Project