From owner-freebsd-current@FreeBSD.ORG Wed Mar 7 22:26:10 2007 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DFABD16A403; Wed, 7 Mar 2007 22:26:10 +0000 (UTC) (envelope-from ambrisko@ambrisko.com) Received: from mail.ambrisko.com (mail.ambrisko.com [64.174.51.43]) by mx1.freebsd.org (Postfix) with ESMTP id B37DC13C481; Wed, 7 Mar 2007 22:26:10 +0000 (UTC) (envelope-from ambrisko@ambrisko.com) Received: from server2.ambrisko.com (HELO www.ambrisko.com) ([192.168.1.2]) by mail.ambrisko.com with ESMTP; 07 Mar 2007 13:53:52 -0800 Received: from ambrisko.com (localhost [127.0.0.1]) by www.ambrisko.com (8.13.1/8.12.11) with ESMTP id l27LvWwn074744; Wed, 7 Mar 2007 13:57:32 -0800 (PST) (envelope-from ambrisko@ambrisko.com) Received: (from ambrisko@localhost) by ambrisko.com (8.13.1/8.13.1/Submit) id l27LvWgC074743; Wed, 7 Mar 2007 13:57:32 -0800 (PST) (envelope-from ambrisko) From: Doug Ambrisko Message-Id: <200703072157.l27LvWgC074743@ambrisko.com> In-Reply-To: <45E35170.4020907@freebsd.org> To: Eric Anderson Date: Wed, 7 Mar 2007 13:57:32 -0800 (PST) X-Mailer: ELM [version 2.4ME+ PL94b (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII Cc: freebsd-current@freebsd.org, "Alexandre \"Sunny\" Kovalenko" Subject: Re: etherboot + pxeboot ? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Mar 2007 22:26:11 -0000 Eric Anderson writes: | On 02/26/07 15:13, Alexandre "Sunny" Kovalenko wrote: | > On Mon, 2007-02-26 at 14:11 -0600, Eric Anderson wrote: | >> Has anyone successfully used etherboot to load pxeboot via tftp (or | >> NFS), and then NFS boot a FreeBSD -CURRENT box? | > | > I did install -CURRENT snapshot using on-board ROM of my Intel PRO/1000, | > since my laptop does not have optical drive. I realize that it is not | > quite what you are looking for, but if you think any server-side | > configuration bits could be useful to you, please, let me know. | | Nah, I can successfully NFS boot a -CURRENT box just fine. It's only | when using etherboot that it doesn't work (it gives an "Unable to load" | error). Loading the pxeboot file via pxelinux ends up with a BTX halted | crash that I don't understand. I haven't played with it recently but I recall the issue before was that our pxeboot is relatively huge (since it includes /boot/loader) and Etherboot runs out of memory that it can address. It might be interesting to see how Etherboot worked a long time ago with some patches to it and pxeboot to make it work. This was before PXE support was added to Etherboot. Also things could have changed in Etherboot since the last time I tried to run pxeboot with it. Doug A.