From owner-freebsd-current@FreeBSD.ORG Sat Aug 6 14:47:30 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D559F106566C for ; Sat, 6 Aug 2011 14:47:30 +0000 (UTC) (envelope-from nwhitehorn@freebsd.org) Received: from argol.doit.wisc.edu (argol.doit.wisc.edu [144.92.197.212]) by mx1.freebsd.org (Postfix) with ESMTP id AC3998FC17 for ; Sat, 6 Aug 2011 14:47:30 +0000 (UTC) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; CHARSET=US-ASCII; format=flowed Received: from avs-daemon.smtpauth3.wiscmail.wisc.edu by smtpauth3.wiscmail.wisc.edu (Sun Java(tm) System Messaging Server 7u2-7.05 32bit (built Jul 30 2009)) id <0LPI00400H357W00@smtpauth3.wiscmail.wisc.edu> for freebsd-current@freebsd.org; Sat, 06 Aug 2011 09:47:29 -0500 (CDT) Received: from comporellon.tachypleus.net ([unknown] [76.210.68.180]) by smtpauth3.wiscmail.wisc.edu (Sun Java(tm) System Messaging Server 7u2-7.05 32bit (built Jul 30 2009)) with ESMTPSA id <0LPI001DOH347F10@smtpauth3.wiscmail.wisc.edu> for freebsd-current@freebsd.org; Sat, 06 Aug 2011 09:47:29 -0500 (CDT) Date: Sat, 06 Aug 2011 09:47:28 -0500 From: Nathan Whitehorn In-reply-to: <4E3C13BD.5090601@sentex.net> To: freebsd-current@freebsd.org Message-id: <4E3D5400.7010000@freebsd.org> X-Spam-Report: AuthenticatedSender=yes, SenderIP=76.210.68.180 X-Spam-PmxInfo: Server=avs-14, Version=5.6.1.2065439, Antispam-Engine: 2.7.2.376379, Antispam-Data: 2011.8.6.143314, SenderIP=76.210.68.180 References: <4E3C13BD.5090601@sentex.net> User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:5.0) Gecko/20110704 Thunderbird/5.0 Subject: Re: graid fresh install X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Aug 2011 14:47:30 -0000 On 08/05/11 11:01, Mike Tancsa wrote: > I netbooted 9.0 Beta and was going to try and install the system onto a > raid1 mirror built with graid. However, neither sysinstall nor > bsdinstall see it fully > > I have the box netbooted (Intel Matrix raid) > Could you test the patch at http://people.freebsd.org/~nwhitehorn/graid-bsdinstall.diff? It applies in /usr/src/usr.sbin/bsdinstall/partedit and should fix the problem. You can bring up just the partition editor on your live system by doing bsdinstall partedit (or bsdinstall autopart, for the auto-partitioner). -Nathan