From owner-freebsd-hackers@FreeBSD.ORG Mon Nov 19 15:24:23 2012 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4D61E196 for ; Mon, 19 Nov 2012 15:24:23 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) by mx1.freebsd.org (Postfix) with ESMTP id 020038FC15 for ; Mon, 19 Nov 2012 15:24:22 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.5/8.14.5) with ESMTP id qAJFOMfU026450; Mon, 19 Nov 2012 08:24:22 -0700 (MST) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.5/8.14.5/Submit) with ESMTP id qAJFOLQ2026447; Mon, 19 Nov 2012 08:24:22 -0700 (MST) (envelope-from wblock@wonkity.com) Date: Mon, 19 Nov 2012 08:24:21 -0700 (MST) From: Warren Block To: Mark Saad Subject: Re: Using PC-Sysinstall for automated network installs of FreeBSD In-Reply-To: <7AC03C04-FB1B-4307-83C4-9F71825470EE@longcount.org> Message-ID: References: <6AE3D893-A88C-47FA-9DEE-8C0837124481@longcount.org> <7AC03C04-FB1B-4307-83C4-9F71825470EE@longcount.org> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.7 (wonkity.com [127.0.0.1]); Mon, 19 Nov 2012 08:24:22 -0700 (MST) Cc: "freebsd-hackers@freebsd.org" X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Nov 2012 15:24:23 -0000 On Mon, 19 Nov 2012, Mark Saad wrote: > > On Nov 17, 2012, at 12:19 AM, Warren Block wrote: > >> On Fri, 16 Nov 2012, Mark Saad wrote: >> >>> On Nov 16, 2012, at 8:44 PM, Warren Block wrote: >>> >>>> On Fri, 16 Nov 2012, Warren Block wrote: >>>> >>>>> Trying to start this from SYSLINUX almost works. My menu config just does >>>> >>>> Actually, it does work on a real machine. It stalls on a VirtualBox VM during or after the NFS root mount. >>> >>> Strange , I will test it on virtualbox when I get some time next week . I did a lot of the testing initially on VMware esxi 4.0 and I did not have any issues related to VM stuff . What version of vbox did you use ? What network interface choice did you use in vbox ? >> >> VirtualBox 4.1.22, FreeBSD 9-stable amd64 host. Only the "PCnet-FAST III (Am79C973)" can pxe-boot, and only in bridged mode. > > Does this nic pxe boot other versions of FreeBSD ? I have not tried anything other than 9.x, will give 8.x a try when possible. > Isn't there a way to make it think it has a intel em nic? Yes, but the emulated Intel does not have a boot ROM. There are methods to add a boot ROM, but my attempts at that were not successful and I have not gotten back to it.