From owner-freebsd-questions@FreeBSD.ORG Fri Jan 30 14:46:53 2015 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C5D5C4ED for ; Fri, 30 Jan 2015 14:46:53 +0000 (UTC) Received: from mail-we0-x232.google.com (mail-we0-x232.google.com [IPv6:2a00:1450:400c:c03::232]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5D9F63B3 for ; Fri, 30 Jan 2015 14:46:53 +0000 (UTC) Received: by mail-we0-f178.google.com with SMTP id k48so27528827wev.9 for ; Fri, 30 Jan 2015 06:46:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:subject:message-id:mime-version:content-type :content-transfer-encoding; bh=ClkHOJjKyG6O4ZkRvebnQViqAUo8oDYbNdvsfux/kRM=; b=a3LP0VHVKjL5doJ8XdNW6y/xHOkU/62NP30gYts2S6knSDOkc4lZHcmrwgYUyQs/aN MoIZIOy6VZt8vLlKpicBLXjqznXZRMGOVSedJKv7QzQ825RMM6fpPZciidtyZtOgOBlT aKlTgkvLFYa4APpEj6o9Q5MnAFHkO3BDG71tZ++N9bbDQlFuH8Zc7drpyM6Noz666SZt 0ITqy+KaA3mnFbDftnMjzbAlLam7CAtoJbn+pB23DLETpVndOVKfQsRvR1rgGsoaAZgJ ReLBKXm/BdLF/TJm13UUuuKPQIloUJXSkt8HHcN3Dp2xTyCJcfXpg2UHat0t9t2+GkaB +U5w== X-Received: by 10.194.200.68 with SMTP id jq4mr6259636wjc.128.1422629210974; Fri, 30 Jan 2015 06:46:50 -0800 (PST) Received: from Marc-Thinkpad (AOrleans-656-1-128-26.w92-152.abo.wanadoo.fr. [92.152.71.26]) by mx.google.com with ESMTPSA id e18sm15219445wjz.27.2015.01.30.06.46.49 for (version=SSLv3 cipher=RC4-SHA bits=128/128); Fri, 30 Jan 2015 06:46:50 -0800 (PST) Date: Fri, 30 Jan 2015 15:46:48 +0100 From: =?UTF-8?B?TcOkcms=?= Owen To: freebsd-questions@freebsd.org Subject: PXE server to boot linux system Message-ID: <20150130154648.2ad757ff@Marc-Thinkpad> X-Mailer: Claws Mail 3.9.3 (GTK+ 2.24.23; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Jan 2015 14:46:53 -0000 Hi, I'm trying to setup a FreeBSD system as a TFTP server which would allow me to boot a Ubuntu root partition on the network. All the documentation I've found either concerns FreeBSD as both client and server or a FreeBSD server booting installation ISOs. I don't want to boot ISO images, I want to boot a real linux system on the network. Is that possible? Thanks.