• 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
84 Posts 4 Posters 95.3k Views
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.
  • S
    Sebastian Roth Moderator
    last edited by Sebastian Roth Nov 3, 2015, 3:32 PM Nov 3, 2015, 9:27 PM

    @drc0nc No, errors won’t be in any log file AFAIK. Only on screen.

    Have you tried other iPXE binaries? There are different ones coming with FOG. Change your DHCP settings to point to undionly.kkpxe (double ‘k’) or ipxe.pxe/kpxe/kkpxe and see if it makes any difference.

    Or should we try booting iPXE via CD/USB and load the kernel from there? I remember that some time ago it was impossible to boot iPXE over network on Mac OS X clients. Everyone just booted those via CD/USB. Has been fixed now for a while but maybe your HP books are also causing some kind of weird issue when booting iPXE over network. It’s pretty late here and I can’t go into the details of compiling iPXE just now. But you can try generating a USB/ISO file yourself online: https://rom-o-matic.eu/

    Select Advanced, USB or ISO, NIC type: undionly, PXE_STACK, IMAGE_BZIMAGE, CONSOLE_FRAMEBUFFER and the following three lines as embedded script:

    #!ipxe
    dhcp
    shell
    

    When you get to the iPXE shell you can issue different commands. For example loading kernel/initrd to boot (untested - so might have minor typos in it):

    kernel bzImage loglevel=7 debug initrd=init.xz root=/dev/ram0 rw ramdisk_size=127000
    imgfetch init.xz
    boot
    

    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 1
    • S
      Sebastian Roth Moderator
      last edited by Nov 6, 2015, 10:45 PM

      @drc0nc Any new on this? I’d really love to see this working!

      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 Nov 9, 2015, 10:42 PM Reply Quote 0
      • D
        drc0nc @Sebastian Roth
        last edited by Nov 9, 2015, 10:42 PM

        @Sebastian-Roth Sorry, I haven’t tried booting iPXE via USB yet. But I have tried all the other pxe binaries through the network. It all comes to the same result. It just likes to turn the nic off and hang right after init.xz

        1 Reply Last reply Reply Quote 0
        • S
          Sebastian Roth Moderator
          last edited by Sebastian Roth Nov 9, 2015, 5:30 PM Nov 9, 2015, 11:29 PM

          @drc0nc We were just able to get some UEFI enabled devices up and running. See here: https://forums.fogproject.org/topic/6092/cannot-boot-into-fog-menu-in-uefi-mode

          You might try updating to the latest trunk and see if this works for you as well. Enable UEFI and use ipxe.efi…

          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 2 Replies Last reply Nov 10, 2015, 5:06 PM Reply Quote 0
          • D
            drc0nc @Sebastian Roth
            last edited by Nov 10, 2015, 5:06 PM

            @Sebastian-Roth awesome, will try today and will let you know!

            1 Reply Last reply Reply Quote 0
            • D
              drc0nc @Sebastian Roth
              last edited by Nov 10, 2015, 5:25 PM

              @Sebastian-Roth Holy cow! that let me boot past init.xz!!! Now I’m getting the error Cannot find HDD on system when running host reg

              1 Reply Last reply Reply Quote 0
              • D
                drc0nc
                last edited by Nov 10, 2015, 5:28 PM

                WP_20151110_002.jpg

                1 Reply Last reply Reply Quote 0
                • D
                  drc0nc
                  last edited by Nov 10, 2015, 6:09 PM

                  i followed this also https://wiki.fogproject.org/wiki/index.php/BIOS_and_UEFI_Co-Existence

                  T 1 Reply Last reply Nov 10, 2015, 6:15 PM Reply Quote 0
                  • T
                    Tom Elliott @drc0nc
                    last edited by Nov 10, 2015, 6:15 PM

                    @drc0nc oh damn it.

                    Let me guess, it isn’t working at all and you’re running kernel 4.3.0?

                    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 Nov 10, 2015, 7:18 PM Reply Quote 0
                    • D
                      drc0nc @Tom Elliott
                      last edited by Nov 10, 2015, 7:18 PM

                      @Tom-Elliott lol yea, latest svn and kernel 4.3.0 I’m not sure as to why it’s not seeing a HDD
                      btw thanks for all the help so far and have a good veterans day Tom, I’m also a vet

                      1 Reply Last reply Reply Quote 0
                      • T
                        Tom Elliott
                        last edited by Nov 10, 2015, 7:37 PM

                        Can you change the Kernel out to the 4.2.3 variant?

                        I’ll recompile the 4.3.0 kernel so the RPMBD issue is fixed for the mmc devices.

                        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 Nov 10, 2015, 7:39 PM Reply Quote 0
                        • D
                          drc0nc @Tom Elliott
                          last edited by drc0nc Nov 10, 2015, 1:50 PM Nov 10, 2015, 7:39 PM

                          @Tom-Elliott will do, same problem… (why is the image upside down lol?) WP_20151110_007.jpg

                          1 Reply Last reply Reply Quote 0
                          • D
                            drc0nc
                            last edited by Nov 10, 2015, 7:53 PM

                            update, this is what it shows if I ignore WP_20151110_008.jpg

                            1 Reply Last reply Reply Quote 0
                            • S
                              Sebastian Roth Moderator
                              last edited by Nov 10, 2015, 9:06 PM

                              Looks pretty good to me. To make this work you need to set “Host Primary Disk” to ‘/dev/mmcblk0’ (without the quotes!) in the host settings of this particular host. Please give it a try and see if you can upload an image…

                              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 Nov 10, 2015, 10:17 PM Reply Quote 2
                              • D
                                drc0nc @Sebastian Roth
                                last edited by Nov 10, 2015, 10:17 PM

                                @Sebastian-Roth YES! It’s currently pulling an image, I had to set it to do a multiple partition disk non re-sizable… I’ll update you guys if I can deploy it after it completes the pull

                                Thanks again to all that helped!

                                1 Reply Last reply Reply Quote 1
                                • D
                                  drc0nc
                                  last edited by Nov 10, 2015, 11:44 PM

                                  I got an image to successfully deploy! Now about 60 more to go!

                                  Wayne WorkmanW 1 Reply Last reply Nov 11, 2015, 12:10 AM Reply Quote 0
                                  • Wayne WorkmanW
                                    Wayne Workman @drc0nc
                                    last edited by Nov 11, 2015, 12:10 AM

                                    @drc0nc Can you please let us know exactly what boot file you’re using, what kernel version, what kernel arguments, and what you put in the host disk fields? Basically anything specific to this device.

                                    We need to put this information into the WiKi under the working hardware lists for others to benefit from.

                                    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!
                                    Daily Clean Installation Results:
                                    https://fogtesting.fogproject.us/
                                    FOG Reporting:
                                    https://fog-external-reporting-results.fogproject.us/

                                    D 1 Reply Last reply Nov 12, 2015, 1:20 PM Reply Quote 0
                                    • D
                                      drc0nc @Wayne Workman
                                      last edited by drc0nc Nov 30, 2015, 2:51 PM Nov 12, 2015, 1:20 PM

                                      @Wayne-Workman Alright, here’s the specs and I hope it will help people with their HP’s
                                      Fog version: svn 5293
                                      Boot file:ipxe.efi
                                      Kernel: 4.2.3 (4.3.0 wasn’t working at the time for this specific problem)
                                      Kernel arg: has_usb_nic=1
                                      Host disk: /dev/mmcblk0 (this was important, fog wasn’t recognizing the HDD unless this was valid.)
                                      Using an Ethernet to usb adapter that has an ASIX AX88772B in it.

                                      1 Reply Last reply Reply Quote 2
                                      • Wayne WorkmanW
                                        Wayne Workman
                                        last edited by Wayne Workman Nov 25, 2015, 11:43 PM Nov 12, 2015, 8:32 PM

                                        hash tagging this so I can find it later for addition to the wiki.
                                        EDIT: Added

                                        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!
                                        Daily Clean Installation Results:
                                        https://fogtesting.fogproject.us/
                                        FOG Reporting:
                                        https://fog-external-reporting-results.fogproject.us/

                                        1 Reply Last reply Reply Quote 1
                                        • Wayne WorkmanW
                                          Wayne Workman
                                          last edited by Nov 26, 2015, 5:44 AM

                                          Added to the WkKi’s working hardware list here: https://wiki.fogproject.org/wiki/index.php/WorkingDevices

                                          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!
                                          Daily Clean Installation Results:
                                          https://fogtesting.fogproject.us/
                                          FOG Reporting:
                                          https://fog-external-reporting-results.fogproject.us/

                                          1 Reply Last reply Reply Quote 1
                                          • 1
                                          • 2
                                          • 3
                                          • 4
                                          • 5
                                          • 2 / 5
                                          • First post
                                            Last post

                                          181

                                          Online

                                          12.4k

                                          Users

                                          17.4k

                                          Topics

                                          155.9k

                                          Posts
                                          Copyright © 2012-2025 FOG Project