From owner-freebsd-geom@FreeBSD.ORG Thu Jul 29 07:47:02 2010 Return-Path: Delivered-To: freebsd-geom@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CB1CB1065675 for ; Thu, 29 Jul 2010 07:47:02 +0000 (UTC) (envelope-from bu7cher@yandex.ru) Received: from forward9.mail.yandex.net (forward9.mail.yandex.net [77.88.61.48]) by mx1.freebsd.org (Postfix) with ESMTP id 750AE8FC14 for ; Thu, 29 Jul 2010 07:47:01 +0000 (UTC) Received: from smtp9.mail.yandex.net (smtp9.mail.yandex.net [77.88.61.35]) by forward9.mail.yandex.net (Yandex) with ESMTP id CCC8614D89CE; Thu, 29 Jul 2010 11:46:59 +0400 (MSD) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1280389619; bh=qpY1xERX7mjOurytvOXCjUgbzl9nZDYZhVKccQkqgog=; h=Message-ID:Date:From:MIME-Version:To:CC:Subject:References: In-Reply-To:Content-Type; b=ARb+LufwFKVuvFyEx6nHwbzS0Q/Ar82GHoCPvZKXLXGUU9tFDEYadlHIuWNHVnonA bRRw65RJjxHSCIUL85XtJmiEuGEWmVuZt2LkQaoC8WFZMbSpGSmd2vEUT0L4qMOZ8e 4i3NEr6lPdQLWK7qLFiDGVxfpT/0FroGH5PVVPR8= Received: from [127.0.0.1] (mail.kirov.so-cdu.ru [77.72.136.145]) by smtp9.mail.yandex.net (Yandex) with ESMTPSA id 9986D280B7; Thu, 29 Jul 2010 11:46:59 +0400 (MSD) Message-ID: <4C5131EC.6090208@yandex.ru> Date: Thu, 29 Jul 2010 11:46:52 +0400 From: "Andrey V. Elsukov" User-Agent: Mozilla Thunderbird 1.5 (FreeBSD/20051231) MIME-Version: 1.0 To: Joan Picanyol i Puig References: <20100727171922.GC4458@grummit.biaix.org> <4C4F289A.8070202@yandex.ru> In-Reply-To: X-Enigmail-Version: 1.1.1 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enig67496155760C8EA9243E7B97" X-Yandex-TimeMark: 1280389619 X-Yandex-Spam: 1 X-Yandex-Front: smtp9.mail.yandex.net Cc: freebsd-geom@freebsd.org Subject: Re: unlikely secondary GPT LBA X-BeenThere: freebsd-geom@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GEOM-specific discussions and implementations List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Jul 2010 07:47:02 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig67496155760C8EA9243E7B97 Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: quoted-printable On 29.07.2010 4:24, Joan Picanyol i Puig wrote: >>> # add boot partition, aligning it's end to 1MB boundary >>> gpart add -b 64 -s 1984 -t freebsd-boot -l boot /dev/mirror/system >> >> Do your system successfully boots from this partition? >=20 > Well, I'm currently unable to answer this question. Both drives are beh= ind the=20 > same twa controller (3Ware 9650) and I've been unable to change the boo= t disc=20 > from the BIOS (over serial). Not surprisingly, the currently installed = by=20 > default boot0 does not know how to pass control to a loader in a GPT pa= rtition. I think it will not boot. freebsd-boot partition should be smaller than 5= 45kb. > So, what explains the messages? gpart probes the disk before gmirror (o= r at=20 Perhaps you are right. You can enable G_T_TOPOLOGY debug printfs via kern.geom.debugflags=3D1. This can help to see what happens. Also, can you show `gpart list` and `gpart show` output? --=20 WBR, Andrey V. Elsukov --------------enig67496155760C8EA9243E7B97 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (MingW32) iQEcBAEBAgAGBQJMUTHyAAoJEAHF6gQQyKF62fcH/32P+bs2t/mTaGpQUXnYjNtZ KY7fjW6bBu5BbNYF3O5OqNPU1qPS73VhVCVLu41sVsrS6tkyomwWK5aq2OypBwey SKcHGicUAAMZhfian+3TJZ38v5q0nsARPOh53EGLpw89UnkpARNB67GvTd1lmvod D9f6W8RBJ6LZqBoRqSKD+i39Zp8vA3JVLchDLcRu7Cga4vqODsP3Lds614YgknSS nUUGeJPN3sP8OBGzl40x0C8hooTY1A+nEpgXju2s+p7MCKt3jWA3Q8Uu3+iOeHrm yyM6LPvBoj4LX+QsB2KHWSc0E1Oqo3SzRRxPMagiHkoBqzmovV3FRkETEkphPV8= =dP+j -----END PGP SIGNATURE----- --------------enig67496155760C8EA9243E7B97--