From owner-freebsd-stable@FreeBSD.ORG Sat Oct 20 04:22:02 2012 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 106BA754; Sat, 20 Oct 2012 04:22:02 +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 988428FC08; Sat, 20 Oct 2012 04:22:01 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.5/8.14.5) with ESMTP id q9K4Ltw7058526; Fri, 19 Oct 2012 22:21:55 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.5/8.14.5/Submit) with ESMTP id q9K4LsZk058523; Fri, 19 Oct 2012 22:21:54 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Fri, 19 Oct 2012 22:21:54 -0600 (MDT) From: Warren Block To: Rainer Duffner Subject: Re: 9.1-RC2 - could it be that the installer does not write the MBR? In-Reply-To: <20121020020603.628125c8@linux-wb36.example.org> Message-ID: References: <50802EFC.2010101@gmail.com> <20121018184426.63c59601@suse3> <50803B22.7000706@gmail.com> <20121019223841.09866aac@linux-wb36.example.org> <20121019211130.GM1393@glenbarber.us> <20121020020603.628125c8@linux-wb36.example.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]); Fri, 19 Oct 2012 22:21:55 -0600 (MDT) Cc: Glen Barber , Adrian Chadd , freebsd-stable@freebsd.org, Chuck Burns X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Oct 2012 04:22:02 -0000 On Sat, 20 Oct 2012, Rainer Duffner wrote: > Am Fri, 19 Oct 2012 17:11:30 -0400 > schrieb Glen Barber : > >> On Fri, Oct 19, 2012 at 10:38:41PM +0200, Rainer Duffner wrote: >>> If I select the "entire disk" for FreeBSD, I think it's a reasonable >>> assumption that the MBR should replaced, too. >>> Please don't make people install FreeBSD 9.0 first on disks with >>> non-FreeBSD MRRs and then upgrade to 9.1. >>> >> >> Can you outline for me in detail what you did when you partitioned >> your drive during the installation? > > I chose "entire disk", then deleted all partitions-suggestions except > the first one and created my own partitioning scheme. > (/, swap, var, usr, maybe /var/log and /home, too) > >> I have seen your specific issue exactly once, and reliably reproducing >> the problem has not been successful so far. >> >> BTW, what was on the drive before you did the install, if anything? > > It had a version of Solaris. Maybe Opensolaris. I don't know exactly. > And I don't know if it had zfsroot or not. I created a HW-RAID1 with > the HP P400 controller on it. > The drives were previously used in another server. > > I tried to install 9.1RC2 twice on these disks and it always went back > to the grub-prompt after reboot. > Then I installed 9.0 and it's running now. I don't know if this is the problem, but it is worth pointing out that graid(8) is now included in GENERIC. Leftover hardware RAID metadata could make for unexpected results. For example, http://forums.freebsd.org/showthread.php?t=35168