From owner-freebsd-questions@FreeBSD.ORG Wed Apr 30 07:07:49 2008 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 AFAE81065672 for ; Wed, 30 Apr 2008 07:07:49 +0000 (UTC) (envelope-from roberto.nunnari@supsi.ch) Received: from ti-edu.ch (posta.ti-edu.ch [195.176.176.171]) by mx1.freebsd.org (Postfix) with ESMTP id 42D1F8FC1B for ; Wed, 30 Apr 2008 07:07:48 +0000 (UTC) (envelope-from roberto.nunnari@supsi.ch) X-Virus-Scanned: by cgpav Received: from [193.5.152.27] (HELO [127.0.0.1]) by ti-edu.ch (CommuniGate Pro SMTP 5.1.12) with ESMTP id 25744099 for freebsd-questions@freebsd.org; Wed, 30 Apr 2008 09:07:46 +0200 Message-ID: <48181B1E.7080809@supsi.ch> Date: Wed, 30 Apr 2008 09:09:18 +0200 From: Roberto Nunnari User-Agent: Thunderbird 2.0.0.12 (Windows/20080213) MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <4816C6D2.8090309@supsi.ch> In-Reply-To: <4816C6D2.8090309@supsi.ch> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: raid and dump/restore after the disaster 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: Wed, 30 Apr 2008 07:07:49 -0000 Hi! Anybody on this, pleeeease? :) Am I missing something basilar, or it's a FreeBSD bug? Incomplete support for the ICH9R? I cannot attach the boot log, because the boot process panics just before mounting the disks and nothing is logged on /var/log/ Anyways, booting in verbose mode shows that the last activities before it panics are on the disks and fakeraid.. it finds one of the disks and then the last output before the panic is about the Intel MatrixRAID. Any thoughts on this, please? Best regards Robi Roberto Nunnari wrote: > Hi all! > > I'm playing with new HW and FreeBSD 6.3 and 7.0. > > I set up raid 1 on two sata disks (fakeraid on ICH9R) > and as long as I can see, it seams to work very well. > > Now I'm trying to simulate 1 disk failure (I just take > out a disk and boot again). Doesn't matter which of the > two disks I take out, the bios correctly shows the raid > as degraded and bootable, loads the FreeBSD loader, who > loads the kernel and starts the boot. > But when the kernel comes to the drives (or the swap?) > it fatal traps 12. The trap descriptions sais that > current process is 0 (swapper). > > Reading that I commented out the swap partition from fstab, > but that doesn't help. > > How can I get the system to finish the boot? > > Thank you and best regards. >