From owner-freebsd-questions@FreeBSD.ORG Tue Feb 28 22:56:53 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B402D106566B for ; Tue, 28 Feb 2012 22:56:53 +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 727628FC15 for ; Tue, 28 Feb 2012 22:56:53 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.5/8.14.5) with ESMTP id q1SMuq7W074824; Tue, 28 Feb 2012 15:56:52 -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 q1SMuqeT074821; Tue, 28 Feb 2012 15:56:52 -0700 (MST) (envelope-from wblock@wonkity.com) Date: Tue, 28 Feb 2012 15:56:52 -0700 (MST) From: Warren Block To: Carl Johnson In-Reply-To: <87d38yc2is.fsf@oak.localnet> Message-ID: References: <4F4CD476.4020005@herveybayaustralia.com.au> <87d38yc2is.fsf@oak.localnet> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.7 (wonkity.com [127.0.0.1]); Tue, 28 Feb 2012 15:56:52 -0700 (MST) Cc: freebsd-questions@freebsd.org Subject: Re: VBox network boot 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: Tue, 28 Feb 2012 22:56:53 -0000 On Tue, 28 Feb 2012, Carl Johnson wrote: > Warren Block writes: > >> On Tue, 28 Feb 2012, Da Rock wrote: >> >>> I'm starting to believe this dog won't hunt (in fact is dead, >>> bloated, and full of worms...); but has anyone got a solution for >>> network booting in VBox on FBSD host? >> >> To PXE-boot a VM guest, set networking to to Bridged and use the >> PCnet-PCI II (Am79C970A) adapter type. If the host is FreeBSD, the >> vboxnet kernel module has to be loaded. > > Please emphasize that the PCnet-PCI II card emulation is necessary. Updated in the PXE article, thanks.