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

Lenovo Miix 700

Scheduled Pinned Locked Moved Unsolved
FOG Problems
3
28
8.3k
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.
  • A
    arton
    last edited by Aug 30, 2016, 1:56 PM

    Hi Team,
    I have 27 Lenovo miix 700 i can’t use fog to image them they start to pxe says download MIB then start to windows i did update to last version of fog is any way i can image them using fog Thank you

    1 Reply Last reply Reply Quote 0
    • W
      Wayne Workman
      last edited by Aug 30, 2016, 2:48 PM

      We need errors. Please post a photo or a video.

      Also, what version of FOG?

      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 1
      • G
        george1421 Moderator
        last edited by Aug 30, 2016, 3:00 PM

        said in Lenovo Miix 700:

        start to pxe says download MIB

        Just reading between the lines here, specifically “start to pxe says download MIB”

        My bet is not MIB but another 3 letter name that starts with an N like NBF (I can’t remember the exact name). If that is the case then this sysem is a uefi based computer. So we also need to know what do you have configured for dhcp option 67?

        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
        • A
          arton
          last edited by Aug 30, 2016, 3:12 PM

          here is the photo of the error the 0_1472569917758_NBP file.PNG

          Tue Aug 30, 2016 15:16 pm
          Running Version 1.3.0-RC-8
          SVN Revision: 5949

          1 Reply Last reply Reply Quote 0
          • A
            arton
            last edited by Aug 30, 2016, 3:15 PM

            Yes my dhcp option 67 is set and string value: undionly.kpxe

            W 1 Reply Last reply Aug 30, 2016, 3:21 PM Reply Quote 0
            • W
              Wayne Workman @arton
              last edited by Aug 30, 2016, 3:21 PM

              @arton This device is in UEFI mode, and requires a .efi boot file. You’ll need to find one of fog’s .efi files that will work with this device. You can find a listing of possible files by running this command on your fog server: ls -lahRt /tftpboot | grep .efi However, most times ipxe.efi works.

              You’ll probably also be interested in setting up BIOS and UEFI co-existence for your DHCP server so you can boot both BIOS and UEFI devices without having to change DHCP every-single-time. Instructions on this are here:
              https://wiki.fogproject.org/wiki/index.php?title=BIOS_and_UEFI_Co-Existence

              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
              • A
                arton
                last edited by Aug 30, 2016, 3:28 PM

                Hi here is what i get when i run that command on my fog server 0_1472570929666_clone.PNG

                1 Reply Last reply Reply Quote 0
                • G
                  george1421 Moderator
                  last edited by george1421 Aug 30, 2016, 9:34 AM Aug 30, 2016, 3:33 PM

                  Right the NBP indicates this is a uefi device. In this case you need to use a uefi compatible boot kernel. As a suggestion, change your dhcp option 67 to ipxe.efi. Then pxe boot the target computer again.

                  FWIW, the undionly.kpxe is for bios (legacy) devices.

                  Looking at your ls command, ipxe.efi doesn’t exist. This IS an issue. Please confirm that you have ipxe.efi as well as about 4 others in that /tftpboot directory.

                  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
                  • A
                    arton
                    last edited by Aug 30, 2016, 3:38 PM

                    that all what i have on tftpboot directory 0_1472571535761_tftpboot.PNG

                    G 1 Reply Last reply Aug 30, 2016, 3:55 PM Reply Quote 0
                    • G
                      george1421 Moderator @arton
                      last edited by george1421 Aug 30, 2016, 9:56 AM Aug 30, 2016, 3:55 PM

                      @arton Well that’s not right for 1.3.0-rcX series. Did you upgrade this install from a previous release? This looks a bit like a FOG 0.30 tftp directory.

                      How did you install 1.3.0? I assume you downloaded the installer from git or svn, then did you run the installfog.sh script in the bin directory?

                      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
                      • A
                        arton
                        last edited by Aug 30, 2016, 4:12 PM

                        yes what i did fallow the command on the how to upgrade so they it sad to make a Dir under root name fog-project then run the download svn then i did run installfog.sh from that directory.
                        Now when i look under fogproject/packages/tftp/ I see 0_1472573559982_fog.PNG

                        G 1 Reply Last reply Aug 30, 2016, 4:39 PM Reply Quote 0
                        • G
                          george1421 Moderator @arton
                          last edited by Aug 30, 2016, 4:39 PM

                          @arton that’s very strange why the tftpboot directory is that why. Your screen shot contains what I would expect in the /tftpboot dir

                          Did the fog installer run to completion? Please run the installfog script again. If you are using a Debian based Linux you will need sudo then installfog.sh.

                          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
                          • A
                            arton
                            last edited by Aug 30, 2016, 5:19 PM

                            thank you i did run the install again now the tftpboot has all the files now i getting different error here is the picture 0_1472577570581_error.PNG

                            W 1 Reply Last reply Aug 30, 2016, 5:29 PM Reply Quote 0
                            • W
                              Wayne Workman @arton
                              last edited by Aug 30, 2016, 5:29 PM

                              @arton Did the installer complete?

                              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 1
                              • A
                                arton
                                last edited by Aug 30, 2016, 5:38 PM

                                yes it did finish completely

                                W 1 Reply Last reply Aug 30, 2016, 5:52 PM Reply Quote 0
                                • W
                                  Wayne Workman @arton
                                  last edited by Aug 30, 2016, 5:52 PM

                                  @arton What’s doing DHCP there? Did you follow the article I posted earlier? Do you hae PortFast enabled on your switch? Can you try to place a mini-switch between the computer and the building network?

                                  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 1
                                  • A
                                    arton
                                    last edited by Aug 30, 2016, 6:03 PM

                                    i dont see any post about port fast on network

                                    W 1 Reply Last reply Aug 30, 2016, 6:08 PM Reply Quote 0
                                    • W
                                      Wayne Workman @arton
                                      last edited by Aug 30, 2016, 6:08 PM

                                      @arton Can you answer the other questions please?

                                      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
                                      • A
                                        arton
                                        last edited by Aug 30, 2016, 6:19 PM

                                        yes i can put a mini switch between building network and pc i let y know the results

                                        1 Reply Last reply Reply Quote 0
                                        • A
                                          arton
                                          last edited by Aug 30, 2016, 6:24 PM

                                          here is the error0_1472581488719_fogerror.PNG

                                          G 1 Reply Last reply Aug 30, 2016, 6:37 PM Reply Quote 0
                                          • 1
                                          • 2
                                          • 1 / 2
                                          1 / 2
                                          • First post
                                            6/28
                                            Last post

                                          146

                                          Online

                                          12.1k

                                          Users

                                          17.3k

                                          Topics

                                          155.4k

                                          Posts
                                          Copyright © 2012-2024 FOG Project