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

HP Stream 11 pro

Scheduled Pinned Locked Moved Solved
Hardware Compatibility
4
84
73.3k
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.
  • T
    Tom Elliott
    last edited by Dec 18, 2015, 8:41 PM

    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 Dec 19, 2015, 12:05 AM Reply Quote 0
    • S
      Sebastian Roth Moderator @Tom Elliott
      last edited by Dec 19, 2015, 12:05 AM

      @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

      T 1 Reply Last reply Dec 19, 2015, 12:19 AM Reply Quote 0
      • T
        Tom Elliott @Sebastian Roth
        last edited by Dec 19, 2015, 12:19 AM

        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 Dec 19, 2015, 11:41 AM

          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
          • D
            drc0nc
            last edited by drc0nc Jan 4, 2016, 12:56 PM Jan 4, 2016, 6:55 PM

            @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.

            T 1 Reply Last reply Jan 5, 2016, 1:32 AM Reply Quote 0
            • T
              Tom Elliott @drc0nc
              last edited by Jan 5, 2016, 1:32 AM

              @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

              D 1 Reply Last reply Jan 5, 2016, 4:42 PM Reply Quote 1
              • D
                drc0nc @Tom Elliott
                last edited by drc0nc Jan 6, 2016, 8:38 AM Jan 5, 2016, 4:42 PM

                @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
                • D
                  drc0nc
                  last edited by drc0nc Feb 5, 2016, 11:13 AM Feb 5, 2016, 5:10 PM

                  @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
                  • D
                    drc0nc
                    last edited by Feb 5, 2016, 7:02 PM

                    @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

                    T 1 Reply Last reply Feb 6, 2016, 8:48 PM Reply Quote 0
                    • T
                      Tom Elliott @drc0nc
                      last edited by Feb 6, 2016, 8:48 PM

                      @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
                      • T
                        Tom Elliott
                        last edited by Feb 6, 2016, 8:49 PM

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

                        187

                        Online

                        12.0k

                        Users

                        17.3k

                        Topics

                        155.2k

                        Posts
                        Copyright © 2012-2024 FOG Project