From owner-freebsd-questions@FreeBSD.ORG Thu Jun 18 19:08:10 2009 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 903141065670 for ; Thu, 18 Jun 2009 19:08:10 +0000 (UTC) (envelope-from bferrell@baywinds.org) Received: from baywinds.org (dsl092-017-098.sfo1.dsl.speakeasy.net [66.92.17.98]) by mx1.freebsd.org (Postfix) with ESMTP id 45ADF8FC12 for ; Thu, 18 Jun 2009 19:08:10 +0000 (UTC) (envelope-from bferrell@baywinds.org) Received: from [66.92.17.195] (spa3000 [66.92.17.195]) by baywinds.org (8.13.6/8.13.6/SuSE Linux 0.8) with ESMTP id n5IIYY58019060 for ; Thu, 18 Jun 2009 11:34:36 -0700 Message-ID: <4A3A88B9.9040704@baywinds.org> Date: Thu, 18 Jun 2009 11:34:33 -0700 From: Bruce Ferrell User-Agent: Thunderbird 2.0.0.21 (X11/20090310) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: PXEBOOT based upgrade/install 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: Thu, 18 Jun 2009 19:08:10 -0000 Hi all! I'm new in these parts, but not new to *nix. I'm trying to upgrade a system with FreeBSD 5.4 to 7.2. I've gotten the pxeboot to work, but somehow the network interface isn't seen by the installer. loader.rc: =========== include /boot/loader.4th include /boot/beastie.4th \ Reads and processes loader.conf variables start load /boot/kernel/kernel load -t mfs_root /boot/mfsroot set vfs.root.mountfrom="ufs:/dev/md0c" boot loader.conf: ============ mfsroot_load="YES" mfsroot_type="mfs_root" mfsroot_name="/boot/mfsroot" if_bge_load="yes" I added the if_bge line at that seems to be the module used on 5.4. Any other leads? Thanks in advance Bruce