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

    Working UL, Cannot DL Fujitsu

    Scheduled Pinned Locked Moved
    FOG Problems
    3
    14
    3.6k
    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.
    • E
      Eamon
      last edited by

      Hi all, i’ve been using Fog for quite a while but im now getting compatibility issues on a HDD for a Fujitsu E420.

      I’ve managed to upload it fine, but when i deploy it gets as far as “Checking Hard Disks” and then it displays the attached screenshot.

      I’ve tried various kernels, but they have all failed the compatibility check.

      Any suggestions?
      Many Thanks.

      [url=“/_imported_xf_attachments/0/604_fog HDD error.jpg?:”]fog HDD error.jpg[/url]

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

        If you’re trying to mount it try:

        ntfs-3g -o force,rw /dev/sda1 /ntfs

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

          What version of fog? What kernel?

          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
          • E
            Eamon
            last edited by

            When i use “ntfs-3g -o force,rw /dev/sda1 /ntfs” i get a message saying 'ntfs-3g-mount: failed to access mountpoint /ntfs: no such file or directory.

            I used g-parted to create an ntfs partition, but i noticed g-pated see’s the drive as /dev/sda. When i use “ntfs-3g -o force,rw /dev/sda /ntfs” i get a message saying The device /dev/sda doesnt seem to have a valid NTFS, maybe wrong device is used?

            Im using Fog version 0.32 and kernel is one of your i believe, originally called bzImageCORE (5.7mb) although i have tried a few other kernels too.

            Many Thanks,

            Eamon

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

              type
              mkdir /ntfs
              then
              ntfs-3g -o force,rw /dev/sda1 /ntfs

              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
              • E
                Eamon
                last edited by

                Hi Tom, i used the above commands and it accepted them without error this time but still errors and restarts after Check Hard Drives.

                1 Reply Last reply Reply Quote 0
                • E
                  Eamon
                  last edited by

                  *Checking Hard Drive

                  1 Reply Last reply Reply Quote 0
                  • B
                    BPSTravis Developer
                    last edited by

                    I may be a little late to the party but is it possible that the hdd is bad?

                    [SIZE=12px]signature:[/SIZE]
                    [QUOTE]I think I know things, but I really don't. You shouldn't follow any advice I give. - BPSTravis[/QUOTE]

                    1 Reply Last reply Reply Quote 0
                    • E
                      Eamon
                      last edited by

                      i just tested a different one (we have 30 of them) and that does the same thing. bah.

                      1 Reply Last reply Reply Quote 0
                      • B
                        BPSTravis Developer
                        last edited by

                        Have you tried completely wiping the hdd, removing all partitions then installing just windows to see if it will even upload that?

                        If you are using the factory partitions they can be a nightmare some times.

                        At least this way we can eliminate the hdd/formatting being the issue.

                        [SIZE=12px]signature:[/SIZE]
                        [QUOTE]I think I know things, but I really don't. You shouldn't follow any advice I give. - BPSTravis[/QUOTE]

                        1 Reply Last reply Reply Quote 0
                        • E
                          Eamon
                          last edited by

                          Yea i’ve noticed partitions can be a pain, especially gpt tables from old win8 downgraded to win7 hard drives.

                          I completely wiped and re-partitioned one of them and made 2 images and uploaded them perfectly fine. One image with sysprep and one without, but i cant seem to bring either of the images back down again.

                          1 Reply Last reply Reply Quote 0
                          • B
                            BPSTravis Developer
                            last edited by

                            I’m assuming you’ve tried turning disabling UEFI in the bios?

                            Secure boot is also off correct? if it’s windows 7 it should be, but just to be safe.

                            [SIZE=12px]signature:[/SIZE]
                            [QUOTE]I think I know things, but I really don't. You shouldn't follow any advice I give. - BPSTravis[/QUOTE]

                            1 Reply Last reply Reply Quote 0
                            • E
                              Eamon
                              last edited by

                              Yes, bios setting are correct. I just noticed something strange though, when i get a new E420 and boot into fog and check compatibility the hard drive passes, but if i register it and then check, it fails…

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

                                What?

                                If it passed the first time, but not the second, then something would possibly be wonky within the BIOS is my guess. There’s no changes made to the system or kernel during the registration phase.

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

                                301

                                Online

                                12.0k

                                Users

                                17.3k

                                Topics

                                155.2k

                                Posts
                                Copyright © 2012-2024 FOG Project