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

    Fog 1.1.2 Cannot Upload - Stuck on Using Hard Disk: /dev/sda

    Scheduled Pinned Locked Moved
    FOG Problems
    10
    25
    18.9k
    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.
    • x23piracyX
      x23piracy
      last edited by

      Hi,

      will not help but…
      i have a T430s but with 180GB Intel SSD with FOG SVN 2040 Trunk, and it works.

      Regards X23

      ║▌║█║▌│║▌║▌█

      1 Reply Last reply Reply Quote 0
      • C
        Chris Sodey
        last edited by

        [quote=“x23piracy, post: 32937, member: 3982”]Hi,

        will not help but…
        i have a T430s but with 180GB Intel SSD with FOG SVN 20240 Trunk, and it works.

        Regards X23[/quote]

        X23,
        What is a FOG SVN 20240 Trunk?

        1 Reply Last reply Reply Quote 0
        • x23piracyX
          x23piracy
          last edited by

          [url]https://svn.code.sf.net/p/freeghost/code/trunk[/url]
          latest is 2043 now.

          ║▌║█║▌│║▌║▌█

          1 Reply Last reply Reply Quote 0
          • D
            Der Baron
            last edited by

            Having the same issue, have you figured anything out Chris?

            1 Reply Last reply Reply Quote 0
            • Jaymes DriverJ
              Jaymes Driver Developer
              last edited by

              [quote=“Der Baron, post: 33245, member: 25074”]Having the same issue, have you figured anything out Chris?[/quote]

              Did you try the reported fix by updating to the latest SVN?

              WARNING TO USERS: My comments are written completely devoid of emotion, do not mistake my concise to the point manner as a personal insult or attack.

              1 Reply Last reply Reply Quote 0
              • D
                Der Baron
                last edited by

                How do you update to the latest SVN? Still pretty new at this. Thanks for the help

                1 Reply Last reply Reply Quote 0
                • JunkhackerJ
                  Junkhacker Developer
                  last edited by

                  [url]http://www.fogproject.org/wiki/index.php/SVN[/url]

                  signature:
                  Junkhacker
                  We are here to help you. If you are unresponsive to our questions, don't expect us to be responsive to yours.

                  1 Reply Last reply Reply Quote 0
                  • D
                    Der Baron
                    last edited by

                    Just type that into terminal?

                    1 Reply Last reply Reply Quote 0
                    • JunkhackerJ
                      Junkhacker Developer
                      last edited by

                      [quote=“Der Baron, post: 33274, member: 25074”]Just type that into terminal?[/quote]

                      yes, these are commands to run on the server

                      signature:
                      Junkhacker
                      We are here to help you. If you are unresponsive to our questions, don't expect us to be responsive to yours.

                      1 Reply Last reply Reply Quote 0
                      • D
                        Der Baron
                        last edited by

                        Is there a way to access terminal from [url]http://fog/fog?[/url]

                        1 Reply Last reply Reply Quote 0
                        • JunkhackerJ
                          Junkhacker Developer
                          last edited by

                          no, if you need a program to remote into the server, try putty

                          signature:
                          Junkhacker
                          We are here to help you. If you are unresponsive to our questions, don't expect us to be responsive to yours.

                          1 Reply Last reply Reply Quote 0
                          • D
                            Der Baron
                            last edited by

                            This didn’t fix the issue. Still stuck at the Dev/Sda screen. Once I press enter it closes out and says there are no active tasks. Any other ideas?

                            1 Reply Last reply Reply Quote 0
                            • D
                              Der Baron
                              last edited by

                              Using Optiplex 3010 and having the same issue with the Optiplex 3020

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

                                [code]svn co https://svn.code.sf.net/p/freeghost/code/trunk
                                cd trunk/bin
                                ./installfog.sh[/code]

                                Use the above code to download a new “svn” folder if you’ve never done so before. If you’ve done this already run the following to update:
                                [code]cd trunk
                                svn up
                                cd bin
                                ./installfog.sh[/code]

                                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
                                • JunkhackerJ
                                  Junkhacker Developer
                                  last edited by

                                  one of my dedicated test boxes is an Optiplex 3020. they work perfectly with fog. what exactly is your issue?

                                  signature:
                                  Junkhacker
                                  We are here to help you. If you are unresponsive to our questions, don't expect us to be responsive to yours.

                                  1 Reply Last reply Reply Quote 0
                                  • F
                                    Frank D.
                                    last edited by

                                    I also got multiple Optiplex 3020. The ones with a normal HDD are working like a charm with FOG (1.2.0).
                                    But we also got some Optiplex 3020 with a 128GH SanDisk SSD (straight from Dell), and uploading an image on this type of 3020 is not possible. The task keeps hanging on : "Using Hard Disk /dev/sda ", and nothing further happens (same problem as topic).

                                    Anybody got an idea? I’ve tried almost every kernel available. Image is a Windows 7 enterprise image.

                                    Grtz Frank.

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

                                      It’s not a kernel problem causing issues. Rather, it seems to me, more likely that SSD’s are requiring GPT structures to operate, where normal HDD’s can use either MBR or GPT partitioning schemes.

                                      If you’d be willing, you can create an upload - debug task and when at the “command prompt” type fixparts. Write any changes it suggests, and once complete, run fog to upload the image.

                                      Hopefully this will help you out, but I don’t know right now. I don’t have any ssd disks to test against.

                                      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
                                      • JunkhackerJ
                                        Junkhacker Developer
                                        last edited by

                                        as of late, most of my testing has been done with an Optiplex 3020 with a SSD from crucial or the 500GB HD from dell, both have worked without problems. just thought i would mention this so that it would be known that if the problem is specific to SSD’s, it’s not all SSD’s that have the problem.

                                        signature:
                                        Junkhacker
                                        We are here to help you. If you are unresponsive to our questions, don't expect us to be responsive to yours.

                                        1 Reply Last reply Reply Quote 0
                                        • F
                                          Frank D.
                                          last edited by

                                          Thanks for your support Tom! We’ve imaged HP computers with a Kingston SSD before, so we know Fog works with SSD.
                                          I’ve done the upload-debug option, en fixed MBR issues with fixparts.

                                          Upload now works fine! Hope after this Windows stills boots 🙂
                                          Thanks again for your help!

                                          1 Reply Last reply Reply Quote 0
                                          • S
                                            Steven B
                                            last edited by

                                            [quote=“Frank D., post: 36429, member: 26015”]I also got multiple Optiplex 3020. The ones with a normal HDD are working like a charm with FOG (1.2.0).
                                            But we also got some Optiplex 3020 with a 128GH SanDisk SSD (straight from Dell), and uploading an image on this type of 3020 is not possible. The task keeps hanging on : "Using Hard Disk /dev/sda ", and nothing further happens (same problem as topic).

                                            Anybody got an idea? I’ve tried almost every kernel available. Image is a Windows 7 enterprise image.

                                            Grtz Frank.[/quote]
                                            check the bois. I make the other dives not discoverable and it should work.

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

                                            243

                                            Online

                                            12.1k

                                            Users

                                            17.3k

                                            Topics

                                            155.4k

                                            Posts
                                            Copyright © 2012-2024 FOG Project