From owner-freebsd-questions@FreeBSD.ORG Fri Oct 9 11:02:57 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 822BD106566B for ; Fri, 9 Oct 2009 11:02:57 +0000 (UTC) (envelope-from snailboy1@yahoo.com) Received: from web57001.mail.re3.yahoo.com (web57001.mail.re3.yahoo.com [66.196.97.105]) by mx1.freebsd.org (Postfix) with SMTP id 0EB308FC08 for ; Fri, 9 Oct 2009 11:02:55 +0000 (UTC) Received: (qmail 30425 invoked by uid 60001); 9 Oct 2009 11:02:55 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1255086175; bh=QrgeIhejHdX9SHrAf94c9HpG5OwgwIIWl8AwkABFyT0=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type; b=sHPIXipyyism/0i0qyL4DUuk9n650nOlUdLF3TGGtVL9kgKKhQGIZ5NmL4icaJahIp6YfWGX2YTqCsg3yuYvZ8rYxE+McnY9hcs1J5Yv8rhlDFQldtxc8BH8eEPAMU6UOri6LAAqDwN/iYQ11B9Zvft45kwsM1YyPa88x/gdrj8= DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type; b=NsWg7BhNaU3VxZOoGX30q/dMiMWDC9hhgOmY5ypa6PPWdfpBZHaGmnZrdrPealGDBsVOaf1sEv3du+UTPebh6qyPOPpcr7bi9EiuS7rNurcQQJ8Awbus+xXJoAlDn7/f03sasBxiMF/d0CzINBJisJdK2rB+5rQUs1r58M5PPlc=; Message-ID: <335194.30011.qm@web57001.mail.re3.yahoo.com> X-YMail-OSG: DwxtJ34VM1nKmNhkfJHCUPswcuoy26SfGNvOpcQocYfnzej6TfbwVwgjBWMRJGs6zy43qASbEDfHxepjK2kZVhVCorGrzTlqZwsPbSXPiO1_AVVYWJ8VSDrX9zqGTlW3ADlvh0ZELw01gbY_..8XX7WwJq0C1PEkQ4fDWr2DS4.7ApiYL2aF5_63Cr6mzu1MupL1buooSbRNJbRMdrpPN2LR7ELPupAu8Y51xwYQGDuDOGYstEvl_rNBgWeHr.KfKYopyBEqBc5J9uro5kEzQ_Gmy0y9.8n6z67nH2avLixdn3JaMLmnrtuplUTwujKKS7sjNCnzC_YKrEaphyWn6LCC19jHN3P.26dP4sy6P_zX Received: from [76.202.135.125] by web57001.mail.re3.yahoo.com via HTTP; Fri, 09 Oct 2009 04:02:55 PDT X-Mailer: YahooMailClassic/7.0.14 YahooMailWebService/0.7.347.3 Date: Fri, 9 Oct 2009 04:02:55 -0700 (PDT) From: David LeCount To: Tim Judd , freebsd-questions@freebsd.org In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Subject: Re: Trouble getting new raid array to boot 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: Fri, 09 Oct 2009 11:02:57 -0000 > Then my answer would be missing MBR or boot blocks, an > active > partition alone won't make a system boot. it's just a > flag to say > which partition is bootable, but doesn't mean that the boot > flag > itself makes the partition boot. > > > fdisk(8) and bsdlabel(8) -- see the -B option to both. > > > If you have a dangerously dedicated disk, ignore > fdisk. If you don't > have a bsdlabel, ignore bsdlabel. > > I do both on any standard install. I set sade to install a FreeBSD boot manager. Just to be sure, I just tried fdisk -B aacd0 and bsdlabel -B aacd0s1 and I'm still getting the same invalid partition error.