From owner-freebsd-stable@FreeBSD.ORG Wed Aug 17 19:40:57 2011 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E7A4F1065670; Wed, 17 Aug 2011 19:40:56 +0000 (UTC) (envelope-from 000.fbsd@quip.cz) Received: from elsa.codelab.cz (elsa.codelab.cz [94.124.105.4]) by mx1.freebsd.org (Postfix) with ESMTP id 71DD28FC08; Wed, 17 Aug 2011 19:40:56 +0000 (UTC) Received: from elsa.codelab.cz (localhost [127.0.0.1]) by elsa.codelab.cz (Postfix) with ESMTP id 3C9B828427; Wed, 17 Aug 2011 21:40:55 +0200 (CEST) Received: from [192.168.1.2] (ip-86-49-61-235.net.upcbroadband.cz [86.49.61.235]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by elsa.codelab.cz (Postfix) with ESMTPSA id 64D5A28424; Wed, 17 Aug 2011 21:40:54 +0200 (CEST) Message-ID: <4E4C1945.5030504@quip.cz> Date: Wed, 17 Aug 2011 21:40:53 +0200 From: Miroslav Lachman <000.fbsd@quip.cz> User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.9.1.19) Gecko/20110420 Lightning/1.0b1 SeaMonkey/2.0.14 MIME-Version: 1.0 To: Artem Belevich References: <4E4BC38D.1050808@quip.cz> <4E4BCCC3.60601@digsys.bg> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-stable@freebsd.org, Daniel Kalchev Subject: Re: can not boot from RAIDZ with 8-STABLE X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Aug 2011 19:40:57 -0000 Artem Belevich wrote: > 2011/8/17 Daniel Kalchev: >> On 17.08.11 16:35, Miroslav Lachman wrote: >>> >>> I tried mfsBSD installation on Dell T110 with PERC H200A and 4x 500GB SATA >>> disks. If I create zpool with RAIDZ, the boot immediately hangs with >>> following error: >>> >> May be it that the BIOS does not see all drives at boot? > > Indeed. On one of my systems BIOS only allows access to the first four > HDDs in the BIOS' boot priority list. What's especially annoying is > that BIOS keep rearranging boot list every time new device is added or > removed or if SATA controller card is moved to another slot. Every > time it happens I have to go back and rearrange the drives so that my > RAIDZ drives are on top of the list. > > If you can boot off CD or USB how many drives does bootloader report > just before it gets to the menu? Thank you guys, you are right. The BIOS provides only 1 disk to the loader! I checked it from loader prompt by lsdev (booted from USB external HDD). So I will try to make a small zpool mirror for root and boot (if ZFS mirror can be made of 4 providers instead of two) and the rest will be in RAIDZ. If that fails, I will go my old way with internal USB flash disk with UFS for booting and RAIDZ of 4 disks for storage as I did it few years ago with 7.0 or 7.1. Thank you again! Miroslav Lachman