From owner-freebsd-questions@FreeBSD.ORG Fri Nov 25 17:57:57 2005 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 A946116A41F for ; Fri, 25 Nov 2005 17:57:57 +0000 (GMT) (envelope-from stevefink@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id 34ED343D45 for ; Fri, 25 Nov 2005 17:57:56 +0000 (GMT) (envelope-from stevefink@gmail.com) Received: by zproxy.gmail.com with SMTP id 9so718643nzo for ; Fri, 25 Nov 2005 09:57:54 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=XCgJYWPzlYIM3jA8iN1YRWWWR5+b5Ooo54MDupIj3bRbX0BuBLhCQ7iv2jyfZpmn+7Y15VEALbuRMPZ/hBhzIUAp/CebvqCGVokY2d6od2ZdqHbCObELVeFBMEUwUs+9PnCTDPBrieSXWsZpk9YySIXGjDcoG483dPYDeiY6Gg0= Received: by 10.36.36.16 with SMTP id j16mr1262626nzj; Fri, 25 Nov 2005 09:57:54 -0800 (PST) Received: by 10.36.38.6 with HTTP; Fri, 25 Nov 2005 09:57:54 -0800 (PST) Message-ID: Date: Fri, 25 Nov 2005 12:57:54 -0500 From: Steve Finkelstein To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: FreeBSD network install using PXEGrub 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: Fri, 25 Nov 2005 17:57:57 -0000 Hi all, I have successfully implemented a solution to install FreeBSD over the network using pxeboot and Alfred's guide on; http://people.freebsd.org/~alfred/pxe/en_US.ISO8859-1/articles/pxe/article.= html I'm trying to take this further one step by allowing the installation of various supported operating systems over the network using pxegrub. I was wondering if anyone was successful using dhcp+tftp+pxegrub/nbgrub to successfully bootstrap a FreeBSD system? My issue originally declares itself once trying to chainload another bootlo= ader, Booting 'FreeBSD 4.11 PXE' =20 =20 kernel /tftpboot/boot/loader =20 =20 Error 24: Attempt to access block outside partition =20 =20 Press any key to continue... my dhcp options look okay, ##For PXE BSD 4.11 get it from pxe1 next-server x.x.x.x ; option root-path "x.x.x.x:/usr/local/export/pxe"; filename "grub/pxegrub"; } My apologies ahead of time if this is better suited on a Grub mailing list; I was hoping some of the experts here have also simulated a similar solution. Thanks again and happy holidays! Best, -- Steve Finkelstein stevefink@gmail.com