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

could not pxe boot (input/output error) when do multicast

Scheduled Pinned Locked Moved Solved
FOG Problems
5
31
11.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.
  • D
    dvchuyen @Sebastian Roth
    last edited by Apr 26, 2016, 10:29 AM

    @Sebastian-Roth said in could not pxe boot (input/output error) when do multicast:

    tried
    I got this from server when test with 1 client
    alt text
    and this from client
    alt text

    1 Reply Last reply Reply Quote 0
    • T
      Tom Elliott @dvchuyen
      last edited by Apr 26, 2016, 10:59 AM

      @dvchuyen What port does the client think it’s connecting to?

      In other words, please create your multicast task (and get it running while still staying “on”).

      Go to the URL:

      http://192.168.1.252/fog/service/boot.php?mac=<mac of relevant host with colons>

      What’s the output in the browser?

      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 Apr 26, 2016, 2:08 PM Reply Quote 0
      • D
        dvchuyen @Tom Elliott
        last edited by Apr 26, 2016, 2:08 PM

        @Tom-Elliott I don’t know how to check port on client, this is my Multicast setting
        alt text

        I got 404 Not Found when access the url. I go to service folder and cannot find boot.php file

        T 1 Reply Last reply Apr 26, 2016, 2:20 PM Reply Quote 0
        • T
          Tom Elliott @dvchuyen
          last edited by Apr 26, 2016, 2:20 PM

          @dvchuyen what url?

          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 Apr 26, 2016, 2:22 PM Reply Quote 0
          • D
            dvchuyen @Tom Elliott
            last edited by Apr 26, 2016, 2:22 PM

            @Tom-Elliott
            http://192.168.1.252/fog/service/boot.php?mac=<mac of relevant host with colons>

            T 1 Reply Last reply Apr 26, 2016, 2:22 PM Reply Quote 0
            • T
              Tom Elliott @dvchuyen
              last edited by Apr 26, 2016, 2:22 PM

              @dvchuyen Did you change the <mac of relevant host with colons> part?

              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 Apr 26, 2016, 2:26 PM Reply Quote 0
              • D
                dvchuyen @Tom Elliott
                last edited by Apr 26, 2016, 2:26 PM

                @Tom-Elliott
                Of course…
                Am I missing something ?
                alt text

                T 1 Reply Last reply Apr 26, 2016, 2:27 PM Reply Quote 0
                • T
                  Tom Elliott @dvchuyen
                  last edited by Apr 26, 2016, 2:27 PM

                  @dvchuyen Sorry, after service but before boot.php add /ipxe/

                  so 192.168.1.252/fog/service/ipxe/boot.php?mac=macaddresshere

                  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 Apr 26, 2016, 2:31 PM Reply Quote 0
                  • D
                    dvchuyen @Tom Elliott
                    last edited by Apr 26, 2016, 2:31 PM

                    @Tom-Elliott
                    Thanks,

                    #!ipxe
                    set fog-ip 192.168.1.252
                    set fog-webroot fog
                    set boot-url http://${fog-ip}/${fog-webroot}
                    kernel bzImage32 loglevel=4 initrd=init_32.xz root=/dev/ram0 rw ramdisk_size=127000 keymap= web=192.168.1.252/fog/ consoleblank=0 rootfstype=ext4 rootfstype=ext4 mac=00:0c:29:bf:57:4a ftp=192.168.1.252 storage= storageip= web=192.168.1.252/fog/ osid= consoleblank=0 irqpoll hostname=000c29bf574a isdebug=yes
                    imgfetch init_32.xz
                    boot```
                    T 1 Reply Last reply Apr 26, 2016, 2:33 PM Reply Quote 0
                    • T
                      Tom Elliott @dvchuyen
                      last edited by Apr 26, 2016, 2:33 PM

                      @dvchuyen and this is a mac address who’s waiting for multicast to occur?

                      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 Apr 26, 2016, 2:38 PM Reply Quote 0
                      • D
                        dvchuyen @Tom Elliott
                        last edited by Apr 26, 2016, 2:38 PM

                        @Tom-Elliott Yes, it is
                        00:0c:29:bf:57:4a
                        If you don’t mind, could you teamviewer and check ? Thanks!

                        1 Reply Last reply Reply Quote 0
                        • 1
                        • 2
                        • 2 / 2
                        2 / 2
                        • First post
                          21/31
                          Last post

                        169

                        Online

                        12.0k

                        Users

                        17.3k

                        Topics

                        155.2k

                        Posts
                        Copyright © 2012-2024 FOG Project