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

HP Z640 - NVME PCI-E Drive

Scheduled Pinned Locked Moved Solved
Hardware Compatibility
7
75
46.1k
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.
  • J
    JJ Fullmer Testers @Sebastian Roth
    last edited by JJ Fullmer Dec 14, 2015, 11:22 AM Dec 14, 2015, 5:21 PM

    @Sebastian-Roth I just tested with a resizable image to no avail. I got some error messages. It looks like some numbering didn’t quite work as expected. Mainly when it is searching for /dev/nvme0n1p instead of /dev/nvme0n1p1 and when it tries to find the image file named d1pp1.img instead of d1p1.img

    0_1450113525595_1.jpg

    0_1450113530929_2.jpg

    0_1450113545048_3.jpg

    My apologies that some of these pictures have duplicate information, this happened twice I was just ready with the camera the second time since it happened so fast.

    I am currently uploading a non-resizable version of that image to test that idea. I should be able to post results on that test in like 10 minutes or so.

    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 1
    • J
      JJ Fullmer Testers @Sebastian Roth
      last edited by Dec 14, 2015, 5:29 PM

      @Sebastian-Roth Similar problem with a non-resizable disk, it doesn’t seem to add a 1 at the end of /dev/nvme0n1p
      I’m going to do a debug session and see if the lsblk is any different from before and such. Let me know if there’s any other information you need. I’m here to help 😃

      0_1450114007738_IMG_20151214_102413.jpg

      On a side note, I did take out the primary hard disk specification and ran a hardware inventory and it found the hard drive just fine on its own. It didn’t get a harddrive manufacturer, model, or s/n but it knows it exist now. Yay progress!

      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 1
      • J
        JJ Fullmer Testers
        last edited by Dec 14, 2015, 5:43 PM

        Here’s the information from the debug session with the new init. Looks mostly the same. I’m going to try installing windows with default partitions the old fashioned way and I’ll see if image capture works by chance.

        0_1450114900061_vardump.jpg

        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 1
        • J
          JJ Fullmer Testers
          last edited by Dec 14, 2015, 8:00 PM

          So here’s some good news, image capture works!
          I did just a default multiple partition install of windows and it uploaded no problem.
          I had still set the host primary disk to /dev/nvme0n1 in the gui.
          I’m going to try re-downloading the image to the same computer
          Then I’ll try to downloading the image I actually need on it that is single disk resizable.

          Thanks for all the help thus far.

          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 1
          • J
            JJ Fullmer Testers
            last edited by Dec 14, 2015, 8:08 PM

            So downloading a multi-partition image that was uploaded from an nvme drive works on an nvme drive. But I can’t download one that was made before I updated the init
            I’m going to try uploading and downloading a resizable image and then I’ll also try reuploading my main image to see if uploading it using the new init makes some sort of difference.

            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 1
            • S
              Sebastian Roth Moderator
              last edited by Dec 14, 2015, 8:19 PM

              @Arrowhead-IT Thanks for testing and reporting. Tom has been working on this as well and I think that he’s going to update the official init files pretty soon.

              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

              J 1 Reply Last reply Dec 14, 2015, 8:56 PM Reply Quote 2
              • J
                JJ Fullmer Testers @Sebastian Roth
                last edited by Dec 14, 2015, 8:56 PM

                @Sebastian-Roth No problem. I’m happy to help.
                So I can’t upload a resizable image. It says
                “Problem opening /dev/nvme0n1p for reading”

                I’m going to try uploading my base image as a multi-partition and see if I can download that one.

                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 1
                • J
                  JJ Fullmer Testers
                  last edited by Dec 14, 2015, 9:15 PM

                  Well it only seems to work when it was uploaded from nvme drive. That’s kind of odd.

                  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

                  T 1 Reply Last reply Dec 14, 2015, 9:51 PM Reply Quote 1
                  • T
                    Tom Elliott @JJ Fullmer
                    last edited by Dec 14, 2015, 9:51 PM

                    @Arrowhead-IT said:

                    /dev/nvme0n1p

                    It would seem, to me, that the problem is the file @Sebastian-Roth used was not the most current. I’m going to rebuild the init’s with the edit’s I’ve done so far (along with what @Sebastian-Roth has done) and ask if you could test them?

                    I’ll have them uploaded to my website so there’s less confusion.

                    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

                    J 1 Reply Last reply Dec 14, 2015, 9:56 PM Reply Quote 2
                    • T
                      Tom Elliott
                      last edited by Dec 14, 2015, 9:56 PM

                      32 bit Init: https://mastacontrola.com/init_32.xz
                      64 bit Init: https://mastacontrola.com/init.xz

                      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

                      J 2 Replies Last reply Dec 14, 2015, 10:09 PM Reply Quote 2
                      • J
                        JJ Fullmer Testers @Tom Elliott
                        last edited by Dec 14, 2015, 9:56 PM

                        @Tom-Elliott I will gladly test them!
                        I’m currently trying the inits that came from the most recent btsync and they seem to be working too for the hardware inventory task anyway, haven’t tried an image yet.
                        Where are the new inits to test? Oh wait you posted while I was typing this, I’ll download those and give them a go right now.

                        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

                        T 1 Reply Last reply Dec 15, 2015, 10:40 AM Reply Quote 1
                        • J
                          JJ Fullmer Testers @Tom Elliott
                          last edited by Dec 14, 2015, 10:09 PM

                          @Tom-Elliott The first test I did was with a multi-disk image that I made from a vm and it went back to the behavior it did before where it acted like it was working but never gets into partclone.
                          I’ll do a debug session for that one since it happened to fast to snap a picture.

                          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 1
                          • T
                            Tom Elliott @JJ Fullmer
                            last edited by Dec 15, 2015, 10:40 AM

                            @Arrowhead-IT I’ve updated the inits on my server again.

                            I have not worked on the fog.upload script yet bet have updated the fog.download. I think we’re getting that much closer now as the download will no longer assume the partitions are in the form of disk + partition number. While disk + partition is typically viable for our /dev/sd* and /dev/hd* device locations it would not work so well on disks that end in numbers already ( such as nvme0n1 or what have 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

                            J 2 Replies Last reply Dec 15, 2015, 4:02 PM Reply Quote 1
                            • J
                              JJ Fullmer Testers @Tom Elliott
                              last edited by Dec 15, 2015, 4:02 PM

                              @Tom-Elliott I’m giving it a go now!

                              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 1
                              • J
                                JJ Fullmer Testers @Tom Elliott
                                last edited by Dec 15, 2015, 5:54 PM

                                @Tom-Elliott
                                Sorry that it took me so long, I kept getting distracted by some other stuff.
                                It’s Alive!
                                It Works!
                                Amazing!
                                You’re the best!

                                • I updated to the latest btsync (5750) (which seems to be newer than the latest git of 5748)
                                • Downloaded your inits from mastacontrola
                                • I also took out the host primary disk specification in the gui for gits and shiggles
                                • I tested download with the already existing single partition resizable base image.
                                • It worked perfectly!

                                I did a debug deploy so I can also confirm that all the variables are now correct…
                                0_1450201932288_IMG_20151215_103802.jpg

                                Shall I test a resizable and a not so unresizable upload?

                                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 2
                                • T
                                  Tom Elliott
                                  last edited by Dec 15, 2015, 6:03 PM

                                  You can try a resizable image sure. I’d really love to know if it is working, or is that what you’re saying? Download worked and you wanted to test 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 0
                                  • T
                                    Tom Elliott
                                    last edited by Dec 15, 2015, 6:05 PM

                                    I have not redone the upload file yet so I’m sure that is still broken. Because of that, until I get that far and have verification that it too is working, I will leave this thread unsolved (also as I haven’t updated the default init’s yet).

                                    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

                                    J 1 Reply Last reply Dec 15, 2015, 6:18 PM Reply Quote 0
                                    • J
                                      JJ Fullmer Testers @Tom Elliott
                                      last edited by JJ Fullmer Jan 6, 2016, 2:59 PM Dec 15, 2015, 6:18 PM

                                      @Tom-Elliott
                                      Ok I will test every which way just for funzies and report back by editing this post

                                      I won’t test the multiple disk images because I only have one disk in there right now. But I can add in a drive that would get recognized as /dev/sda and make sure it can image that combination if you want.

                                      Download
                                      Single Partition/Resizable - Working!
                                      Multiple Partition/Single Disk - Working!
                                      Multiple Partition/Multiple Disk - Working!

                                      Upload
                                      Single Partition/Resizable - Working! - a few error messages that don’t stop anything
                                      Multiple Partition/Single Disk - Working!
                                      Multiple Partition/Multiple Disk - Working!

                                      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 2
                                      • J
                                        JJ Fullmer Testers @Tom Elliott
                                        last edited by Dec 15, 2015, 6:46 PM

                                        @Tom-Elliott said:

                                        32 bit Init: https://mastacontrola.com/init_32.xz
                                        64 bit Init: https://mastacontrola.com/init.xz

                                        Just in case someone else is reading this and having the same problem and is new to fog and ipxe and what not…
                                        To test out this fix do this…

                                        cd /var/www/fog/service/ipxe
                                        sudo mv init.xz init.bck
                                        sudo mv init_32.xz init_32.bck
                                        wget https://mastacontrola.com/init.xz --no-check-certificate && wget https://mastacontrola.com/init_32.xz --no-check-certificate
                                        sudo chmod -R 775 ./
                                        

                                        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 2
                                        • S
                                          Sebastian Roth Moderator
                                          last edited by Dec 18, 2015, 9:18 AM

                                          @Arrowhead-IT Tom has just updated the unofficial inits on his server again. Re-worked download and improved upload a little more. See here: https://forums.fogproject.org/topic/6036/hp-stream-11-pro/65

                                          Please try those and let us know! Thanks in advance.

                                          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 18, 2015, 3:56 PM Reply Quote 2
                                          • 1
                                          • 2
                                          • 3
                                          • 4
                                          • 2 / 4
                                          2 / 4
                                          • First post
                                            37/75
                                            Last post

                                          140

                                          Online

                                          12.0k

                                          Users

                                          17.3k

                                          Topics

                                          155.2k

                                          Posts
                                          Copyright © 2012-2024 FOG Project