From owner-freebsd-questions@FreeBSD.ORG Tue Apr 25 19:57:28 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5D3B616A400 for ; Tue, 25 Apr 2006 19:57:28 +0000 (UTC) (envelope-from heliocentric@gmail.com) Received: from uproxy.gmail.com (uproxy.gmail.com [66.249.92.171]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9666C43D45 for ; Tue, 25 Apr 2006 19:57:27 +0000 (GMT) (envelope-from heliocentric@gmail.com) Received: by uproxy.gmail.com with SMTP id m3so1036946ugc for ; Tue, 25 Apr 2006 12:57:26 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=feQOkffkv7hl2wtL4WQP8W4MPgE4mNDYtUASPNRBP7eV2oav1Zsvnm83QtXV+TEUR3LqypLFC8qSqARalV6248suRnpjtcC+L3qvLzPFGgCmXA0yfFFEvWH/38pKjdqSLSsz7T8IHEzVEN8nTy6MLlQ364L5ibH6Hew2y3glKkk= Received: by 10.78.57.11 with SMTP id f11mr286885hua; Tue, 25 Apr 2006 12:00:41 -0700 (PDT) Received: by 10.78.51.19 with HTTP; Tue, 25 Apr 2006 12:00:40 -0700 (PDT) Message-ID: Date: Tue, 25 Apr 2006 15:00:41 -0400 From: Heliocentric To: "Vahan Yerkanian" In-Reply-To: <444DDDAB.5030107@arminco.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20060424211601.GA25196@vgr.rat.org> <444D4EE7.6020209@locolomo.org> <444DDDAB.5030107@arminco.com> Cc: freebsd-questions@freebsd.org Subject: Re: PXE boot jumpstarting 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: Tue, 25 Apr 2006 19:57:28 -0000 On 4/25/06, Vahan Yerkanian wrote: > While we are on the subject, is it possible to setup a FreeBSD PXE > server that lets you netboot different OSes from iso images via a boot > menu? I know it's possible with linux [1] [2]. Could be useful in labs > where you use different OSes and want to minimize cd/dvd clutter. yes. in fact, most of the steps are exactly the same; the only difference is that you need to download syslinux itself, as I don't think it's in the ports tree. As a general rule, if the platform can install a dhcp server with the pxeboot options, and a basic tftp server, it can pxeboot anything you want it to. Now, this doesn't mean that what you pxeboot will be able to get auxillary files it needs off the server, but that's to be expected, and planned for (that's why the next server option is there, after all!).