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

Cannot find disk on system (get harddisk) - Dell Latitude 3140

Scheduled Pinned Locked Moved Unsolved
FOG Problems
5
12
1.0k
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.
  • K
    Kureebow
    last edited by May 17, 2024, 5:29 PM

    I am sure I am missing something incredibly simple but I cannot figure this out.

    I am attempting to capture an image from a dell Latitude 3140 but I get the error cannot find disk on system (get harddisk). Usually in the past this issue was resolved by switching to an AHCI format.

    However, upon examination of bios the only option listed is all integrated storage disable of AHCI/NVMe.

    Just stumped on this one.

    Currently running version 1.5.10.

    Anybody have an ideas?

    L J K 3 Replies Last reply May 17, 2024, 6:42 PM Reply Quote 0
    • L
      luilly23 @Kureebow
      last edited by May 17, 2024, 6:42 PM

      @Kureebow Dell’s website says storage can be UFS, eMMC, or SSD.
      What’s on your laptop?
      https://www.dell.com/en-us/search/latitude 3140

      Perhaps there is still no fog or partclone support for UFS or eMMC storage.

      K J 3 Replies Last reply May 17, 2024, 7:16 PM Reply Quote 0
      • K
        Kureebow @luilly23
        last edited by May 17, 2024, 7:16 PM

        @luilly23 It is UFS storage. Time to look to see if its supported.

        1 Reply Last reply Reply Quote 0
        • K
          Kureebow @luilly23
          last edited by May 20, 2024, 12:16 PM

          @luilly23 I cant seem to find anything in the fog wiki for UFS being unsupported.

          T J 2 Replies Last reply May 20, 2024, 12:39 PM Reply Quote 0
          • T
            Tom Elliott @Kureebow
            last edited by May 20, 2024, 12:39 PM

            @Kureebow I don’t know what UFS is, but is this a relatively new technology?

            Just because it’s NOT in the wiki, does not mean it’s automatically supported. We don’t know what we don’t know? How do you say you “don’t support” something you don’t even know about?

            There has to be a ‘first’ and I think in this case there surely is.

            Now we have to figure out what needs to be built into the filesystem as well as if/what drivers need to be added to the linux kernels?

            I don’t have a build system anymore, but at least it’s a way we can try to get this working.

            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

            K 1 Reply Last reply May 20, 2024, 12:50 PM Reply Quote 0
            • K
              Kureebow @Tom Elliott
              last edited by May 20, 2024, 12:50 PM

              @Tom-Elliott It appears to be “released” around 2020. UFS (Universal flash storage).

              I have yet to do any “Custom” work within fog usually everything plays pretty well.

              I am willing to try if you can point me in the correct directions.

              1 Reply Last reply Reply Quote 0
              • J
                JJ Fullmer Testers @Kureebow
                last edited by JJ Fullmer May 20, 2024, 7:07 AM May 20, 2024, 12:52 PM

                @Kureebow UFS is supported in the latest dev branch, you could also just download the latest kernel and init and that may do the trick.

                The Surface Go 4 has UFS storage and we had to update the kernel config to support UFS drives. See https://forums.fogproject.org/topic/17112/surface-go-4-incompatible/2?_=1716208953314
                and
                https://github.com/FOGProject/fos/pull/78
                and
                https://github.com/FOGProject/fos/commit/71b1a3a46c43b61b692e31de21754dfc55606b64 and https://github.com/FOGProject/fos/blob/dc9656b08f369f9746372020456158d95cd2e0fa/configs/kernelx64.config#L3093-L3100

                In that post you’ll also see that UFS, at least on the surface go 4, only supports native 4k blocks. Which means, if you are making you image on a VM (VMware for sure on this) then you’re partitioning with 512e blocks instead of 4k blocks. 512e (e for emulated) is still the most common block size as it allows for better backwards compatibility while still using “better” 4k block storage on your disk in the background.
                This matters because you won’t be able to correctly deploy a 512 block image to a 4k block disk, the block numbers won’t align properly and it will either completely fail or it will just not resize the disk correctly at the end.
                I ended up maintaining a separate 4kn image and had to get approval to buy a separate surface go 4 to maintain the image on. On the plus side, that did give me the motivation to dial in my image creation process further with lots of automation.

                I imagine there is a VM Hypervisor out there that allows for setting the block size, but I know for sure that VMWare doesn’t. I found that bhyve within FreeBSD did have a method for this, but it required other work arounds for getting around Windows 11 security requirements, and I didn’t want to base my image off something with security workarounds.

                Have you tried the FogApi powershell module? It's pretty cool IMHO
                https://github.com/darksidemilk/FogApi
                https://fogapi.readthedocs.io/en/latest/
                https://www.powershellgallery.com/packages/FogApi
                https://forums.fogproject.org/topic/12026/powershell-api-module

                1 Reply Last reply Reply Quote 0
                • J
                  JJ Fullmer Testers @Kureebow
                  last edited by May 20, 2024, 12:53 PM

                  @Kureebow said in Cannot find disk on system (get harddisk) - Dell Latitude 3140:

                  @luilly23 I cant seem to find anything in the fog wiki for UFS being unsupported.

                  While not everything from the wiki has been migrated to it just yet, docs.fogproject.org is the new home of our docs. Also posts within this forum are another great place to look.

                  Have you tried the FogApi powershell module? It's pretty cool IMHO
                  https://github.com/darksidemilk/FogApi
                  https://fogapi.readthedocs.io/en/latest/
                  https://www.powershellgallery.com/packages/FogApi
                  https://forums.fogproject.org/topic/12026/powershell-api-module

                  1 Reply Last reply Reply Quote 0
                  • J
                    JJ Fullmer Testers @luilly23
                    last edited by May 20, 2024, 1:01 PM

                    @luilly23 said in Cannot find disk on system (get harddisk) - Dell Latitude 3140:

                    @Kureebow Dell’s website says storage can be UFS, eMMC, or SSD.
                    What’s on your laptop?
                    https://www.dell.com/en-us/search/latitude 3140

                    Perhaps there is still no fog or partclone support for UFS or eMMC storage.

                    I’ve previously been able to image with partclone on eMMC. I’ve moved away from such devices as we found them painfully slow for our needs, but if you’re having issues with that I’d be happy to help.

                    Have you tried the FogApi powershell module? It's pretty cool IMHO
                    https://github.com/darksidemilk/FogApi
                    https://fogapi.readthedocs.io/en/latest/
                    https://www.powershellgallery.com/packages/FogApi
                    https://forums.fogproject.org/topic/12026/powershell-api-module

                    K 1 Reply Last reply May 20, 2024, 1:34 PM Reply Quote 0
                    • K
                      Kureebow @JJ Fullmer
                      last edited by May 20, 2024, 1:34 PM

                      @JJ-Fullmer They are UFS devices. Would you recommend updating to the dev branch or trying the kernel first? Which Kernel version should I be looking for?

                      R 1 Reply Last reply May 20, 2024, 8:04 PM Reply Quote 0
                      • R
                        rodluz Developer @Kureebow
                        last edited by May 20, 2024, 8:04 PM

                        @Kureebow Kernel version 6.1.63 is the one with changes for UFS. You can try updating the kernel on its own first.

                        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
                        • K
                          Kureebow @Kureebow
                          last edited by May 22, 2024, 5:53 PM

                          @Kureebow Kernel Update resolved the issue. Thank you JJ Fullmer for the assistance!

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

                          236

                          Online

                          12.0k

                          Users

                          17.3k

                          Topics

                          155.2k

                          Posts
                          Copyright © 2012-2024 FOG Project