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

    Provisioning Raspberry Pis with FOG

    Scheduled Pinned Locked Moved
    General
    5
    25
    6.5k
    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.
    • JunkhackerJ
      Junkhacker Developer
      last edited by

      you can not boot ipxe on a pi.

      signature:
      Junkhacker
      We are here to help you. If you are unresponsive to our questions, don't expect us to be responsive to yours.

      george1421G 1 Reply Last reply Reply Quote 0
      • george1421G
        george1421 Moderator @Junkhacker
        last edited by

        @junkhacker Excellent, so then we can boot via USB into FOG??

        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!

        JunkhackerJ 1 Reply Last reply Reply Quote 0
        • JunkhackerJ
          Junkhacker Developer @george1421
          last edited by

          @george1421 the raspberry pi only supports booting from SD card.

          signature:
          Junkhacker
          We are here to help you. If you are unresponsive to our questions, don't expect us to be responsive to yours.

          george1421G D 2 Replies Last reply Reply Quote 0
          • george1421G
            george1421 Moderator @Junkhacker
            last edited by george1421

            @junkhacker well that is not helpful (the Pi not you). I do have a pi 2 running fog but its been several years since I set it up. I do remember copying the image file from my linux system to the micro sd card to load the OS. I never checked to see if the Pi could pxe or usb boot.

            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!

            1 Reply Last reply Reply Quote 0
            • D
              danteHaversham @Junkhacker
              last edited by

              @junkhacker That’s not the case - it’s possible to boot the Pi via network.

              JunkhackerJ george1421G 2 Replies Last reply Reply Quote 0
              • JunkhackerJ
                Junkhacker Developer @danteHaversham
                last edited by

                @dantehaversham without a bootloader on a SD card? i’d love to see proof of this.

                signature:
                Junkhacker
                We are here to help you. If you are unresponsive to our questions, don't expect us to be responsive to yours.

                D 1 Reply Last reply Reply Quote 0
                • george1421G
                  george1421 Moderator @danteHaversham
                  last edited by

                  @dantehaversham Excellent can you show us the setting in the firmware. Also we probably should understand what Pi you are using.

                  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!

                  george1421G 1 Reply Last reply Reply Quote 0
                  • george1421G
                    george1421 Moderator @george1421
                    last edited by

                    @george1421 I was personally thinking that it should support network booting, because I have seen projects where they created a supercomputer out of Pi nodes. But I never looked into the mechanics of the super computer.

                    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!

                    D 1 Reply Last reply Reply Quote 0
                    • D
                      danteHaversham @Junkhacker
                      last edited by

                      @junkhacker My Pi downloads the bootloader via TFTP and then mounts the OS via NFS. So no SD-Card needed. But I’m looking for a solution to provide the Rasp-Image to SD-Cards via network. So I thought maybe FOG could solve my problem

                      JunkhackerJ 1 Reply Last reply Reply Quote 0
                      • JunkhackerJ
                        Junkhacker Developer @danteHaversham
                        last edited by

                        @dantehaversham perhaps my information about the pi is outdated, but how do you choose the boot volume? there is no cmos or bios like system on a pi, is there?

                        signature:
                        Junkhacker
                        We are here to help you. If you are unresponsive to our questions, don't expect us to be responsive to yours.

                        1 Reply Last reply Reply Quote 0
                        • D
                          danteHaversham @george1421
                          last edited by

                          @george1421 Yep - but you have to do a little reconfiguration.

                          https://www.raspberrypi.org/documentation/hardware/raspberrypi/bootmodes/net.md

                          The process of making a Pi bootable via network is well documentated.

                          I’m using a Raspberry Pi 3 Model B.

                          JunkhackerJ george1421G 2 Replies Last reply Reply Quote 0
                          • JunkhackerJ
                            Junkhacker Developer @danteHaversham
                            last edited by

                            @dantehaversham ah, just looked it up as well. it’s model pi 3 only. looks like i need to buy some more pi lol

                            signature:
                            Junkhacker
                            We are here to help you. If you are unresponsive to our questions, don't expect us to be responsive to yours.

                            D 1 Reply Last reply Reply Quote 0
                            • D
                              danteHaversham @Junkhacker
                              last edited by

                              @junkhacker yes - with model 3 it’s possible without having a sd-card in use.

                              JunkhackerJ 1 Reply Last reply Reply Quote 0
                              • JunkhackerJ
                                Junkhacker Developer @danteHaversham
                                last edited by Junkhacker

                                @dantehaversham just read some of the documentation on network booting the pi. it should be possible to get this working with fog, actually. with exceptions. it would be able to push images down, but without the finesse that we do on PCs. the ipxe menu systems and dynamic configuration parts wouldn’t work.

                                signature:
                                Junkhacker
                                We are here to help you. If you are unresponsive to our questions, don't expect us to be responsive to yours.

                                1 Reply Last reply Reply Quote 1
                                • george1421G
                                  george1421 Moderator @danteHaversham
                                  last edited by

                                  @dantehaversham OK now that we know the Pi3 can pxe boot. What I want you to do is this.

                                  1. Manually register the hardware mac of the network adapter.
                                  2. Schedule a debug deploy or capture task. It doesn’t matter which because we are going into debug mode. When you schedule the task be sure to check the debug check box.
                                  3. PXE boot the Pi3.
                                  4. After a few key presses on the pi’s keyboard you will be dropped to a linux command prompt.
                                  5. At the linux command prompt we need to collect a few bits of into.

                                  Data to collect

                                  1. ip addr show ensure the Pi is getting an IP address in FOS
                                  2. lsblk collect what FOS sees for disks

                                  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!

                                  1 Reply Last reply Reply Quote 0
                                  • Wayne WorkmanW
                                    Wayne Workman
                                    last edited by

                                    I think all the PXE binaries and FOS need compiled for ARM for this to work??

                                    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/

                                    george1421G 1 Reply Last reply Reply Quote 1
                                    • george1421G
                                      george1421 Moderator @Wayne Workman
                                      last edited by

                                      @wayne-workman Ugh, good point. I was only thinking ia86 compatible.

                                      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!

                                      Wayne WorkmanW 1 Reply Last reply Reply Quote 0
                                      • Wayne WorkmanW
                                        Wayne Workman @george1421
                                        last edited by

                                        @george1421 Right, and then there’s the problem of DHCP giving out the right binary, and that binary requesting the right kernel and init.

                                        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/

                                        JunkhackerJ 1 Reply Last reply Reply Quote 2
                                        • JunkhackerJ
                                          Junkhacker Developer @Wayne Workman
                                          last edited by

                                          further reading on the new network boot option for the raspberry pi 3 makes me think that it can not be easily made to work with fog. Broadcom is not releasing the source for the network boot files.

                                          signature:
                                          Junkhacker
                                          We are here to help you. If you are unresponsive to our questions, don't expect us to be responsive to yours.

                                          Wayne WorkmanW george1421G 2 Replies Last reply Reply Quote 0
                                          • Wayne WorkmanW
                                            Wayne Workman @Junkhacker
                                            last edited by

                                            @junkhacker said in Provisioning Raspberry Pis with FOG:

                                            Broadcom is not releasing the source for the network boot files.

                                            Broadcom just lost brownie points in the open-source world…

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

                                            149

                                            Online

                                            12.0k

                                            Users

                                            17.3k

                                            Topics

                                            155.2k

                                            Posts
                                            Copyright © 2012-2024 FOG Project