From owner-freebsd-questions@FreeBSD.ORG Sat Apr 26 17:56:28 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 409FF106567C for ; Sat, 26 Apr 2008 17:56:28 +0000 (UTC) (envelope-from omerfsen@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.179]) by mx1.freebsd.org (Postfix) with ESMTP id 008BE8FC30 for ; Sat, 26 Apr 2008 17:56:27 +0000 (UTC) (envelope-from omerfsen@gmail.com) Received: by py-out-1112.google.com with SMTP id u52so6619968pyb.10 for ; Sat, 26 Apr 2008 10:56:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; bh=S+89pPtKPPdegXIYa6xK+9Mp2KDEwaki2wG72c9E+E0=; b=AybGrPTcPEEqjKuLqgRYU06/Ypqy69zwEKiSvQAr0kGudNI6Fa6/agyZ6U4ks4r5ZvNw7gEIruTTpokYVLLxppGv67mzTkFXzWZRD45p+R9hacU2WcSEDjfdKGg0ExNRexP5KKGKCOCRnzH5a+5TSJ5v5Olv4JYWhZLTrhqgw1w= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=BEc7WYVDAPqy1s5WzFotAMZlfYBhQ9UHdRRMHlRk3ljH9ElF1JCUrd9pgV248SYZyQOgU/9+/vMXuW8ZVT/7ulRRaMqjAFEYu0xUKrw1t3wjDQVgIIPG5IK73dH3Bv+5pXhfIn+AaUh+DkPwYvu/zoNpHIj7trcIiO33xp9cjaw= Received: by 10.142.211.10 with SMTP id j10mr1316930wfg.168.1209232586238; Sat, 26 Apr 2008 10:56:26 -0700 (PDT) Received: by 10.143.49.3 with HTTP; Sat, 26 Apr 2008 10:56:26 -0700 (PDT) Message-ID: <75a268720804261056m2ea7cc48pb103b973a1a747b9@mail.gmail.com> Date: Sat, 26 Apr 2008 20:56:26 +0300 From: "Omer Faruk Sen" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: LOADER_TFTP_SUPPORT=YES and FreeBSD 6.3 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Apr 2008 17:56:28 -0000 Hi, I am trying to build a install server. I have used make -DLOADER_TFTP_SUPPORT=YES in /usr/src/obj and copied it over to my /pxeboot/ which I have copied contents from FreeBSD 6.3 Install cd. But no matter what I have done pxeboot always tries to use nfs but no tftp. There is a similar thread that states with FreeBSD 6.3 and above LOADER_TFTP_SUPPORT=YES doesn't work: http://www.opensubscriber.com/message/freebsd-questions@freebsd.org/8560733.html Does anyone successfully managed to use pxeboot with tftp ( and mfsroot) but not with the nfs mount? Regards.