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

    HP Stream 11 pro

    Scheduled Pinned Locked Moved Solved
    Hardware Compatibility
    4
    84
    72.7k
    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.
    • drc0ncD
      drc0nc @Tom Elliott
      last edited by drc0nc

      @Tom-Elliott @Wayne-Workman @Sebastian-Roth Here is just a snapshot of a debug capture task. http://i.imgur.com/m2l2Nfo.jpg (sorry but chrome was giving me problems uploading into the forum.)
      I will post info once the capture is done and I’m deploying an image.
      It’s working so far with the inits I got from Tom.

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

        @drc0nc Is this good or bad?

        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

        drc0ncD 1 Reply Last reply Reply Quote 1
        • drc0ncD
          drc0nc @Tom Elliott
          last edited by

          @Tom-Elliott It pulled an image just fine. When I go to deploy this is what happens http://i.imgur.com/Hbw7LL3.jpg

          If i use the

          echo 0 > /sys/block/mmcblk0boot0/force_ro
          echo 0 > /sys/block/mmcblk0boot1/force_ro
          

          and run a debug deploy this is what happens
          http://i.imgur.com/YlxKwGY.jpg

          It can capture just fine, deploying is having a problem (looks like a syntax issue?)

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

            Teamviewer?

            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

            drc0ncD 1 Reply Last reply Reply Quote 0
            • drc0ncD
              drc0nc @Tom Elliott
              last edited by drc0nc

              @Tom-Elliott sure thing

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

                Remoted in and found a few more deploy bugs, but I think we finally got them worked out.

                It appears that the mmcblk#boot# parts are not parts, but disks in their own right.

                Because of this, I have removed the read/write code (commented really) and am not iterating through these disks in any manner.

                I suppose if you wanted to, you could down the road but I would highly recommend against it.

                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

                S 1 Reply Last reply Reply Quote 0
                • S
                  Sebastian Roth Moderator @Tom Elliott
                  last edited by

                  @Tom-Elliott said:

                  It appears that the mmcblk#boot# parts are not parts, but disks in their own right.

                  Because of this, I have removed the read/write code (commented really) and am not iterating through these disks in any manner.

                  Sounds interesting but I don’t really get what you mean by that Tom. Would you mind explaining this a bit more? From what I saw in earlier posts it seamed like mmcblk#boot# partitions where no problem if read only was disabled. But maybe I am wrong?!

                  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

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

                    The mmcblk#boot# are the disks, while the mmcblk#boot#p# are the partitions of those disks.

                    The problem occurs in that these boot volumes are incredibly tiny. However, the mbr that get’s written is not always appropriate for the volume. (Maybe somebody else can take that approach on?)

                    I ask because the boot partitions on these are not designed to be the same methods as you foresee on a typical volume layout. Perhaps there’s a reason they’re started in Read only to begin with? I’m guessing something along the lines of nand or something in a a similar fashion.

                    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
                    • S
                      Sebastian Roth Moderator
                      last edited by

                      Ohh, now I see. Have been sitting on my eye balls I suppose. You are right mmcblk#boot# are disks, not partitions. Started a new discussion on device enumeration here: https://forums.fogproject.org/topic/6372/enumerating-disks-and-partitions

                      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
                      • drc0ncD
                        drc0nc
                        last edited by drc0nc

                        @tom-elliott
                        I’ve updated fog to 5844 (still using Toms’ inits.) the image is setup as windows 8.1 and using option 2 for type (multiple part single disk) and when I created a simple upload task on a new image it’ll pull an image like this:

                        mmcblk0 will pull a full RAW rip (~39GB)
                        then it’ll continue using partclone for each “partition” ex: mmcblk0p1
                        each one being its respective sizes.

                        I feel that the first step of pulling a raw image is unnecessary. or is there a way i can skip it? I’ll update this as soon as it’s finished pulling the image and I deploy it.

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

                          @drc0nc I have found and fixed this issue on my server. It was related that the getPartitions function was only checking if the device passed ended in a number. While this works for older style disks (/dev/{h,s}d[a-z]), it doesn’t work for disks ending with a number itself. This should now be corrected for.

                          Please test, if you can, and let me know?

                          Thank you

                          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

                          drc0ncD 1 Reply Last reply Reply Quote 1
                          • drc0ncD
                            drc0nc @Tom Elliott
                            last edited by drc0nc

                            @Tom-Elliott Ok! I’ll test today and update.
                            EDIT: It worked, the init skipped the main block and went to the partitions and pulls images just fine.

                            1 Reply Last reply Reply Quote 0
                            • drc0ncD
                              drc0nc
                              last edited by drc0nc

                              @Sebastian-Roth @tom-elliott New issues with enabling write cache. I can pull images fine still. Just not deploy.
                              stream

                              1 Reply Last reply Reply Quote 0
                              • drc0ncD
                                drc0nc
                                last edited by

                                @Wayne-Workman @Tom-Elliott @Sebastian-Roth
                                I’m not sure why but I cant get the debug deploy or capture to load up…
                                also, still having issues with deploying. I can capture just fine (not debug capture though)
                                alt text

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

                                  @drc0nc I’ve marked this thread as solved as we were able to getting his working again. I had some relatively minor things that needed to be corrected and through teamviewer and a little time I figured out what the problem was. Hopefully this means the systems are bootable but I do know the system was taking the image and we already knew the system was able to upload.

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

                                    Sort of a side note but advanced task debug download/upload should also now work properly.

                                    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
                                    • 2
                                    • 3
                                    • 4
                                    • 5
                                    • 4 / 5
                                    • First post
                                      Last post

                                    177

                                    Online

                                    12.0k

                                    Users

                                    17.3k

                                    Topics

                                    155.2k

                                    Posts
                                    Copyright © 2012-2024 FOG Project