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

Could not boot: Exec format error (2e008001)

Scheduled Pinned Locked Moved
FOG Problems
2
9
7.3k
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.
  • E
    Enexor
    last edited by Nov 16, 2014, 4:39 PM

    Hey guys,

    at the moment I’m trying to get FOG running, because we’d like to use it to deploy images. After setting up a Main-Server, 3 Storage-Nodes and doing some configuration, I now tried to boot a Client via PXE. This step failed and I have no idea how to fix it: “Could not boot: Exec format error”.

    My configuration:

    • Windows-DHCP-Server: Boot option 066 is set to the IP adress of the FOG server, 067 contains “undionly.kpxe”
    • The FOG-Server and the Client are on the same subnet
    • The client is currently a VM running on a ESXi-Host
    • FOG 1.2.0 on Ubuntu 13.10

    What I’ve tried:

    • I downloaded the latest iPXE files (iPXE 1.0.0+ (3a02) -> same error
    • Using the latest kernel available via webinterface -> same error
    • Reading related posts on the forum (and internet) if I can get any hint

    I hope, anybody has any idea and can help me. Thank you in advance!
    Enexor

    1 Reply Last reply Reply Quote 0
    • T
      Tom Elliott
      last edited by Nov 16, 2014, 5:23 PM

      What is the exact sequence of errors?

      Console errors are known about and fixed in trunk. This is really the only thing I can think of.

      Also, we have the latest ipxe which should be of version a9376.

      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
      • E
        Enexor
        last edited by Nov 16, 2014, 6:05 PM

        Well, it’s not just a console error: the client doesn’t finish booting from the FOG server. The FOG boot menu never shows up. As I wrote, I already checked the forum but didn’t find a suitable solution. I also checked the wiki.

        I’m booting my Client via PXE. Then my WDS-Server is redirecting to the FOG-Server (using pxechn.c32). From here on, have a look at my screenshot:
        [ATTACH]1509[/ATTACH]

        See also the attached log files.

        [url=“/_imported_xf_attachments/1/1509_screenshot.jpg?:”]screenshot.jpg[/url][url=“/_imported_xf_attachments/1/1510_error.txt?:”]error.txt[/url][url=“/_imported_xf_attachments/1/1511_foginstall.txt?:”]foginstall.txt[/url][url=“/_imported_xf_attachments/1/1512_error1.txt?:”]error1.txt[/url]

        1 Reply Last reply Reply Quote 0
        • T
          Tom Elliott
          last edited by Nov 16, 2014, 6:18 PM

          what do you get when you run:
          [url]http://IP.OF.FOG.SVR/fog/service/ipxe/boot.php[/url]

          In 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

          1 Reply Last reply Reply Quote 0
          • E
            Enexor
            last edited by Nov 16, 2014, 6:25 PM

            See the screenshot:
            [ATTACH]1513[/ATTACH]

            [url=“/_imported_xf_attachments/1/1513_command.jpg?:”]command.jpg[/url]

            1 Reply Last reply Reply Quote 0
            • T
              Tom Elliott
              last edited by Nov 16, 2014, 7:18 PM

              what are the content of your /tftpboot/default.ipxe file?

              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
              • E
                Enexor
                last edited by Nov 16, 2014, 7:21 PM

                It’s an empty file. Is this right like that?

                1 Reply Last reply Reply Quote 0
                • E
                  Enexor
                  last edited by Nov 16, 2014, 7:42 PM

                  Oh yes, I finally found it: the default.ipxe was empty, but it shouldn’t!

                  Found this in the FOG wiki:
                  [COLOR=#000000][FONT=monospace]#!ipxe
                  dhcp || reboot
                  cpuid --ext 29 && set arch x86_64 || set arch i386
                  params
                  param mac ${net0/mac}
                  param arch ${arch}
                  chain [url]http://x.x.x.x/fog/service/ipxe/boot.php##params[/url][/FONT][/COLOR]
                  Now the FOG menu is showing up! 🙂

                  1 Reply Last reply Reply Quote 0
                  • T
                    Tom Elliott
                    last edited by Nov 16, 2014, 8:51 PM

                    Glad to help you find it.

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

                    213

                    Online

                    12.1k

                    Users

                    17.3k

                    Topics

                    155.3k

                    Posts
                    Copyright © 2012-2024 FOG Project