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

    Thinkpad e560

    Scheduled Pinned Locked Moved Solved
    FOG Problems
    6
    28
    12.5k
    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.
    • Shadow00CasterS
      Shadow00Caster @Tom Elliott
      last edited by

      @Tom-Elliott Before updating to 1.3.0, should I create a new image of using 1.3.0? Note that I just deployed this same image to a Dell workstation without issue (on 1.3.0) pxe booted, partcloned, rebooted into Windows 8.1 Pro.

      @george1421 I use a master image and then do drivers, never had any issue doing it this way and I have been using Fog for over 7 years. I will attempt the debug suggestion and reply with results.

      FOG System: Debian 7 32bit
      FOG Version: 1.3.1-RC-5 (Git) | SVN Rev: 6052
      bzImage Versions: 4.9.1

      Tom ElliottT george1421G 2 Replies Last reply Reply Quote 0
      • Tom ElliottT
        Tom Elliott @Shadow00Caster
        last edited by

        @Shadow00Caster the system it booted fine to is also ssd?

        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

        Shadow00CasterS 1 Reply Last reply Reply Quote 0
        • Shadow00CasterS
          Shadow00Caster @Tom Elliott
          last edited by

          @Tom-Elliott No, it’s a 7200RPM drive, I could throw in an SSD and test, do you think that would make a diff?

          FOG System: Debian 7 32bit
          FOG Version: 1.3.1-RC-5 (Git) | SVN Rev: 6052
          bzImage Versions: 4.9.1

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

            @Shadow00Caster I think the reverse and test would possibly work. Replace the Lenovo ssd with a spinner. Of course your way would be beneficial as well.

            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

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

              @Shadow00Caster How do you “do drivers”? Are you using a post install script to inject the drivers after the image has been placed on the storage device?

              @Tom-Elliott is there a way to check the drive structure via the FOS engine? I know lsblk will show the disk structure and it can be aligned with the fog files in the images 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
              • Shadow00CasterS
                Shadow00Caster @Tom Elliott
                last edited by Shadow00Caster

                @Tom-Elliott So I did a few things along the lines of your suggestion.

                • I took the drive from the laptop and threw it in the Dell workstation, imaged, no boot, put the drive back in laptop and still no boot (me thinks drive at this point)
                • Grabbed an SSD from an old laptop which I had imaged with Fog previously but laptop died (drive is fine), threw that in laptop and it imaged and booted like normal.

                The drive came with an operating system installed on it, but I suppose it could be bad. It’s a 512GB SanDisk X400.

                @george1421 I just load necessary drivers after booting, the Dell drivers are all generic device drivers that exist within Windows Update and it works without issue, Lenovo has a Software Update utility that is a 1 click run and all necessary drivers are downloaded and installed.

                Edit: Like I said I have an identical model coming this week which I will test on, could be an issue with the drive since I was able to image a different drive on the laptop, so it appears the laptop is functioning normally RE Fog compatibility.

                FOG System: Debian 7 32bit
                FOG Version: 1.3.1-RC-5 (Git) | SVN Rev: 6052
                bzImage Versions: 4.9.1

                1 Reply Last reply Reply Quote 0
                • D
                  Darrell Lanson
                  last edited by

                  So I fixed my issues with imaging the Lenovo E560 turns out even after imaging the drive has a GPT structure even though one isn’t present here are the steps I went through to fix it.

                  1. Start Clonezilla
                  2. Select cmd line
                  3. Type in sudo gdisk /dev/sda
                  4. (Press 1 to select MBR)
                  5. Press ‘x’ and enter to reach the eXpert mode
                  6. Now press ‘z’ to delete the gpt
                  7. At this step be careful, you will get an option to blank out your MBR, do NOT do it. If you do you will need to install OS on the drive to rebuild MBR.
                  8. Press Ctrl + C when ever you need to exit from gdisk.
                  9. You will now be able to image this computer.
                    Some of these steps I found online can’t seem to find where but this fixed my boot problems even after imaging I had both a MBR and GPT partition even though the GPT part didn’t actually exist.

                  Ubuntu 14.04.5 LTS 64bit
                  Fog 1.5.3

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

                    @Darrell-Lanson This normally presents itself on uploads by getting hung trying to create the partition table.

                    We have utilities already that allow you to fix this really quite easily, but does require you load up in a debug mode.

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

                    196

                    Online

                    12.0k

                    Users

                    17.3k

                    Topics

                    155.2k

                    Posts
                    Copyright © 2012-2024 FOG Project