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

Could not start download: Operation not supported (http://ipxe.org/3c092003)

Scheduled Pinned Locked Moved Solved
FOG Problems
4
16
5.2k
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.
  • W
    Wayne Workman
    last edited by Jun 19, 2016, 7:26 PM

    And the FOG version, too.

    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
    • J
      jide
      last edited by Jun 19, 2016, 8:03 PM

      Fog version is : fog_1.2.0

      i doesn’t use dnsmask

      dhcp server conf is like :

      ddns-update-style none;
      option domain-name “srvfog.local.org”;
      option domain-name-servers srvfog.local.org;

      default-lease-time 600;
      max-lease-time 7200;
      log-facility local7;

      subnet 192.168.0.0 netmask 255.255.255.0 {
      range 192.168.0.70 192.168.0.75;
      next-server 192.168.0.100;
      filename “undionly.kpxe”;
      option subnet-mask 255.255.255.0;
      option broadcast-address 192.168.0.255;
      }

      my bridge startup script looks like that :

      #!/bin/bash
      VMPATH=“/home/blabla/VM/VMFILES/FOG/FOG.img”
      MAC=“DE:AD:BE:EF:AC:87”
      SCRIPTUP=“/etc/ovs-ifup”
      SCRIPTDOWN=“/etc/ovs-ifdown”
      ISO=“/home/blabla/VM/ISO/debian-8.5.0-amd64-netinst.iso”
      VMPATH_snapshot=“/home/blabla/VM/VMFILES/FOG/FOG_snapshot.img”
      CPU=“host”

      sudo qemu-kvm -m 1024 -net nic,macaddr=$MAC -cpu $CPU -vga vmware -net tap,script=$SCRIPTUP,downscript=$SCRIPTDOWN -drive file=$VMPATH

      undionly.kpxe can be downloaded from guest, from host and others.

      1 Reply Last reply Reply Quote 0
      • J
        jide
        last edited by Jun 19, 2016, 8:06 PM

        ![alt text](1_1466366694599_fog.jpg 0_1466366694597_fog2.jpg image url)

        ovs setting and ipxe boot picture

        (sorry for my poor english …)

        1 Reply Last reply Reply Quote 0
        • S
          Sebastian Roth Moderator
          last edited by Jun 20, 2016, 7:37 AM

          @jide If I get this right your client is a qemu-kvm host. So you should see iPXE twice as qemu has iPXE as PXE ROM included. Is this screenshot with the error the first iPXE you see or the second one? I guess it’s the second one as the version number perfectly matches the one we delivered with FOG 1.2.0…

          Can you please try to use one of the current iPXE binaries just to see if that makes a difference:

          sudo -i
          cd /tftpboot
          mv undionly.kpxe undionly.kpxe.orig
          wget -O undionly.kpxe "https://github.com/FOGProject/fogproject/blob/dev-branch/packages/tftp/undionly.kpxe?raw=true"
          

          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 Jun 20, 2016, 5:28 PM Reply Quote 0
          • J
            jide @Sebastian Roth
            last edited by Jun 20, 2016, 5:28 PM

            @Sebastian-Roth : Thanks !!! Using downloaded version solves my problem. But the 2nd ipxe now ask me “Please enter tftp server:” …

            1 Reply Last reply Reply Quote 0
            • S
              Sebastian Roth Moderator
              last edited by Jun 21, 2016, 10:20 AM

              @jide Do you have dnsmasq installed as well? Or another DHCP server on your network?

              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
              • J
                jide
                last edited by Jun 23, 2016, 7:28 PM

                Hello, you’re right, there’s 2 dhcp server on my network : my internet provider’s box and my linux dhcp server. When i’m asked for tftp ip adress , i set it to my linux tftp server and i got “tftp://x.x.x.x/default.ipxe” not such a file or directory (http://ipxe/2d12603b)

                W G 2 Replies Last reply Jun 23, 2016, 7:49 PM Reply Quote 0
                • W
                  Wayne Workman @jide
                  last edited by Jun 23, 2016, 7:49 PM

                  @jide Configure the ISP box’s DHCP properly (impossible on most), or turn DHCP off of the ISP box.

                  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
                  • G
                    george1421 Moderator @jide
                    last edited by george1421 Jun 23, 2016, 2:04 PM Jun 23, 2016, 8:03 PM

                    @jide Or turn off DHCP on your FOG server since you already have a dhcp server running (some people simply can’t disable the ISP kit). Then install dnsmasq on your FOG server. Then you can send out the proper boot file for bios target computers. I’m not sure where the devs are (for dnsmasq) with the efi functions.

                    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!

                    W 1 Reply Last reply Jun 23, 2016, 8:09 PM Reply Quote 1
                    • W
                      Wayne Workman @george1421
                      last edited by Wayne Workman Jun 23, 2016, 2:09 PM Jun 23, 2016, 8:09 PM

                      @george1421 dnsmasq with UEFI in ProxyDHCP mode now aparently works. I’m on the dnsmasq mailing list and have been keeping an eye on that topic.

                      https://forums.fogproject.org/topic/7424/dnsmasq-to-support-proxydhcp-for-uefi

                      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
                      • J
                        jide
                        last edited by jide Jun 23, 2016, 11:32 PM Jun 24, 2016, 3:34 AM

                        Yesss, it works !!! Thanks a lot for your help !!!

                        G 1 Reply Last reply Jun 24, 2016, 9:50 AM Reply Quote 0
                        • G
                          george1421 Moderator @jide
                          last edited by Jun 24, 2016, 9:50 AM

                          @jide said in Could not start download: Operation not supported (http://ipxe.org/3c092003):

                          Yesss, it works !!! Thanks a lot for your help !!!

                          Just for clarity, is “it” dnsmasq or FOG in general?

                          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
                          • J
                            jide
                            last edited by Jun 25, 2016, 7:12 AM

                            Fog in general. I stopped my ISP dhcp box, created missing ipxe file and it finally works. One more time, thanks for your help !!

                            W 1 Reply Last reply Jun 25, 2016, 5:30 PM Reply Quote 0
                            • W
                              Wayne Workman @jide
                              last edited by Jun 25, 2016, 5:30 PM

                              @jide Sounds like you’re using dnsmasq? In such case, you can turn off DHCP on the fog server (if you want), and turn it back on for the ISP box (if you want) and just roll with dnsmasq.

                              Glad you got it working.

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

                              148

                              Online

                              12.1k

                              Users

                              17.3k

                              Topics

                              155.4k

                              Posts
                              Copyright © 2012-2024 FOG Project