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

    IPXE - Could Not Start Download issue

    Scheduled Pinned Locked Moved
    FOG Problems
    4
    19
    5.6k
    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.
    • A
      Adam.E
      last edited by

      Hello,

      I have used Fog in the past with CentOS 6.5 and worked amazingly. Definitely saved me a ton of time. Well I was having issues with our network storage and nobody had answers. So my answer was to make a RAID 5 in a new Linux box!
      Well now I’m upgraded to CentOS 7 and know there were some issues with the install. I got through that and seems everything is working well.
      I set everything up on Fog’s end and now I’m trying to upload an image of a machine to it. When in boot it gives me an error (Could not start download: Operation not supported ([url]http://ipxe.org/3c092003[/url]). Not sure what the deal is with that. I am on the latest Fog version also. Any ideas what might be causing this? Thanks!

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

        When you say the “lastest FOG Version”, what exactly do you mean, what do you see in the cloud?

        What’s the exact error you’re seeing?

        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
        • A
          Adam.E
          last edited by

          I installed 1.2.0 today. I used the SVN command to get all of the latest and greatest stuff.
          [url]https://svn.code.sf.net/p/freeghost/code/tags/1.2.0/[/url]

          That error that I mentioned above is coming from the client machine during boot up into PXE.

          Unless I need to grab the tar.gz file from Sourceforge instead?
          [url]http://sourceforge.net/projects/freeghost/files/[/url]

          Thanks!

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

            If you want to install the latest and greatest, follow these instructions:
            [url]http://fogproject.org/wiki/index.php/Upgrade_to_trunk[/url]
            Otherwise you’re just installing 1.2.0 (hence the tags/1.2.0 part of the command)

            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
            • JunkhackerJ
              Junkhacker Developer
              last edited by

              since your installing via svn from the location [url]https://svn.code.sf.net/p/freeghost/code/tags/1.2.0/[/url],
              this is identical to the 1.2.0 release tar.gz file
              if you’re wanting the “true” latest and greatest, install from here svn://svn.code.sf.net/p/freeghost/code/trunk for the developer’s “work in progress”

              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
              • A
                Adam.E
                last edited by

                Alright, I’ll give that a shot.

                1 Reply Last reply Reply Quote 0
                • A
                  Adam.E
                  last edited by

                  This post is deleted!
                  1 Reply Last reply Reply Quote 0
                  • A
                    Adam.E
                    last edited by

                    Well I don’t need the bleeding edge release or anything. I’m just wondering why I’m getting the “Could not start download: Operation not supported” on the client machine I want to image. If the bleed edge server fixes that I’ll do this right now 🙂

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

                      I would say try the latest and greatest. You may have to uncheck the FOG_NEW_CLIENT after upgrading, but other than that all should work perfectly.

                      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
                      • A
                        Adam.E
                        last edited by

                        Alright sounds good. I’ll give that a try. Thank you for your help. I’ll let you know when I’m done. 🙂

                        1 Reply Last reply Reply Quote 0
                        • A
                          Adam.E
                          last edited by

                          Ok so I figured with this since I been going ham on the previous one I’d start fresh. Im on a fresh install of CentOS, did all of the updates and such. Went to the link and started setting up/installing everything. Even got BTSync up and working I believe :).

                          I start the install of Fog and towards the end of the install I get this.
                          [CODE] Press [Enter] key when database is updated/installed.

                          • Setting up storage…OK
                          • Setting up and starting NFS Server… * Configuring Fresh Clam…mkdir: can not create directory ‘/opt/fog/clamav’: No such file or directory
                            chmod: cannot access ‘/opt/fog/clamav’: No such file or directory
                            Failed!
                            [/CODE]
                          1 Reply Last reply Reply Quote 0
                          • Tom ElliottT
                            Tom Elliott
                            last edited by

                            I know what’s wrong don’t mind me being an imbecile

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

                              2917 should fix this sorry

                              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
                              • A
                                Adam.E
                                last edited by

                                You guys are being tricksters now I see! I set everything up and got the image info set and ready to go. Turn on the computer I want to image and nothing. Didnt even find anything. I was so use to just click enter enter enter enter during Fog install that now you have DHCP set to y/N instead of Y/n. Haha. Rerunning this so I have the DHCP service and will let you know if that other issue goes away. 🙂

                                1 Reply Last reply Reply Quote 0
                                • A
                                  Adam.E
                                  last edited by

                                  Getting SOOOOO close! So on the client machine it’s went through some of the load up process within the iPXE. It hangs up at the FOG ASCII screen though with a blinking cursor.
                                  I could always start fresh again if I need to.

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

                                    Is this while the system is attempting to boot, or are you trying to perform a task?

                                    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
                                    • A
                                      Adam.E
                                      last edited by

                                      I set up on the server side to perform an upload task. Booted up the client machine and it hangs on the FOG screen. I thought maybe there were some sort of permission issues to the /image folder so changed the permissions but that didn’t do anything.

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

                                        [QUOTE]Booted up the client machine and it hangs on the FOG screen.[/QUOTE]

                                        Hard to say without having more details. Could you send a screenshot or describe a little more? Do you get the Boot Menu if there is no task scheduled? Are you able to perform the registration from this menu? What exactly do you see right before it ‘hangs’? e.g. ‘Checking Operating System’ or ‘bzImage’ or ‘iPXE’ or …?

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

                                          We narrowed what the issue was. On current SVN versions we are not specifying the version number of fog in the init. This displays when the banner is displayed and this was where the issue was/is occurring. The reason for the banner to be stuck is his system would boot and everything just fine. However the os layer is being assigned an ip outside of the fog dhcp controller. For example if his network main has a dhcp server handing out IPs in the 172.16 range while the fog dhcp is handling 10.x.x.x range, boot up would get the 10.x.x.x range but the init would get ip in 172.16.x.x range.

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

                                          228

                                          Online

                                          12.0k

                                          Users

                                          17.3k

                                          Topics

                                          155.2k

                                          Posts
                                          Copyright © 2012-2024 FOG Project