From owner-freebsd-current@FreeBSD.ORG Thu Mar 8 02:38:05 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 A279A16A403 for ; Thu, 8 Mar 2007 02:38:05 +0000 (UTC) (envelope-from anderson@freebsd.org) Received: from mh1.centtech.com (moat3.centtech.com [64.129.166.50]) by mx1.freebsd.org (Postfix) with ESMTP id 7711213C48E for ; Thu, 8 Mar 2007 02:38:05 +0000 (UTC) (envelope-from anderson@freebsd.org) Received: from [192.168.42.21] (andersonbox1.centtech.com [192.168.42.21]) by mh1.centtech.com (8.13.8/8.13.8) with ESMTP id l282c1CU027294; Wed, 7 Mar 2007 20:38:02 -0600 (CST) (envelope-from anderson@freebsd.org) Message-ID: <45EF7708.4040106@freebsd.org> Date: Wed, 07 Mar 2007 20:38:00 -0600 From: Eric Anderson User-Agent: Thunderbird 1.5.0.9 (X11/20070204) MIME-Version: 1.0 To: Alexandre Sunny Kovalenko , freebsd-current@freebsd.org References: <45E33F03.8030700@freebsd.org> <1172524396.43537.4.camel@RabbitsDen.RabbitsLawn.verizon.net> <45E35170.4020907@freebsd.org> <20070307234452.GB763@heather.menantico.com> In-Reply-To: <20070307234452.GB763@heather.menantico.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV 0.88.4/2773/Wed Mar 7 15:51:04 2007 on mh1.centtech.com X-Virus-Status: Clean X-Spam-Status: No, score=-2.6 required=8.0 tests=BAYES_00 autolearn=ham version=3.1.6 X-Spam-Checker-Version: SpamAssassin 3.1.6 (2006-10-03) on mh1.centtech.com Cc: 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: Thu, 08 Mar 2007 02:38:05 -0000 On 03/07/07 17:44, Skip Ford wrote: > Eric Anderson wrote: >> 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 just setup my LAN to do this within the last week. I received > the same error when trying to etherboot pxeboot, with or without > PXE emulation enabled in etherboot. > > I didn't really try to figure out why since it works fine just > etherbooting a kernel. Half a dozen machines here with old NICs are > etherbooting current over NFS just fine. No pxeboot or tftp, > though. > The problem is you can't load modules, set up loader options, etc. PXE booting allows that, it is very very useful. I've worked around that by setting the right magic in my DHCP server to pass the boot options to the kernel (for serial mode, etc). Eric