From owner-freebsd-questions@FreeBSD.ORG Sun Apr 27 20:11:40 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 378901065672 for ; Sun, 27 Apr 2008 20:11:40 +0000 (UTC) (envelope-from patfbsd@davenulle.org) Received: from smtp.lamaiziere.net (net.lamaiziere.net [213.186.42.107]) by mx1.freebsd.org (Postfix) with ESMTP id EA55E8FC16 for ; Sun, 27 Apr 2008 20:11:39 +0000 (UTC) (envelope-from patfbsd@davenulle.org) Received: from baby-jane.lamaiziere.net (unknown [77.192.158.73]) by smtp.lamaiziere.net (Postfix) with ESMTP id BB5F011805AB for ; Sun, 27 Apr 2008 22:11:38 +0200 (CEST) Received: from baby-jane (localhost [127.0.0.1]) by baby-jane.lamaiziere.net (Postfix) with ESMTP id F1BC3402492 for ; Sun, 27 Apr 2008 22:11:37 +0200 (CEST) Date: Sun, 27 Apr 2008 22:11:37 +0200 From: Patrick =?ISO-8859-15?Q?Lamaizi=E8re?= To: freebsd-questions@freebsd.org Message-ID: <20080427221137.246dbd8e@baby-jane> In-Reply-To: <75a268720804261056m2ea7cc48pb103b973a1a747b9@mail.gmail.com> References: <75a268720804261056m2ea7cc48pb103b973a1a747b9@mail.gmail.com> Organization: /dave/nulle X-Mailer: Claws Mail 3.3.1 (GTK+ 2.12.8; i386-apple-darwin9.2.0) Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 8bit Subject: Re: 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: Sun, 27 Apr 2008 20:11:40 -0000 Le Sat, 26 Apr 2008 20:56:26 +0300, "Omer Faruk Sen" a écrit : > Hi, Hello, > 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? It seems you must recompile the kernel without NFS_ROOT. See : http://www.ultradesic.com/?section=144 I've just did it to install FreeBSD 7.0 via tftp only on a litle Soekris box.