From owner-freebsd-geom@FreeBSD.ORG Mon Nov 28 13:41:12 2005 Return-Path: X-Original-To: freebsd-geom@freebsd.org Delivered-To: freebsd-geom@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A571516A41F for ; Mon, 28 Nov 2005 13:41:12 +0000 (GMT) (envelope-from V.Konrad@lse.ac.uk) Received: from exic6.lse.ac.uk (exic6.lse.ac.uk [158.143.217.123]) by mx1.FreeBSD.org (Postfix) with ESMTP id C5F9D43D46 for ; Mon, 28 Nov 2005 13:41:08 +0000 (GMT) (envelope-from V.Konrad@lse.ac.uk) Received: from ExF1.lse.ac.uk ([158.143.216.11]) by exic6.lse.ac.uk with Microsoft SMTPSVC(5.0.2195.6713); Mon, 28 Nov 2005 13:41:06 +0000 Received: exchange.lse.ac.uk 158.143.216.11 from 158.143.216.102 158.143.216.102 via HTTP with MS-WebStorage 6.0.6249 Received: 158.143.216.102 158.143.216.102 from 158.143.201.41 158.143.201.41 via HTTP with MS-WebStorage 6.0.6249 Received: from whirpool.lse.ac.uk by exchange.lse.ac.uk; 28 Nov 2005 13:41:06 +0000 From: Vladimir Konrad To: freebsd-geom@freebsd.org Content-Type: text/plain Content-Transfer-Encoding: 7bit Date: Mon, 28 Nov 2005 13:41:06 +0000 Message-Id: <1133185266.1353.5.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.0.4 X-OriginalArrivalTime: 28 Nov 2005 13:41:07.0032 (UTC) FILETIME=[624E3D80:01C5F421] Subject: re: GEOM mirror newly added HDD booting problem 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: Mon, 28 Nov 2005 13:41:12 -0000 > The problem: I wanted to test new configuration - has rebooted the > system and turned off 1st HDD (ad0): > > I wasn't able to boot having following error on boot stage 3: > > can't load 'kernel'. did you install a boot record on the new hard-disc? the boot record lives before the partitions/slices so it would not be automatically mirrored... vlad