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

FOG isnt deploying on new laptops.

Scheduled Pinned Locked Moved
Windows Problems
5
16
1.6k
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.
  • G
    george1421 Moderator @azer
    last edited by Apr 1, 2022, 10:01 AM

    @azer Yes this is a problem with iPXE not FOS Linux “the kernel”. But with the E14 both @Larmurier1383 and @maxcarpone are right. You need to rebuild iPXE to get the latest hardware support as well as when you start imaging you will need the 5.15.x version of the FOS Linux kernel.

    The simple rule is if you can’t get to the FOG iPXE menu then the problem is in iPXE (unidonly,kpxe or ipxe.efi). If you can get to the FOG iPXE menu but you get an error after you pick a menu item then the issue is in FOS Linux kernel (bzImage).

    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 2
    • A
      azer
      last edited by Apr 1, 2022, 7:38 PM

      Thanks guys, I will look into this on Monday and if i come to a solution will post the steps I took

      1 Reply Last reply Reply Quote 0
      • B
        bofh
        last edited by Apr 6, 2022, 3:52 PM

        Interesting, I’ve been able to deploy to E14 Gen 3’s without that issue.
        I’m running FOG version 1.5.9
        Kernel versions:
        bzImage Version: 4.19.145
        bzImage32 Version: 4.19.145

        L 1 Reply Last reply Apr 15, 2022, 9:58 AM Reply Quote 0
        • L
          Larmurier1383
          last edited by Apr 15, 2022, 9:55 AM

          HI @george1421 i have uptdate my bzImage and bzimage32 on 5.15.19 version but i still have te same error “no configuration method succeded” but not having the DHCP failed

          Its a LENOVO E15 this time

          Thank's for the reply

          If you can't reach me here you can contatct me at my discord : Trailer-Park-Boys#0666

          G 1 Reply Last reply Apr 15, 2022, 11:15 AM Reply Quote 0
          • L
            Larmurier1383 @bofh
            last edited by Apr 15, 2022, 9:58 AM

            @bofh Hi, i try on Thinkpad E15 Gen 2 and still can’t boot with 4.19.x or 5.15.x version… I dont understand why

            Thank's for the reply

            If you can't reach me here you can contatct me at my discord : Trailer-Park-Boys#0666

            1 Reply Last reply Reply Quote 0
            • L
              Larmurier1383 @maxcarpone
              last edited by Apr 15, 2022, 10:00 AM

              @maxcarpone Hi, i try on Thinkpad E15 Gen 2 and still can’t boot with 4.19.x or 5.15.x version !

              Thank's for the reply

              If you can't reach me here you can contatct me at my discord : Trailer-Park-Boys#0666

              1 Reply Last reply Reply Quote 0
              • G
                george1421 Moderator @Larmurier1383
                last edited by george1421 Apr 15, 2022, 5:16 AM Apr 15, 2022, 11:15 AM

                @larmurier1383 Well first thing I noticed is that you need to make sure that you updated the 64 bit version of FOS Linux kernel. You only mentioned the 32 bit version.

                Next thing I want you to do is schedule another capture/deploy it doesn’t matter. But before you hit the schedule task button enable the debug check box.

                Now pxe boot the target computer into imaging.

                After several pages of text that you need to clear with the enter key you will be dropped at the fos linux command prompt (note that you still should see the error about no configuration methods, that is OK because we need debug mode to see what is going on).

                Now at the FOS Linux command prompt I want you to key in the following and post the results here. (you might want to take clear picture shot with a mobile phone and post it)

                uname -a

                lspci -nn | grep -i net

                ip a s

                Lets see what these commands can find.

                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
                • L
                  Larmurier1383 @azer
                  last edited by Apr 15, 2022, 12:47 PM

                  @azer I have updated the 2 version (i guess?..) 2022-04-15_14h42_22.png

                  for the uname -a : 2022-04-15_14h44_19.png

                  2022-04-15_14h45_12.png 2022-04-15_14h45_43.png

                  Hope we can find a solution !

                  Thank's for the reply

                  If you can't reach me here you can contatct me at my discord : Trailer-Park-Boys#0666

                  G 1 Reply Last reply Apr 15, 2022, 12:56 PM Reply Quote 0
                  • G
                    george1421 Moderator @Larmurier1383
                    last edited by george1421 Apr 15, 2022, 6:59 AM Apr 15, 2022, 12:56 PM

                    @larmurier1383 OK We find out a bit more what is happening here.

                    1. The uname -a command tells us that you are still running 4.19.x kernel and not 5.15.x. We need to fix that because 4.19 doesn’t have drivers for new hardware.

                    2. Not sure why grep is not found, it should be on all computers. Try sudo apt-get install get This might not be important because we can see in the next command

                    3. For ip a s it shows your network interface has an IP address. This should not be if we get the “No configuration methods succeeded”

                    It may be a translation issue but this statement give me a problem. " i have uptdate my bzImage and bzimage32 on 5.15.19 version but i still have te same error “no configuration method succeded” but not having the DHCP failed"

                    Does this mean the pxe boot computer gets IP address, but still give message about no configuration methods? If yes, can you ping the fog server from the computer in debug mode?

                    EDIT: STOP! I see the problem

                    You entered those commands I give you on the FOG server. That is not what I wanted. I wanted you to enter those commands on the pxe boot computer you started in debug mode. That is why the information you give did not do what I expected.

                    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!

                    L 2 Replies Last reply Apr 15, 2022, 1:03 PM Reply Quote 0
                    • L
                      Larmurier1383 @george1421
                      last edited by Apr 15, 2022, 1:03 PM

                      @george1421 Sorry im on work ill text you later when i can thank’s for the help !

                      Thank's for the reply

                      If you can't reach me here you can contatct me at my discord : Trailer-Park-Boys#0666

                      1 Reply Last reply Reply Quote 0
                      • L
                        Larmurier1383 @george1421
                        last edited by Apr 15, 2022, 1:31 PM

                        @george1421 So here is my main problem :

                        2022-04-15_15h31_17.png

                        Thank's for the reply

                        If you can't reach me here you can contatct me at my discord : Trailer-Park-Boys#0666

                        G 1 Reply Last reply Apr 15, 2022, 1:52 PM Reply Quote 0
                        • G
                          george1421 Moderator @Larmurier1383
                          last edited by Apr 15, 2022, 1:52 PM

                          @larmurier1383 OK I see. You do not get to FOG iPXE menu. That has a different fix to try. There are 2 spots where that same message appears. I was thinking the error was on the second location. But you are stuck on the first location (no iPXE menu)

                          I give you instructions to update the version of iPXE to the newest release. This might fix the problem because the updated version of iPXE will have the newest hardware drivers.

                          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!

                          L 1 Reply Last reply Apr 15, 2022, 2:27 PM Reply Quote 1
                          • L
                            Larmurier1383 @george1421
                            last edited by Apr 15, 2022, 2:27 PM

                            That work now, thank you !

                            Thank's for the reply

                            If you can't reach me here you can contatct me at my discord : Trailer-Park-Boys#0666

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

                            208

                            Online

                            12.0k

                            Users

                            17.3k

                            Topics

                            155.2k

                            Posts
                            Copyright © 2012-2024 FOG Project