From owner-freebsd-questions@FreeBSD.ORG Fri Oct 9 02:50:09 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 04D3B106566B for ; Fri, 9 Oct 2009 02:50:09 +0000 (UTC) (envelope-from tajudd@gmail.com) Received: from mail-yx0-f171.google.com (mail-yx0-f171.google.com [209.85.210.171]) by mx1.freebsd.org (Postfix) with ESMTP id B665B8FC17 for ; Fri, 9 Oct 2009 02:50:08 +0000 (UTC) Received: by yxe1 with SMTP id 1so6780315yxe.3 for ; Thu, 08 Oct 2009 19:50:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=L/vRjTt4Bs9ccrG7N58veudfZ+0G2sWbwguINaAuQsY=; b=JIHDooeDxlHsSV7mlqV5X9wP7AWkFcLUZ5CNMHYVPDYHzYTLSidJu635h4l0o4iJgs 9vUZOPbKwi7QjhT3BEfPVA20Qh+Qs2+FIx4DoM6kVguiuVAq2gTf9nQegukKKIOC0QfS jGQfenYCem2bUwtM0CAbvYg0yI4VSg9UwGlkI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=GIc2RMU//9OrnxPlU+n+8T1QiyAHyo4Y8rQEralz7g8Y4fTALyixCT2Etf7P1Jo3re QmSVGnCVAFuJFXgytzY4Jb+zofcsrVn3yeq5hOAdbYVRFsP906IKFdQ+TupRe6oMp5tX mwvjZGxQeOfIt/9Tm6cRLSSl+5OTv+KA+2lC4= MIME-Version: 1.0 Received: by 10.101.79.13 with SMTP id g13mr2405549anl.40.1255056607975; Thu, 08 Oct 2009 19:50:07 -0700 (PDT) In-Reply-To: <314361.54872.qm@web57006.mail.re3.yahoo.com> References: <314361.54872.qm@web57006.mail.re3.yahoo.com> Date: Thu, 8 Oct 2009 20:50:07 -0600 Message-ID: From: Tim Judd To: David LeCount Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-questions@freebsd.org 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 02:50:09 -0000 On 10/8/09, David LeCount wrote: > I just built an aac raid array. I partitioned the disk, set the partition as > active, and copied all my files to it with tar. I changed fstab on the new > drive to reflect the changes. When I try to boot to the array, it says > invalid partition. I've tried typing everything I could as the partition but > they all fail. I was going to try making a new install on the new partition > and then copy everything but I'm having unrelated problems with my burner. > What do I need to do to get this thing to boot up? Is the aac driver in the kernel, or loaded as a kld before you get past the boot blocks, and loader? --TJ