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

    Lenovo z-50

    Scheduled Pinned Locked Moved
    Hardware Compatibility
    4
    21
    4.1k
    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
      TechInADesert @Tom Elliott
      last edited by

      @Tom-Elliott I went ahead and switched the machine to UEFI and put in ipxe.efi as the file. I got a message that said “EFI Network 0 for IPv4 has been blocked by the current security policy.”

      Tom ElliottT 1 Reply Last reply Reply Quote 0
      • Tom ElliottT
        Tom Elliott @TechInADesert
        last edited by

        @TechInADesert turn off secure boot

        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

        T 1 Reply Last reply Reply Quote 1
        • george1421G
          george1421 Moderator @TechInADesert
          last edited by

          @TechInADesert We are far from dead in the water in regards to FOG and these laptops.

          Those realtek nic models are older and should be fully supported in FOG and iPXE. One thing we’ve seen with some Lenovo models, especially in uefi mode, they have buggy early release firmware. While I don’t think its going to solve this issue make sure you have the latest firmware (bios) installed on these devices.

          If we can’t get these devices to pxe boot we can move to the USB boot method. Its not quite as flexible as the pxe booting process but for certain models its the only way to bypass a buggy pxe process.

          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
          • george1421G
            george1421 Moderator
            last edited by

            Here is the tutorial for creating a usb FOS boot image. https://forums.fogproject.org/topic/7727/building-usb-booting-fos-image Make sure you read the caveats section as well as the post “image burn” onto the usb flash drive. You will need to update the grub config file with the IP address of your fog server.

            Also look at the forum chat bubble for a few more helpful hints

            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
            • T
              TechInADesert @Tom Elliott
              last edited by TechInADesert

              @Tom-Elliott Secure Boot was set to disable. I do see that under it says Secure Boot Status and that says Enabled. However, you can’t highlight the Secure Boot Status to change it. The BIOS is also updated to the most recent posted on Lenovo’s website.

              1 Reply Last reply Reply Quote 0
              • T
                TechInADesert
                last edited by TechInADesert

                SOLVED IT

                Thank you for all of your help. You guys were on the right track when you told me to try a different option 67. I, however, was not putting the option in the right scope. I was putting it in the default server options when I should have been putting it into our Tech LAN scope. Once I went into this scope and changed it to realtek.pxe and tried to boot the Lenovo Z-50 booted up just fine.

                I’m learning a good deal about how the last person had our network set up every day. Check another thing off my list.

                Question: Does the realtek.pxe take longer to work with imagines that the other? Usually, I can get an image done in a matter of minutes but I am uploading my raw file to FOG and I’m already at the 33-minute mark and it says there are 17 minutes left to go.

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

                  @TechInADesert said in Lenovo z-50:

                  Question: Does the realtek.pxe take longer to work with imagines that the other?

                  No it doesn’t. The iPXE boot kernel (undionly.kpxe or realtek.kpxe) is only used to transfer FOS (bzImage and init.xz) to the target computer. Once FOS starts then the ipxe boot kernel is unloaded from memory. According to partclone what is your transfer rate?

                  Why are you uploading the image in raw format? FOS can’t take advantage of speed by only uploading disk blocks that have data in them. Its very uncommon to use raw disk format.

                  Lastly, how many of these z-50s will you have on your campus? What is your dhcp server used on your site (maker and version)? If its linux or Windows 2012 or newer we have some options.

                  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 Reply Quote 0
                  • T
                    TechInADesert @george1421
                    last edited by

                    @george1421 Hello. When I referred to the image as “raw” it just means it’s the image I created without the sysprep. I always put a “raw” image so when I go to update the computers next year I do not have to start fresh. I can load that “raw” image onto a machine and make the changes I want and then upload a “final” image which is the one that is syspreped and ready to go.

                    When I put the image back onto a computer it took a matter of minutes, so that is fine. I can live with my “raw” image taking awhile to upload to FOG.

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

                      @TechInADesert said in Lenovo z-50:

                      When I referred to the image as “raw” it just means it’s the image I created without the sysprep

                      Ah OK, because in FOG terms RAW is a specific disk capture mode, akin to “single disk non-resizable” but also includes empty blocks. So the images are huge and slow to capture.

                      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
                      • Tom ElliottT
                        Tom Elliott
                        last edited by

                        Yeah, too lessen confusion for myself, I called what you call “raw” a “super base” or “base”

                        Adjusting “base” for whatever I mean.

                        For example:

                        Superbase is the base image that ALL machines regardless of who or where the machine sits will start from.

                        XXXBase is a specific base based from the “superbase”.

                        Just my thoughts. No real value here!

                        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
                        • 1
                        • 2
                        • 2 / 2
                        • First post
                          Last post

                        124

                        Online

                        12.1k

                        Users

                        17.3k

                        Topics

                        155.3k

                        Posts
                        Copyright © 2012-2024 FOG Project