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

    Problems with Optiplex 5260 in an advanced PXE environment

    Scheduled Pinned Locked Moved
    General Problems
    3
    24
    3.7k
    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.
    • P
      pbriec @george1421
      last edited by

      @george1421
      only that

      #!ipxe
      chain tftp://172.16.4.8/default.ipxe
      
      george1421G 1 Reply Last reply Reply Quote 0
      • george1421G
        george1421 Moderator @pbriec
        last edited by george1421

        @pbriec Just for clarification, this file is from the FOG Server and not your main pxe boot server? We need this chain command file on your primary pxe boot server only.

        You should not have touched this file, its created by the fog installer. If your post is accurate that explains why we received that error message.

        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 The default.ipxe file on the FOG server should look like this:

          #!ipxe
          cpuid --ext 29 && set arch x86_64 || set arch ${buildarch}
          params
          param mac0 ${net0/mac}
          param arch ${arch}
          param platform ${platform}
          param product ${product}
          param manufacturer ${product}
          param ipxever ${version}
          param filename ${filename}
          param sysuuid ${uuid}
          isset ${net1/mac} && param mac1 ${net1/mac} || goto bootme
          isset ${net2/mac} && param mac2 ${net2/mac} || goto bootme
          :bootme
          chain http://<fog_server_ip>/fog/service/ipxe/boot.php##params
          

          where <fog_server_ip> is the physical IP address of your fog server on your imaging network.

          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
          • P
            pbriec
            last edited by

            good job! you are the best.

            it seems to work with my VM. I will try with the Opliplex 5260 very soon. I’m not on the same working place today.

            thanks
            Pierre

            1 Reply Last reply Reply Quote 1
            • 1
            • 2
            • 2 / 2
            • First post
              Last post

            252

            Online

            12.0k

            Users

            17.3k

            Topics

            155.2k

            Posts
            Copyright © 2012-2024 FOG Project