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

    Dell Latitude E7240 hangs during imaging

    Scheduled Pinned Locked Moved
    Hardware Compatibility
    2
    17
    5.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.
    • J
      jackley
      last edited by

      [quote=“Tom Elliott, post: 22791, member: 7271”]what is the status of:
      fdisk -l[/quote]

      Device Boot Start End Blocks ID System
      /dev/sda1 * 1 45 358400 7 HPFS/NTFS

      Partition 1 does not end on cylinder boundary
      /dev/sda2 45 15566 124674048 7 HPFS/NTFS

      This is an SSD.

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

        In the debug mode, can you give the results of gdisk -l /dev/sda 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! 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
        • J
          jackley
          last edited by

          [quote=“Tom Elliott, post: 22808, member: 7271”]In the debug mode, can you give the results of gdisk -l /dev/sda please?[/quote]

          Disk /dev/sda: 250069680 sectors, 119.2 GB
          Logical sector size: 512 bytes
          Disk identifier (GUID): (GUID goes here)
          Partition table holds up to 128 entries
          First usable sector is 34, last usable sector is 250069646.
          Partitions will be aligned on 2048-sector boundaries
          Total free space is 4147 sectors (2.3 MiB)

          Number Start (sector) End (sector) Size Code Name
          1 2048 718847 350.0 MiB 0700 Linux/Windows data
          2 718848 250066943 118.9 GiB 0700 Linux/Windows data

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

            So the problem is NOT because of kernel or driver issue. It’s also NOT because of the disk being SSD. It’s because the disk is formatted with GPT.

            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
            • J
              jackley
              last edited by

              Is there a way to fix this on FOG or will I have to format each disk before running an image?

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

                I’m working on getting GPT support working in 0.33, but 0.32 does not support it. So yes, unfortunately, you will need to have an image that is created under MBR style.

                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
                • J
                  jackley
                  last edited by

                  [quote=“Tom Elliott, post: 22821, member: 7271”]I’m working on getting GPT support working in 0.33, but 0.32 does not support it. So yes, unfortunately, you will need to have an image that is created under MBR style.[/quote]

                  Does our image need to be created using MBR or does the destination need to be formatted with MBR? I formatted the disk with MBR, but the issue isn’t resolved. Our image is Windows 7 that was created using MBR.

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

                    From looking at your partitioning table, it appears your /dev/sda1 is not the normal 100mb partition but rather a 350mb partition. Are you trying multipart image or resizable?

                    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
                    • J
                      jackley
                      last edited by

                      [quote=“Tom Elliott, post: 22873, member: 7271”]From looking at your partitioning table, it appears your /dev/sda1 is not the normal 100mb partition but rather a 350mb partition. Are you trying multipart image or resizable?[/quote]

                      Re-sizable.

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

                        Try changing the image type to multi-part non-resizable.

                        The reason it’s not working for you, is resizable is expecting only two partitions. The first partition it creates/searches for is the 100MB partition naturally created on a fully fresh install.

                        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
                        • J
                          jackley
                          last edited by

                          [quote=“Tom Elliott, post: 23051, member: 7271”]Try changing the image type to multi-part non-resizable.

                          The reason it’s not working for you, is resizable is expecting only two partitions. The first partition it creates/searches for is the 100MB partition naturally created on a fully fresh install.[/quote]

                          Thanks, I’ll try that.

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

                          240

                          Online

                          12.0k

                          Users

                          17.3k

                          Topics

                          155.2k

                          Posts
                          Copyright © 2012-2024 FOG Project