From owner-freebsd-questions@FreeBSD.ORG Sun Jan 6 16:29:14 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 6AD744FF; Sun, 6 Jan 2013 16:29:14 +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 15454815; Sun, 6 Jan 2013 16:29:13 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.6/8.14.6) with ESMTP id r06GTCFm022378; Sun, 6 Jan 2013 09:29:12 -0700 (MST) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.6/8.14.6/Submit) with ESMTP id r06GTClp022375; Sun, 6 Jan 2013 09:29:12 -0700 (MST) (envelope-from wblock@wonkity.com) Date: Sun, 6 Jan 2013 09:29:12 -0700 (MST) From: Warren Block To: Matthew Seaman Subject: Re: FB 9.1 boot loader problem in VirtualBox In-Reply-To: <50E963CD.3030709@FreeBSD.org> Message-ID: References: <50E963CD.3030709@FreeBSD.org> 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]); Sun, 06 Jan 2013 09:29:12 -0700 (MST) Cc: jb , freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Jan 2013 16:29:14 -0000 On Sun, 6 Jan 2013, Matthew Seaman wrote: > On 06/01/2013 11:19, jb wrote: >> Next problem: >> the installation's dmesg shows net driver em0, which is Intel PRO/1000 - and >> this is how install offers to configure the network; >> but my host has Broadcom Corporation NetLink BCM5787M Gigabit Ethernet PCI >> Express, which is bge0 driver in FB. >> How to force it to discover the right net device during install, and/or after >> install ? > > This is normal for VirtualBox -- it doesn't matter what NIC the host > has, VB always presents it as an em(4) interface to the guest. Under Network/Adapter1/Advanced, there are other choices for the emulated adapter type. Intel PRO/1000 MT Desktop (82540EM) is the default, and usually a good choice. The first choice is PCnet-PCI II (Am79C970A), and that one works with FreeBSD also. That first one is capable of PXE-booting in bridged mode, where the emulated Intel cards are not.