From owner-freebsd-hackers@FreeBSD.ORG Fri Mar 7 10:36:21 2014 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AF71CA9E for ; Fri, 7 Mar 2014 10:36:21 +0000 (UTC) Received: from mail-pd0-x244.google.com (mail-pd0-x244.google.com [IPv6:2607:f8b0:400e:c02::244]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 88F37C3A for ; Fri, 7 Mar 2014 10:36:21 +0000 (UTC) Received: by mail-pd0-f196.google.com with SMTP id p10so1723802pdj.7 for ; Fri, 07 Mar 2014 02:36:21 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=tO/AHtLJFuWttSSj6ycdPUTaCiKxwXVnsYc2bM9vbug=; b=Z0PorRdtqS0o7Ui5GmUl6nX4DjYMwjC6ffqXX/FVbXkkopOYo6fvSNuf0L7CDPFREH oMWoYVvcwb/45e5WQp48hfNjdrAqHkwL1wxJUo5NTaxeaw5Rnath4zQoYNHTil1TwceQ XSLIkBcSa49agUFuFeOfMpmT2S0pywLGNIgrcMaPbk3VzulmfkBbVVHOARrjTbU6/4Q/ T5L6Dv0nciMo8lJqxbecgXoraaMmkbcwhhiqmF4MB9n6i8OngubBCWxUA5tItAlwlR+x uaHyT3nUOkXeXx02i1Yx1MWAv3yADoz89wjJVCeKgfyw2HDAOyNa74iYvQqI7P0j9oYe KzWw== MIME-Version: 1.0 X-Received: by 10.66.139.169 with SMTP id qz9mr21362808pab.16.1394188580968; Fri, 07 Mar 2014 02:36:20 -0800 (PST) Received: by 10.70.74.9 with HTTP; Fri, 7 Mar 2014 02:36:20 -0800 (PST) Date: Fri, 7 Mar 2014 11:36:20 +0100 Message-ID: Subject: FreeBSD 9.X network installation using PXE+TFTP (not NFS) ! From: amine tay To: freebsd-hackers@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Mar 2014 10:36:21 -0000 Hi everyone, I'm trying to perform a FreeBSD 9.X network installation using PXE+TFTP (not NFS) ! The problem using NFS is the need to specify the root-path in the dhcp conf, therefore we can't deploy multiple releases or different images of freebsd. So to enable the tftp instead of NFS we have to edit make.conf with these lines LOADER_TFTP_SUPPORT=YES LOADER_NFS_SUPPORT=NO and rebuild the pxeboot file 1st question is : Is this modification going to allow the install of differents freebsd images? Note that I'm using an automated os deployement solution , and I am using mac-adresses to deploy freebsd depending on policies, so for exemple two clients with different mac-adresses will have two diffrents freebsd images. Thanks in advance for your help !