From owner-freebsd-hackers@FreeBSD.ORG Thu Feb 11 07:04:29 2010 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B42B0106566B for ; Thu, 11 Feb 2010 07:04:29 +0000 (UTC) (envelope-from julian@elischer.org) Received: from nlpi101.prodigy.net (nlpi101.prodigy.net [207.115.36.117]) by mx1.freebsd.org (Postfix) with ESMTP id 669AA8FC16 for ; Thu, 11 Feb 2010 07:04:29 +0000 (UTC) X-ORBL: [75.5.243.60] Received: from julian-mac.elischer.org (adsl-75-5-243-60.dsl.scrm01.sbcglobal.net [75.5.243.60]) by nlpi101.prodigy.net (8.13.8 out.ldap.dk.spool/8.13.8) with ESMTP id o1B74RrT003553; Thu, 11 Feb 2010 01:04:28 -0600 Message-ID: <4B73AC28.2000402@elischer.org> Date: Wed, 10 Feb 2010 23:05:12 -0800 From: Julian Elischer User-Agent: Thunderbird 2.0.0.23 (Macintosh/20090812) MIME-Version: 1.0 To: John Baldwin References: <7B9397B189EB6E46A5EE7B4C8A4BB7CB383B2699@MBX03.exg5.exghost.com> <23F2E2B0457F4046AD8350DAFB86C41130D434E7@MBX03.exg5.exghost.com> <7B9397B189EB6E46A5EE7B4C8A4BB7CB3849F770@MBX03.exg5.exghost.com> <201002100838.11381.jhb@freebsd.org> In-Reply-To: <201002100838.11381.jhb@freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-hackers@freebsd.org, Peter Steele Subject: Re: How can I force boot from alternate drive with boot.config? X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Feb 2010 07:04:29 -0000 John Baldwin wrote: > I think the unit number is largely ignored now. The kernel used to believe it > for finding /, but the loader now reads /etc/fstab and sets a variable in kenv > to tell the kernel where to find /. One of the most annoying "improvements" for the decade from my perspective.. because if / is not going to be where the loader thinks / is (because that is a different F with a different /etc/fstab) then you need to do lots of fancy footwork to undo the damage. Oh and it's not terribly well documented how to get around it. (that I've found)