From owner-freebsd-questions@FreeBSD.ORG Tue Dec 4 20:52:54 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E836EAEF for ; Tue, 4 Dec 2012 20:52:54 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from plane.gmane.org (plane.gmane.org [80.91.229.3]) by mx1.freebsd.org (Postfix) with ESMTP id 978838FC08 for ; Tue, 4 Dec 2012 20:52:54 +0000 (UTC) Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1TfzUG-0004KV-VP for freebsd-questions@freebsd.org; Tue, 04 Dec 2012 21:53:04 +0100 Received: from p4fc54df7.dip.t-dialin.net ([79.197.77.247]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 04 Dec 2012 21:53:04 +0100 Received: from jumper99 by p4fc54df7.dip.t-dialin.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 04 Dec 2012 21:53:04 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: "Helmut Schneider" Subject: Re: gPXE booting FreeBSD? Date: Tue, 4 Dec 2012 20:52:42 +0000 (UTC) Lines: 35 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: p4fc54df7.dip.t-dialin.net User-Agent: XanaNews/1.19.1.320 X-Ref: news.gmane.org ~XNS:0000006D X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Dec 2012 20:52:55 -0000 Rick Miller wrote: > Does anyone have any experience booting FreeBSD via gPXE and have > pointers to relevant documentation and/or blog posts? I use mfsBSD (http://mfsbsd.vx.sk/) and pxelinux. DEFAULT boot/menu.c32 PROMPT 0 TIMEOUT 0 MENU TITLE network boot menu - FreeBSD LABEL ^1 - mfsBSD 8.2 i386 (user=root pass=mfsroot) KERNEL boot/memdisk APPEND raw initrd=FreeBSD/8.2/i386/mfsboot.img LABEL ^2 - mfsBSD 8.2 i386 mini (user=root pass=mfsroot) KERNEL boot/memdisk APPEND raw initrd=FreeBSD/8.2/i386/mfsboot_mini.img LABEL ^3 - mfsBSD 8.2 amd64 (user=root pass=mfsroot) KERNEL boot/memdisk APPEND raw initrd=FreeBSD/8.2/amd64/mfsboot.img LABEL ^4 - mfsBSD 8.2 amd64 mini (user=root pass=mfsroot) KERNEL boot/memdisk APPEND raw initrd=FreeBSD/8.2/amd64/mfsboot_mini.img LABEL back KERNEL boot/menu.c32 APPEND pxelinux.cfg/default HTH, Helmut